# Purchase Limit

**Purchase limit** is a **function to limit the purchase** of a product according to variants.&#x20;

{% hint style="info" %}
\*\*<mark style="color:red;">**Note**</mark>: This function is only available on the <mark style="color:red;">**Ultimate**</mark>**&#x20;plan**.&#x20;
{% endhint %}

Here are the step-by-step for setting the purchase limit.

## Setup

1. Log in to the Dashboard section

![](/files/lCN7aw3FznaFFoOAyya2)

2\. Click on the **Products**

![](/files/e2XZ8PJ1T5LlkggTvjti)

3\. Click **Add product** to use the new product or you can press the **Edit** button on the existing product. For this tutorial, we will use existing products.

![](/files/cAt3ZrAvD4262lUjjnDu)

4\. Click on the **Purchase limit** tab

![](/files/Xj6ftu9kNPMMCjEvDYpH)

5\. Click on **Add purchase limit**

![](/files/UpJUMxEIn1tEeOzox61M)

6\. In this section you need to set the purchase type limit, variant, and quantity or weight.

![](/files/XhrRRt20BxUZpkEEgK4J)

### Penerangan parameter

<table><thead><tr><th width="337">Parameters</th><th>Use cases</th></tr></thead><tbody><tr><td><strong>Purchase type limit</strong></td><td>You can set whether you want to limit by quantity or weight on this section.</td></tr><tr><td><strong>Select variant</strong></td><td>Product variants that you want to limit purchases to customers.</td></tr><tr><td><strong>Minimum quantity/Minimum weight</strong></td><td>Minimum quantity/weight of a variant.</td></tr><tr><td><strong>Maximum quantity/Maximum weight</strong></td><td>Maximum quantity/weight of a variant.</td></tr></tbody></table>

7\. Once the setting is done press the **Save** button

![](/files/6SnhZ1Kqs6C2wjTyHBP1)

8\. In the add to cart section. If the customer enters more quantity than what they set then they cannot proceed to the checkout page because it exceeds the variant purchase quantity limit.

![](/files/u5OSivqmZwu0N5tBRBL3)


---

# 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.shoppego.com/en/products/purchase-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.
