# Set up quantity rules and volume pricing in B2B

{% embed url="<https://www.youtube.com/watch?v=2z7b0uat25w>" %}

Leverage quantity rules and volume pricing on Shopify to establish specific quantity requirements or offer tiered price discounts for your B2B orders. **Quantity rules** and **Volume pricing** are managed together, but can also be used independently based on your business needs.

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

{% hint style="info" %}
***For example:***

* If you want to sell a product in specific increments to your B2B customers or limit the quantity a customer can purchase at once, you can set [quantity rules](https://help.shopify.com/en/manual/b2b/catalogs/quantity-pricing#quantity-rules).
* If you want to offer price discounts to customers who purchase a certain quantity of a product, you can set up [volume pricing](https://help.shopify.com/en/manual/b2b/catalogs/quantity-pricing#volume-pricing).
  {% endhint %}

## Set quantity rules and volume pricing for your products using catalogs <a href="#set-quantity-rules-for-your-products-using-catalogs" id="set-quantity-rules-for-your-products-using-catalogs"></a>

{% stepper %}
{% step %}

### Create a B2B catalog

{% hint style="success" %}
**Steps:**

1. From your Shopify admin, go to **Markets** > [**Catalogs**](https://admin.shopify.com/catalogs).
2. Click the catalog that you want to edit or [**create a new catalog**](https://help.shopify.com/en/manual/b2b/catalogs/creating-catalogs#create-a-catalog) if one is not available.
3. Edit the **Pricing** sections to create pricing plans for your B2B customers.
   {% endhint %}

<figure><img src="/files/AUU0DqmUS5Y5ENjj2dql" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Select a product to add quantity rules and volume pricing

{% hint style="success" %}
To configure quantity rules and volume pricing, click **+ Add** next to the product or product variant that you want to edit.

* To apply quantity rules to **all variants** of a product, hover over the product and click **+ Add**.
* To apply quantity rules to a **specific variant**, click the variants link below the product name, then hover over the variant and click **+ Add**.
  {% endhint %}

<div><figure><img src="/files/XYEf72kvm1hXRlLan7OP" alt=""><figcaption></figcaption></figure> <figure><img src="/files/KIoIgiXLvKVY5CE6L4no" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}
You can set quantity rules and volume pricing in the **Catalogs** section of your Shopify admin, or by [importing a CSV](https://help.shopify.com/en/manual/b2b/catalogs/creating-catalogs#export-and-import-catalogs).
{% endhint %}
{% endstep %}

{% step %}

### Set up quantity rules

{% hint style="success" %}

#### Quantity rules

Use the quantity rules section to control how customers can purchase products.

* **Increment**: Enter the quantity increment that customers must purchase in.
* **Minimum**: Enter the minimum quantity that customers are required to purchase.
* **Maximum** *(optional)*: Enter the maximum quantity that customers can purchase in a single order.
  {% endhint %}

<figure><img src="/files/4pIKF1eO5p7z8acvduJ1" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
**Note:** All quantity rules set in your catalogs apply to each product's variants independently, not to the product as a whole.

*For example:* If you set a minimum quantity rule for a product with multiple color variants, then the customer needs to purchase at least that quantity of all the same color variants.
{% endhint %}

🎉 You have successfully created quantity rules!

<figure><img src="/files/189soQsTfCHgWmNcsF6l" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Set up volume pricing

{% hint style="success" %}

#### Volume pricing

Use volume pricing to offer discounted pricing based on purchase quantity.

1. In the **Volume pricing** section, click **+ Add quantity price breaks**.
2. In the **Quantity** field, enter the quantity threshold for the first price break. Price break quantities must be greater than the minimum order quantity and must be a multiple of the increment value set in the quantity rules.
3. Optional: To create additional pricing tiers, click **Add break**, then enter the quantity and price for each additional price break.
4. In the **Price** field, enter the corresponding price.
   {% endhint %}

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

{% hint style="warning" %}
**Note:** All volume pricing set in your catalogs applies to each product's variants independently, not to the product as a whole.

*For example:* If you have a volume pricing set, then a customer needs to purchase the required quantity of a specific variant to meet volume pricing requirements.
{% endhint %}

🎉 You have successfully created volume pricing!

<figure><img src="/files/chCVywxMo0XCKYUXc7lM" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

{% hint style="info" %}
For more details, you can visit the **Shopify help center** page: [Setting up quantity rules and volume pricing](https://help.shopify.com/en/manual/b2b/catalogs/quantity-pricing)&#x20;
{% 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://docs.foxecom.com/pebble-theme/faqs/set-up-quantity-rules-and-volume-pricing-in-b2b.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.
