Home > @vsf-enterprise/epcc-api > TierPrice
# TierPrice interface
Price of the product when a certain minimum quantity is purchased.
Signature:
export interface TierPrice
# Properties
Property | Type | Description |
---|---|---|
minimum_quantity | number | The minimum quantity required to purchase the product. |
price | { [key: string]: { amount: number; includes_tax: boolean; }; } | The price of the product when the minimum quantity is purchased. |