> 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

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**, then choose **Amount** in the **Select type** dialog.

<figure><img src="/files/nyfJ9va5C1G1QR6H2QBz" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Name the rule

In **Rule information**, turn on **Status** to make the rule active, and name it in **Rule name**.
{% endstep %}

{% step %}

### Choose which customers are eligible

In **Customer eligibility**, choose **All customers**, **Logged-in customers**, **Customer tags**, or **Specific customers**. Open **Advanced exclusions** if you want to exclude certain tags or customers.
{% endstep %}

{% step %}

### Choose a market

In **Market eligibility**, choose **All markets**, or **Specific markets** and pick the ones you want.
{% endstep %}

{% step %}

### Choose which products it applies to

In **Product eligibility**, choose **All products**, **Specific products**, **Specific collections**, or **Product tags**.
{% endstep %}

{% step %}

### Set up the amount discount

In **Discount setup**, choose **Discount range** (amount tiers) or **Custom price list**.

In **Discount ranges settings**, add your tiers — **Amount from**, **Amount to**, **Discount Type** (**Percent**, **Amount**, or **New price**), and **Discount Value**. 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="/files/kbcUYOmyfs8LldvtqMgP" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Choose the discount method

In **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.
{% endstep %}

{% step %}

### Set a schedule and save

Optionally open **Schedule** to set a start and end date, check the live **Preview** panel, then click **Save**.
{% endstep %}
{% endstepper %}

## Design and display the volume pricing table

Open **Design table** to control whether the pricing table is visible on the product page, and to style it to match your theme.


---

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