> 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/~/revisions/t86s1xVv9jUAPdJmeEIc/volume-pricing/discount-types-for-volume-pricing.md).

# Discount Types for Volume Pricing

There are 3 Discount Types Options for Volume Discounts

* Apply Volume Pricing per Variant (Discount applies to each specific variant)
* Apply Volume Pricing across a Group (Mix and match products for discount)
* Apply Volume Pricing within Product Group

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

### Type 1 : Apply Volume Pricing per Variant (Discount applies to each specific variant)

The discount applies only when a customer buys two or more units of the exact same product variant — meaning the same size, color, and style. For example, purchasing two 'Large Red' shirts will qualify for the discount, but buying one 'Large Red' and one 'Medium Blue' shirt will not."

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

e.g: Product T-shirt has 2 colors red and white. The customer buys 2 of the same large Red shirt, he gets a discount of 10%&#x20;

If the customer buys 2 of the same large White shirt, he will get a discount of 15% The customer buys 2 items, 1 Red T-shirt, and 1 white T-shirt, he gets no discount.\
**Note:** It’s required for a customer to **buy separate quantity for each color**

### Type 2: Apply Volume Discount across a Group (Mix and match product variants)

The discount applies when customers purchase any combination of variants within the same product group.

For example, buying any 2 units of the same item in any size or color will qualify for the discount.&#x20;

This means you could mix and match variants, such as one 'Large Red' shirt and one 'Medium Blue' shirt, and still receive the price break."

**Note**: It’s required for a customer to buy **quantity of each product separately to qualify for the Pricing Discounts. Q**uantity can be the sum of different variants of the same product in the cart.&#x20;

### Type 3: Apply Volume Discount within Product group

The discount applies only to products that belong to a specific group you’ve set. Customers can purchase any 2 products from this group in any variant (size, color, or style), to qualify for the price break.&#x20;

For example, if the group contains T-shirt A and T-shirt B, a customer could buy one 'Large Red' T-shirt A and one 'Medium Blue' T-shirt B and still receive the discount.

**Note:** the discount is only applied to the selected products. And this rule is applied for products you set in a volume pricing setting only. The app cannot mix product groups in other volume pricing settings to receive discount.

> ### **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/~/revisions/t86s1xVv9jUAPdJmeEIc/volume-pricing/discount-types-for-volume-pricing.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.
