# Variant Limit

To apply limits on your store's product variants only (not the entire product).

#### <mark style="color:blue;">Step #1</mark>

Go to **Product Limit** <mark style="color:blue;">➤</mark> **Variant Limit** <mark style="color:blue;">➤</mark> **Add Limit**

Admins can add as many product variants as they want to apply purchase limits to them.

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

<mark style="color:blue;">**Step #2**</mark>

It will display the following form on your screen.

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

**Product/Variant:** Search for the product or variant name on which you want to set the purchase limit.

**Min Limit:** Set the min limit.

**Max Limit:** Set the max limit.

**Multiply Qty:** Set the number in whose multiples customers can make a purchase (if needed).

**Future Limit Qty:** Set the limit for future purchase limits (if needed).

Suppose you've applied the following limit rules for the variant **Red** of the **Lady Martha Skirt** product.

<table><thead><tr><th width="235" align="center">Product/Variant</th><th width="114" align="center">Min Limit</th><th width="114" align="center">Max Limit</th><th width="109" align="center">Multiply</th><th>Future Qty</th></tr></thead><tbody><tr><td align="center">Lady Martha Skirt - Red</td><td align="center">5</td><td align="center">10</td><td align="center">5</td><td>10</td></tr></tbody></table>

According to the above rules, your customers can purchase a **minimum of 5** OR a **maximum of 10** products of **Lady Martha Skirt** available in the **Red** color variant.

Once you are done, go to the dashboard of the Product Limit, and the product variant limit will be applied to the selected product variant.

**Frontend Result:**

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


---

# 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://magecomp.gitbook.io/shopify/apps/kor-order-limit-quantity/product-limit/variant-limit.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.
