# 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, mentioned in the **Steps to set product limits**.

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

**OR** you can just select the **Download** button, placed on the top-right corner of the page.

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

By clicking on this, 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 your CSV file is exported, initially, the limit columns of the data will be blank.

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>

After filling in the limits for the products in your CSV file, you can import them into your store seamlessly.

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

<figure><img src="/files/IscvOIv38MmevTLvEhAN" alt=""><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 limits,** and the purchase limits will be updated according to it.

<figure><img src="/files/tmkvQXQPTqW8CyzkgDLx" 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 %}


---

# 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/import-limits-in-bulk.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.
