> For the complete documentation index, see [llms.txt](https://docs.bogos.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bogos.io/de/detailed-guide/discount-offer/create-quantity-break.md).

# Mengenrabatt (Quantity break) erstellen

{% hint style="warning" %}
Diese neue Funktion wird durch die Funktion [**Mengenrabatt**](/de/detailed-guide/discount-offer/create-volume-discount.md) in der Kategorie **Rabattangebot** ersetzt. Dadurch können Sie keine neuen Mengenrabatte (Quantity breaks) mehr erstellen, aber Sie können Ihre bestehenden weiterhin bearbeiten.
{% endhint %}

## 1. Bundle-Informationen

<figure><img src="/files/7egqRIAesXAa5KbFYsOP" alt=""><figcaption></figcaption></figure>

### 1.1. Bundle-Titel

Der Bundle-Titel ist der Name des Bundles. Er dient nur der internen Verwaltung und wird Kunden nicht angezeigt.

### 1.2. Blockkopf

Der Blockkopf ist der Titel des Bundle-Widgets, der auf der Produktseite erscheint. Z. B. Bundle and Save, Buy more save more.

### 1.3. Blockbeschreibung

Die Blockbeschreibung dient dazu, Kunden weitere Informationen über das Bundle bereitzustellen. Dieses Feld ist optional.

## 2. Stufen

<figure><img src="/files/hxBaWLnpE3OwS8WynqVv" alt=""><figcaption></figcaption></figure>

Ein Mengenrabatt (Quantity break) besteht aus mehreren Stufen. Jede Stufe hat ihre eigene Produktanzahl und ihre eigenen Rabatte.

### 2.1. Titel

Der Stufentitel ist der Name der Stufe. Er stellt oft die Anzahl der Produkte in der Stufe dar. Z. B. Single, Double, Uno, Trio.

### 2.2. Beschreibungstext

Der Beschreibungstext kann Kunden weitere Informationen über die Stufe bereitstellen. Er ist optional.

### 2.3. Menge

Die Anzahl der Produkte in dieser Stufe.

### 2.4. Rabattart

Es gibt 2 Arten von Rabatten für jede Stufe.

* Prozentsatz
* Betrag

### 2.5. Label

Das Label wird über dem Titel angezeigt. Das Label kann anzeigen, wie viel Geld mit dem Bundle gespart wird, z. B. 20 % Rabatt, 30 % Rabatt.

### 2.6. Tag

Das Tag wird neben dem Label angezeigt. Verwenden Sie das Tag, um jede Stufe zu identifizieren.

### 2.7. Vorausgewählt

Vorausgewählt wird standardmäßig verwendet, um eine Stufe auszuwählen.

## 3. Kombination

Standardmäßig funktionieren BOGOS-Bundles mit allen anderen Rabatten, wie Bestellrabatten und Versandrabatten. Deaktivieren Sie jedes Kontrollkästchen, um die Kombination mit anderen Rabatten zu deaktivieren.

* Bestellrabatte
* Versandrabatt


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.bogos.io/de/detailed-guide/discount-offer/create-quantity-break.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
