Tiered pricing
Charge different prices based on quantity thresholds using volume or graduated tiers.
Overview
Use tiered pricing when the price per unit changes based on quantity thresholds. Tiered pricing supports two calculation methods: volume pricing (single rate for all units) and graduated pricing (different rates for each tier portion).
Common use cases include:
- SaaS seat pricing with quantity discounts
- API calls with tiered consumption rates
- Bulk purchase discounts
- Utility billing (electricity, water, cloud storage)
Volume pricing
With volume pricing, a single per-unit price applies to all units based on the total quantity purchased. The more units a customer buys, the lower the price per unit can be.
How volume pricing works
- Define quantity tiers with per-unit prices
- Determine which tier the total quantity falls into
- Apply that tier’s price to all units
Example: SaaS seats
Graduated pricing
With graduated pricing, each portion of a customer’s quantity is billed at a different rate based on the tier it falls into. This provides more granular pricing that rewards higher-volume usage.
How graduated pricing works
- Define quantity tiers with per-unit prices
- Each tier applies only to the portion of quantity within that tier
- Total charge = sum of charges for each tier portion