> 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/vox-limit-orders-per-day/product-days-limit.md).

# Product Days Limit

This is the section where you can easily apply product limits. To do that, you need to follow the steps given below.

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

Select the **Add** button

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

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

Add the limits you want to add to your store's orders for every day.

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

Suppose you have set the above-mentioned limits on **Arin Black Socks.**

So, let's understand this functionality with different use cases.

<table data-header-hidden><thead><tr><th width="132"></th><th width="138"></th><th width="136"></th><th></th></tr></thead><tbody><tr><td><strong>Customers</strong></td><td><strong>Purchase Day</strong></td><td><strong>Product Qty</strong></td><td><strong>Approved or Disapproved?</strong></td></tr><tr><td>Liam</td><td>Sunday</td><td>3</td><td><mark style="color:red;"><strong>Disapproved</strong></mark>, as the order qty exceeds the set limit.</td></tr><tr><td>John</td><td>Monday</td><td>2</td><td><mark style="color:green;"><strong>Approved</strong></mark>, as the order qty doesn’t exceed the set limit.</td></tr><tr><td>Jacob</td><td>Tuesday</td><td>3</td><td><mark style="color:red;"><strong>Disapproved</strong></mark>, as the order qty exceeds the set limit.</td></tr><tr><td>Thomas</td><td>Wednesday</td><td>4</td><td><mark style="color:green;"><strong>Approved</strong></mark>, as the order qty is the same as the set limit.</td></tr><tr><td>Harry</td><td>Thursday</td><td>5</td><td><mark style="color:red;"><strong>Disapproved</strong></mark>, as the order qty exceeds the set limit.</td></tr><tr><td>Luke</td><td>Friday</td><td>2</td><td><mark style="color:green;"><strong>Approved</strong></mark>, as the order qty doesn’t exceed the set limit.</td></tr><tr><td>Peter</td><td>Saturday</td><td>3</td><td><mark style="color:red;"><strong>Disapproved</strong></mark>, as the order qty exceeds the set limit.</td></tr></tbody></table>

{% hint style="danger" %} <mark style="color:red;">Simply put, customers cannot order products more than the limits set on that particular product on that particular day.</mark>
{% endhint %}

{% hint style="success" %} <mark style="color:green;">However, your customers can order products less than the set order limit for the respective day and product.</mark>
{% endhint %}


---

# 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/vox-limit-orders-per-day/product-days-limit.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.
