> For the complete documentation index, see [llms.txt](https://magecomp.gitbook.io/shopify/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://magecomp.gitbook.io/shopify/apps/oroshi-wholesale-and-reorder/product-limits.md).

# Product Limits

This is the field from where you need to add the minimum and maximum product limits for the customers to purchase.

For that, you just need to go to the **Product Limits** section in the app's backend and set the limits on the products accordingly.

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

**Save** the product limits.

So, now your customers will only be able to purchase the products in quantities that are applied to the product.

For instance, we have one of your customers who needs to purchase **The Minimal Snowboard** in bulk, so they will be able to purchase a **minimum of 2 quantities** of the shirt and a **maximum of 5 quantities** of the product only.&#x20;

And if they violate these limits, they will be displayed the following alerts.

<figure><img src="/files/968NLpRXBpoxpe93doKE" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/7vBxCTiN3471TCI98BvB" alt=""><figcaption></figcaption></figure>

You can also showcase these products according to customer groups and segments.&#x20;

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

For that, you need to select the **All customers** button.

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

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

As soon as you select the button, a section will appear on your screen, from where you can select the customer group/segment to which you want to show your products.

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

* If you want to show your products to all your customers, select the **All Customers** option.
* If you do not want to show your products to your customers, select the **No Customers** option.
* If you want to show your products to your registered customers only, select the **Logged in Users** option.
* If you want to show your products to customers you have segmented for according to your customer tags, for example - location wise, select **Customer Tags**, and then select the customer tags accordingly.


---

# 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://magecomp.gitbook.io/shopify/apps/oroshi-wholesale-and-reorder/product-limits.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.
