> 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/wholesale-pricing/select-discount-type.md).

# Select Discount Type

When you create a wholesale or volume pricing rule, you choose one discount type — this determines how the discounted price is calculated.

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

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

## 1. Percentage discount (Percent)

Discounts the product by a percentage of its current retail price.

*Example: 20% off means an item that costs $100 now costs $80.*

## 2. Fixed amount discount (Amount)

Subtracts a fixed dollar amount from the product's retail price in Shopify (not from its compare-at price). Because it's based on the current retail price, the wholesale price moves automatically if you change the retail price.

*Example: retail price is $100, and you set Amount = $20. Customers see $80. If you later raise the retail price to $120, the wholesale price becomes $120 − $20 = $100.*

## 3. Fixed wholesale price (New price)

Sets a fixed final price that does **not** change even if the retail price changes later.

*Example: retail price is $100, and you set the fixed price to $80. Customers see $80 — even if you later change the retail price.*

## 4. Custom price list

Sets a different discount for each product individually, instead of one value for the whole rule. Only available once you've scoped the rule to **Specific products**. See [Create wholesale pricing for specific product/variant](/samita-wholesale-b2b/wholesale-pricing/create-wholesale-pricing-for-specific-product-variant.md).

{% hint style="info" %}
The wholesale price you set should always be less than or equal to the product's retail price.
{% endhint %}

For Percentage discount and Fixed amount discount, you can also choose whether the discount is calculated from the product's Selling price or its Compare-at price — see [Choose pricing source](/samita-wholesale-b2b/wholesale-pricing/choose-pricing-source.md).

> ### **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/wholesale-pricing/select-discount-type.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.
