> For the complete documentation index, see [llms.txt](https://orbit-b2b.gitbook.io/orbit-b2b-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://orbit-b2b.gitbook.io/orbit-b2b-docs/volume-pricing/overview.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://orbit-b2b.gitbook.io/orbit-b2b-docs/volume-pricing/overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
