# Select Discount group type in volume pricing

## Discount Groups

When you create a wholesale/volume pricing, the app allows users select one type of discount. It is how you calculate the discount price applied to products.&#x20;

There are three Discount Groups (also known as discount types/discount method) available in our app.&#x20;

* **Percent off**
* **Amount**&#x20;
* **Fixed Price**

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

### &#x20;**1. Percent Off**

**Percent Off** means that the wholesale price is given as an amount per hundred of the current retail price of the product.\
Example:

20% Percent Off =>  An item that originally cost $100 would now cost 80$.

### **2. Amount**

**Amount** means that the wholesale price is given as a fixed amount of retail price that will be changed based on the retail price of products in Shopify (not the compare-at-price).\
Example:

Retail price of the item is 100$ . You set **Amount** = 20$

\=> Customers will see 80$ as final price.

When you change the retail price to 120$, the wholesale price is 120$-20$=100$&#x20;

### **3. Fixed Amount**

**Fixed Amount** means that the wholesale price is given as a fixed amount of retail price that won’t be changed even the retail price is changed.\
Example:

The retail price of the item is 100$ . Fixed amount = 80$.&#x20;

\=> Then customers will see 70$ as final price.

{% hint style="info" %}
**Note**: Price Per Item should be less than or equal to the retail price of the item.
{% endhint %}

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

```
GET https://docs.samita.io/samita-wholesale-b2b/volume-pricing/select-discount-group-type-in-volume-pricing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
