A price tier is selected instead of the default price when a certain quantity of the ProductVariant is added to a cart and ordered.

interface PriceTier {
    minimumQuantity: number;
    value: TypedMoney;
}

Properties

minimumQuantity: number

The minimum quantity this price tier is valid for.

value: TypedMoney

The currency of a price tier is always the same as the currency of the base Price.