> 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/faqs/wholesale-pricing.md).

# Wholesale pricing

<details>

<summary>How are discounts calculated?</summary>

When you create a wholesale pricing rule, you choose one discount type to calculate the discounted price. The app offers three:

* **Percent Off**
* **Amount**
* **Fixed Price**

See [Select Discount Type](/samita-wholesale-b2b/wholesale-pricing/select-discount-type.md) for how each one works.

</details>

<details>

<summary>Can I have different discounts for different variants of a product?</summary>

Yes. You can set up a discount for selected variants of a product.

For example, if a T-shirt comes in sizes S, M, and L, you can create a wholesale pricing rule that only applies to size S.

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

</details>

<details>

<summary>Can I set a different price for different wholesale customers?</summary>

Yes. You can set a unique price per product or variant for an individual customer, or for a group of customers sharing a tag.

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

</details>

<details>

<summary>Will discounts conflict with each other?</summary>

They can. If you set up both a wholesale pricing rule and a volume pricing rule for the same product and the same customer condition, the app needs to know which one to apply — otherwise prices can calculate incorrectly.

You can create as many rules as you want, but keep their setups distinct from each other to avoid mistakes.

By default, Samita Wholesale Pricing prioritizes volume pricing over wholesale pricing when both apply. To control this yourself, set up a priority rule — see [Set up priority order of discount rule](https://github.com/samita-baoan/Samita-Wholesale-B2B/tree/docs-restructure/setting/set-up-priority-order-of-discount-rule.md).

</details>


---

# 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/faqs/wholesale-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.
