> 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/create-wholesale-pricing-for-specific-product-variant.md).

# Create wholesale pricing for specific product/variant

Instead of one discount value for every product in a rule, you can set a unique price per product — or per variant, like one size or color of a T-shirt.

## Steps to manage

{% stepper %}
{% step %}

### Start the rule

Open the app, choose **Wholesale Pricing**, then click **Create new wholesale pricing**.

<figure><img src="/files/z6VkdgN6AvMlSeFN053x" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Name the rule and choose a market

Set the rule's name, then choose which market it applies to (**Market eligibility**).

<figure><img src="/files/ReyBrJNpXaBJUhhvRHDr" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Configure new price for each products

**Custom price list option is deprecated**

To set different wholesale prices per product, set **Discount percentage** field below to **0** and configure further in the **Products** section later.

<figure><img src="/files/lC7QySx34mArQXnKuA3X" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Choose your products

In the **Product** section, choose **Specific products**, then select the products you want.

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

Choose a **Discount method** — **Percent**, **Amount**, or **Fixed amount**.

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

Set the pricing value for each product.

<figure><img src="/files/h7ZJYSZrtue4uSgI0ZGX" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Set the customer condition

Go to the **Customer** tab and set who this pricing applies to.

<figure><img src="/files/teNRagmKv2JLw1AFyFCP" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Save and check your storefront

Click **Save**, then check the result on your storefront.
{% endstep %}
{% endstepper %}

## Apply a discounted price to a specific variant

If you need a price for just one variant (for example, only size S of a T-shirt) instead of the whole product:

{% stepper %}
{% step %}

### Select the product and pricing method

> Set **Discount percentage** field below to **0** in **Discount** section and enter **Wholesale prices** in the **Products** section.
> {% endstep %}

{% step %}

### Set the price per variant

Configure the **Discount method** and **Pricing value** for each product and variant individually.

<figure><img src="/files/Usb2eEAHXePmsg7TUpUC" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Save and check your storefront

Click **Save**, then check the result on your storefront.

<figure><img src="/files/00zIyyiND31wAUku8HUW" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

> ### **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/create-wholesale-pricing-for-specific-product-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.
