Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Minimum purchase requirements using quantity-based or amount-based conditions for basket building promotions. You can specify conditions within purchase requirements and multi-tier benefit configurations. You must specify exactly one of quantityThreshold or amountThreshold.

    interface PurchaseCondition {
        amountThreshold?: AmountThreshold;
        quantityThreshold?: QuantityThreshold;
    }
    Index
    amountThreshold?: AmountThreshold
    quantityThreshold?: QuantityThreshold