Volume Discounts
What are Volume Discounts?
Volume discounts, also called tiered or quantity pricing, reduce the unit price as the purchased quantity increases. A typical structure names a quantity per tier and the corresponding unit price or percentage, for example a lower rate from three units and a lower rate again from five. The tiers are displayed on the product detail page near the quantity selector, and the applicable price is applied when the cart is updated. The pattern is common in consumables, accessories and business to business assortments.
Definition
A volume discount is a price rule tied to quantity, not a coupon. It can apply per variant, across all variants of a product, or across a defined product group, which changes how the qualifying quantity is counted. Tiers are usually expressed as a threshold with a fixed unit price, a percentage reduction or a fixed amount off. Design questions include whether tiers combine with other promotions, whether the reduction applies to the whole quantity or only to the units above a threshold, and how the saving is displayed. Price indication rules govern any reference price shown next to a reduced one, and business to business contexts may require net prices and customer specific price lists.
Why it matters
In a composable storefront the tier table comes from the pricing or commerce service and is rendered by the product component, while the authoritative calculation happens when the cart is priced. Tiers that are identical for all visitors can travel with cached catalog data, whereas customer specific or contract prices are resolved at request time behind an authenticated call. A quantity selector that previews the next tier locally has to reconcile with the server price after the cart update, so the displayed saving never diverges from the invoice. Isolating the tier table as a storefront component lets the same data feed product page, cart line and quotation views without duplicated logic.
Use cases
On the product detail page a compact tier table next to the quantity selector shows each threshold and the resulting unit price, with the active tier marked. In listing views a short label can indicate that quantity pricing exists without repeating the full table. In the cart the applied tier is named on the line item, and a hint can state how many units are missing to reach the next one. In checkout the total saving belongs in the order summary. For business customers the same tiers can back a quotation, a reorder template or a scheduled replenishment order.
Related
Explore Dynamic Pricing · Pricing Psychology.