# Import multiple products for Volume pricing setup

This function will help you manage different volume prices for multiple products of your store.&#x20;

## **Step to manage:**

### **Step 1: Create a CSV file containing the list of products with the proper volume prices.**

The file can be in xlsx format, too

* In the file, you need to set up column fields as follows:&#x20;

**Column A: Id (Volume pricing ID)**

*This field helps you make sure that the products and prices you set up for this volume pricing are all included in one Volume pricing ID*&#x20;

*For example, you want to set up 10 products for this volume pricing, make sure that you put the same ID for each product row.*&#x20;

**Column B: Name (Name of the volume pricing you set up)**

**Column C: Type (Volume pricing type)**

*There are two types of volume pricing you can manage: quantity or amount.*&#x20;

*e.g: quantity*

**Column D: Status**&#x20;

**Column E: Apply to Customers**&#x20;

*In this column, you will have to write down the type of customer condition you want to apply to the customers.*&#x20;

*e.g: Customer tags, Logged in customers, Non-logged in customers or All customers*

**Column F: Customer tags (Name of the customer tag)**

**Column G: Exclude Customer tags**

**Column H: Apply to Products**&#x20;

*In this column, you need to select the product condition for the volume pricing.*

*e.g: All products*

**Column I: Apply to Product variants**&#x20;

*Enter **TRUE***&#x20;

**Column J: Product Collection Ids (for product condition “specific collection”)**

**Column K: Product Ids**&#x20;

In this column, you have to enter the Ids of the products you want apply the volume pricing for.&#x20;

To find the product Id, please go to the Products folder of Shopify > Click on the product you want > Check the URL of that product page, the product Id is at the end of the link:

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

**Column L: Product variant Id**

You have to enter the product variant Id if you want to set up pricing for each variant of the product.&#x20;

Same as the product Id, you click on the product you want > navigate the product variant section and click on it. The variant Id is in the tail of the page URL:

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

**Column M: Product tag (for the product condition “product tag”)**

**Column N: Start date (volume pricing starts working on..)**

**Column O: End date (volume pricing stops working on..)**

**Column P: Discount type**

<figure><img src="/files/6HmEqD0IDTMMpGz9AS6q" alt=""><figcaption></figcaption></figure>

*Type 1: variant*

*Type 2: accross\_group*&#x20;

*Type 3: within\_each\_group*

**Column Q: Discount group (Type of discount)**

*There are 3 types of discounts. Enter one of the below data:*

*Percent, Amount or Fixed*

**Column R: From Qty/Amount**

**Column S: To Qty/Amount**

Enter the quantity number for the price break. Please write down the values for the range **thresholds** (**from** and **to**) in order to set up the applicable quantity/price range.

*e.g: Buying from 10 to 20 units to get 10% off*

*Then write in the From Qty/Amount column as "10"*&#x20;

*and write in the To Qty/Amount column as "20"*

**Column T: All (all customers condition) – (Default column)**

**Column U: Customer condition type you have chosen.**

*All customers – all*&#x20;

*Logged in customers – logged*

*Non-logged in customers – non logged*

If the customer condition is customer tag, you write as follow:

*e.g: Customer tags – wholesale*&#x20;

*The column name will be “wholesale"*

After finishing the file setup, please **Save** it.

### **Step 2: Upload the file to the app**

1. From the **App dashboard** page, click on **Volume Pricing** section&#x20;
2. Click on the **Import** button on the **Volume Pricing** page

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

&#x20;    3\. Upload the file

You also can download the example file to see what information you need to provide in the file.

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

&#x20;   4\. View the file information > Click **Upload and preview**

&#x20;   5\. Succeed<br>

<figure><img src="/files/6v3kYnqcB5TxIq56wYci" alt=""><figcaption></figcaption></figure>

> ### **Need support?**
>
> If you do encounter any difficulty while proceeding these steps, don’t show any hesitation to contact us promptly via the email address [support@samita.io](https://help.samita.io/support@samita.io)


---

# 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.samita.io/samita-wholesale-b2b/volume-pricing/import-multiple-products-for-volume-pricing-setup.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.
