> For the complete documentation index, see [llms.txt](https://docs.samita.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.samita.io/samita-wholesale-b2b/volume-pricing/create-a-volume-pricing-based-on-order-amount.md).

# Create a volume pricing based on order amount

Discount an order once its total value crosses a threshold you set, instead of counting product quantity.

Besides discounting by quantity, Samita Wholesale Pricing can also discount an order once its total value (not item count) reaches a threshold you set.

## Steps to manage

{% stepper %}
{% step %}

### Start a new rule

Open the app, click **Volume Pricing**, click **Add new volume pricing** (or **Create new volume pricing** if you already have rules), then choose **Amount** in the **Select type** dialog.

<figure><img src="https://1875078098-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcI28ZFsoFjOa0T0AsCVi%2Fuploads%2Fgit-blob-26c64de79505c93f24af0caf93e852053ea6d073%2Fvolume-pricing-select-type.png?alt=media" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Name the rule and set its status

At the top of the **Volume Pricing** tab, name the rule in **Rule name**, then use the **Status** dropdown to choose **Active**, **Draft**, or **Schedule**. Choosing **Schedule** reveals **Start date** and **End date** fields.
{% endstep %}

{% step %}

### Choose a market

In **Markets**, choose **All markets** or click **Add specific markets** and pick the ones you want.
{% endstep %}

{% step %}

### Set the discount method and pricing source

In the **Discount** section, under **Discount Methods**, choose **Same Variant**, **Mix Variants**, or **Mix Products**. See [Discount Methods for Volume Pricing](/samita-wholesale-b2b/volume-pricing/discount-methods-for-volume-pricing.md) for details.

Next to it, use **Pricing source** to choose whether the discount is calculated from the product's Selling price or its Compare-at price. See [Choose pricing source](/samita-wholesale-b2b/volume-pricing/choose-pricing-source.md).
{% endstep %}

{% step %}

### Set up the amount tiers

Still in the **Discount** section, under **Discount setup**, add your tiers — **Amount from**, **Amount to**, **Discount Value**, and **Discount Type** (**Percent**, **Amount**, or **New price**). Click **Add range** for more tiers. For example:

* Order reaches $100 → 10% off
* Order reaches $200 → 20% off

The larger the order value, the better the price customers get.

<figure><img src="https://1875078098-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcI28ZFsoFjOa0T0AsCVi%2Fuploads%2Fgit-blob-f5b290eec4751e2e1ba9a8ca31e78c03ff52db4e%2Fvolume-pricing-amount-main.png?alt=media" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Choose which products it applies to

In **Products**, choose **All products**, **Specific products**, **Specific collections**, or **Product tags**. If you pick anything other than **All products**, a table appears below listing each matching product, where you can optionally set a custom amount range and price per product or variant.
{% endstep %}

{% step %}

### Set customer eligibility

Click the **Customer** tab. Choose **All customers**, **Logged-in customers**, **Customer tags**, or **Specific customers**. Tick **Excluded customer tags** or **Exclude specific customers** if you want to exclude certain customers.
{% endstep %}

{% step %}

### Design and preview the pricing table, then save

Click the **Design table** tab to control colors, borders, and text size for the table, and to preview it live. Then click **Save** in the bar that appears at the top of the page.
{% endstep %}
{% endstepper %}


---

# 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.samita.io/samita-wholesale-b2b/volume-pricing/create-a-volume-pricing-based-on-order-amount.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.
