> 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-volume-pricing-for-individual-variant.md).

# Create Volume Pricing for Individual Variant

By default, a volume pricing rule applies to every variant of a product. This page shows you how to limit it to just the variant or variants you choose.

## Steps to manage

{% stepper %}
{% step %}

### Start a new rule

Open the app, click **Volume Pricing**, then click **Add new volume pricing**.
{% endstep %}

{% step %}

### Choose the pricing type

Choose **Quantity** or **Amount** in the **Select type** dialog.

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

{% step %}

### Set customer eligibility

In **Customer eligibility**, choose who this pricing applies to (all customers or logged-in customers, for example).
{% endstep %}

{% step %}

### Set market eligibility

In **Market eligibility**, choose which markets should see this pricing.
{% endstep %}

{% step %}

### Select the product

In **Product eligibility**, choose **Specific products**, then click the product that has the variants you want. All of that product's variants are added by default.

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

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

{% step %}

### Narrow it down to specific variants

If you only want one or a few variants to have this pricing, tick just those and untick the rest, then click **Select**.

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

{% step %}

### Set the quantity break

**Product eligibility** is now scoped to just that variant. Set up the quantity or amount range as usual, and click **Add range** if you want more than one tier.

<figure><img src="/files/wzs5iCQHQWoiESIZ0aLF" 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).
{% endstep %}

{% step %}

### Save

Check the live **Preview** panel, optionally open **Design table** to control whether the pricing table shows on the product page, then click **Save**.
{% endstep %}
{% endstepper %}

> ### **Need support?**
>
> If you do encounter any difficulty while proceeding these steps, don’t show any hesitation to contact us promptly via the email address [support@samita.io](https://help.samita.io/support@samita.io)


---

# 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-volume-pricing-for-individual-variant.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.
