Cascading price lists
Beta access
Cascading price lists are in closed beta and not available by default. To request access, contact BigCommerce support.
Cascading price lists let you layer one fallback price list onto a primary price list. When a price record is not found in the primary price list, the system checks the fallback layer before resolving to the catalog price.
This reduces the need to duplicate entire price lists for minor pricing variations. You can maintain a shared base price list and assign it as a fallback layer across multiple primary lists.
How price resolution works
When priority order is enabled, the price resolution sequence is:
- The primary price list assigned to the shopper’s context (channel and customer group)
- The fallback layer, if one is assigned and active
- The catalog price
If the primary price list has a price record for the requested variant, that price is used. If not, the system checks the layer. If neither contains a price, it resolves to the catalog price.
Each price list supports a maximum of one layer.
Configure layers via the API
The layers field on a price list defines a fallback price list. Each item in the array is an object with a price_list_id.
Create a price list with a layer
Include layers in the POST request body.
Update layers on an existing price list
Send a PUT request with layers in the request body. The behavior depends on the value provided:
For full API details, see the Cascading Price Lists API reference.
Constraints
- Maximum one layer — each price list supports a single fallback layer.
- Type compatibility — Inclusive and exclusive price lists can only layer with like types. Attempting to layer mismatched types returns a
422error. - Tax type changes — You cannot change
prices_entered_with_taxon a price list that is part of a layer relationship, as either the primary or the layer. Remove all layer relationships first, then make the change. - Inactive layers — An inactive price list can be assigned as a layer but is skipped during price resolution. The primary price list must be active for any of its layers to be evaluated.