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

    Quantity-based purchase conditions for basket building promotions.

    interface QuantityThreshold {
        quantity: number;
        type: QuantityThresholdTypeEnum;
    }
    Index
    quantity: number

    The number of items required to meet this purchase condition.

    How the quantity requirement is evaluated.