> 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

Apply a volume pricing rule to just one variant of a product, instead of every variant.

By default, a volume pricing rule applies to every variant of the products you select. This page shows you how to give individual variants their own quantity tiers and prices — or scope a rule down to a single variant.

## Set a custom price per variant from the rule editor

{% stepper %}
{% step %}

### Start a new rule

Open the app, click **Volume Pricing**, click **Add new volume pricing**, then choose **Quantity** or **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 %}

### Select the product

In the **Volume Pricing** tab, under **Products**, choose **Specific products** and add the product. All of that product's variants are added by default.
{% endstep %}

{% step %}

### Expand the product to see its variants

Click the chevron next to the product's variant count (for example, **4 variants**) to expand the row and reveal each variant.

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

{% step %}

### Set a custom quantity range and price for that variant

Each variant row has its own **Quantity from**, **Quantity to**, and price field. Fill these in for just the variant(s) you want to customize — this overrides the rule's general tiers for that variant only. Click the duplicate icon on a variant row if you want to add a second custom tier for that same variant.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
The rule editor doesn't currently let you remove an individual variant from the table once its product has been added — every variant of a selected product stays part of the rule (you can only remove the whole product). If you need a rule that applies to only some variants of a multi-variant product and not others, use the CSV import method below instead.
{% endhint %}

## Scope a rule to specific variants using Import

If you need a rule that truly excludes some variants of a product, use **Import** and fill in the **Product variant Id** column for just the variants you want included. See [Import multiple products for Volume pricing setup](/samita-wholesale-b2b/volume-pricing/import-multiple-products-for-volume-pricing-setup.md) for the full column reference and how to find a variant's ID.

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