# Price Lists

Price Lists are where you configure all your B2B pricing rules — custom discounts, volume tiers, order limits, and product increments. Each Price List defines *what* is sold and at *what price* for the B2B customers assigned to it.

{% hint style="info" %}
A Price List on its own does nothing until it's assigned to a [Customer Group](/v2.2026/app-configuration/customer-group.md). The Customer Group defines *who* sees those prices.
{% endhint %}

### How Price Lists work:

* You add products to a Price List and configure a discount or custom price for each.
* You then assign the Price List to a Customer Group.
* When a customer in that group logs into your store, they see the B2B prices from the assigned Price List.
* A Customer Group can have multiple Price Lists assigned to it.

### What you can configure in a Price List:

* **Overall discount** — apply a percentage, fixed amount off, or a new price across all products in the list
* **Volume discount** — offer tiered pricing based on quantity or order amount
* **Product & order limit** — set minimum/maximum quantities or amounts, and product increments
* **Optional settings** — set a start and end date, and a priority when multiple rules overlap
* **Applicable market** — restrict the Price List to specific Shopify markets

### Managing your Price Lists:

From the **Price Lists** page, you can:

* **Create** a new Price List by clicking **Create price list**
* **Edit** an existing list by clicking the edit icon in the Action column
* **Duplicate** a list to reuse its settings as a starting point
* **Delete** a list (this cannot be undone)
* **Export** and **Import** Price Lists via XLSX or CSV (available on Growth plan and above)

***

{% hint style="success" %}

### Need Help?

If you have questions or run into issues while using any feature, we're here to help.

* 💬 **Start a** [**Live Chat** with our support team](https://go.crisp.chat/chat/embed/?website_id=a59f354c-f51f-4f84-ae9a-c0e8dd69d2e5) directly from your B2Bridge dashboard.
* 📧 **Email us at** [**support@b2bridge.io**](mailto:support@b2bridge.io) and we'll get back to you as soon as possible.
  {% 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.b2bridge.io/v2.2026/app-configuration/price-list.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.
