> 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/kor-order-limit-quantity-1/import-limits-in-bulk.md).

# Import Limits in Bulk

Applying purchase limits to hundreds of products or collections is indeed tedious as hell.

Using the **Import Limit in Bulk** feature, you can upload a CSV file with all the necessary information required for applying the quantity purchase limits in bulk.

### <mark style="color:blue;">How to download (export) products in bulk?</mark>

To download (export) your products, click on the **Download** button.

<figure><img src="/files/XI4Q2OLyQWztutAo8Gdz" alt="Export product data"><figcaption></figcaption></figure>

By clicking on this button, all your store products' data will be downloaded (exported) easily.

### <mark style="color:blue;">How to import product limits in bulk?</mark>

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

Once you have downloaded the CSV file of your product data, you might have noticed that the limit columns are blank.&#x20;

So, you need to fill in the limits that you want to set and save the CSV file.

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

Once you are done filling in the limits to the products in your CSV file, you can start the import process.&#x20;

For this, you need to click on **Choose File** and select the CSV file you just updated.

<figure><img src="/files/ZgTso1DW3m4DjNfjltcF" alt="Import products"><figcaption></figcaption></figure>

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

Click on **Import,** and all the data will be imported.

If you have updated your existing CSV file by adding new product details, its purchase limits or updating the purchase limits of the existing products, check the option **Update Existing Product Limits,** and the purchase limits will be updated according to it.

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

{% hint style="info" %}

* *Make sure you don't change the column headers **Product Id** or **Title** in the Excel sheet.*&#x20;
* *The max limit for importing the data is **3000** products, so set the import limit in the sheet if your product number exceeds the max limit.*
  {% endhint %}

<figure><img src="/files/5qBWMJRUs0m35zN8g7fz" alt=""><figcaption></figcaption></figure>


---

# 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/kor-order-limit-quantity-1/import-limits-in-bulk.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.
