> 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/cn/detailed-guide/discount-offer/create-quantity-break.md).

# 创建数量阶梯

{% hint style="warning" %}
此新功能已被 **Discount offer（折扣优惠活动）** 分类下的 [**批量折扣**](/cn/detailed-guide/discount-offer/create-volume-discount.md) 功能取代。因此，您将无法再创建新的数量阶梯，但仍可以编辑已有的数量阶梯。
{% endhint %}

## 1. 组合信息

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

### 1.1. 组合标题

组合标题是该组合的名称。仅用于内部管理，不会展示给客户。

### 1.2. 模块标题

模块标题是组合小组件的标题，将显示在商品页面上。例如：Bundle and Save（组合省钱）、Buy more save more（买得越多，省得越多）。

### 1.3. 模块描述

模块描述用于向客户提供关于该组合的更多信息。此字段为可选项。

## 2. 阶梯

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

一个数量阶梯包含多个层级。每个层级都有其对应的商品数量和折扣。

### 2.1. 标题

阶梯标题是该阶梯的名称。通常代表该阶梯中的商品数量。例如：Single（单件）、Double（双件）、Uno、Trio。

### 2.2. 副标题

副标题可以向客户提供关于该阶梯的更多信息。此项为可选。

### 2.3. 数量

该阶梯中的商品数量。

### 2.4. 折扣类型

每个阶梯有 2 种折扣类型。

* 百分比
* 金额

### 2.5. 标签

标签将显示在标题上方。标签可以展示通过该组合能节省多少钱，例如：8 折优惠、7 折优惠。

### 2.6. 标记

标记将显示在标签旁边。使用标记来区分每个阶梯。

### 2.7. 预选

预选默认用于选定某个阶梯。

## 3. 组合方式

默认情况下，BOGOS 组合可与任何其他折扣（例如订单折扣和运费折扣）搭配使用。取消勾选各个复选框，即可禁止与其他折扣的组合。

* 订单折扣
* 运费折扣


---

# 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/cn/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.
