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

    Specifies minimum purchase requirements using quantity-based or amount-based conditions for basket building promotions. Used in purchase requirements to specify conditions within those configurations. Exactly one of quantityThreshold or amountThreshold must be specified.

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