# Overview

Volume pricing automatically discounts products when customers buy more. Tiers are shown in a live table on your product pages so customers know exactly what to buy to unlock a better price.

***

## How it works

1. You create a volume pricing rule and define tiers — e.g. buy 10+ → 10% off, buy 50+ → 20% off.
2. The tier table appears on your product pages automatically.
3. When a customer adds items to their cart, the correct discount is applied at checkout — no coupon codes needed.

***

## Two volume types

| Type         | Based on          | Example                   |
| ------------ | ----------------- | ------------------------- |
| **Quantity** | Number of units   | Buy 10–49 units → 10% off |
| **Amount**   | Total order value | Spend $500+ → 5% off      |

***

## Discount types per tier

Each tier can use its own discount type:

| Type            | What it does                                   |
| --------------- | ---------------------------------------------- |
| **Percent off** | Reduce price by a percentage                   |
| **Amount off**  | Reduce price by a fixed dollar amount per unit |
| **Fixed price** | Set a specific unit price for this tier        |

***

## Storefront table

A pricing table is shown on product pages listing all tiers. Customers can see at a glance what quantity they need to reach the next tier.

You can customize the table style in **Theme Editor → Volume Pricing Table block settings**.

***

## Related guides

* [Create a rule](/orbit-b2b-docs/volume-pricing/create-rule.md)
* [Set up quantity tiers](/orbit-b2b-docs/volume-pricing/quantity-tiers.md)
* [Set up amount tiers](/orbit-b2b-docs/volume-pricing/amount-tiers.md)
* [Storefront pricing table](/orbit-b2b-docs/volume-pricing/storefront-table.md)


---

# 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://orbit-b2b.gitbook.io/orbit-b2b-docs/volume-pricing/overview.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.
