Contains pricing information that includes special pricing when buying in bulk.

Export

QuantityDiscountPriceType

interface QuantityDiscountPriceType {
    listingPrice: MoneyType;
    quantityDiscountType: "QUANTITY_DISCOUNT";
    quantityTier: number;
}

Properties

listingPrice: MoneyType

Memberof

QuantityDiscountPriceType

quantityDiscountType: "QUANTITY_DISCOUNT"

Memberof

QuantityDiscountPriceType

quantityTier: number

Indicates at what quantity this price becomes active.

Memberof

QuantityDiscountPriceType