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: string;
    }
    Index
    quantity: number

    Number of items required to meet this purchase condition.

    type: string

    Indicates how the quantity requirement is evaluated. Possible values include: - AT_LEAST: The customer must purchase at least the specified quantity of items to qualify for the benefit. - FOR_EACH: The benefit applies for every group of the specified quantity purchased (for example, the discount applies for each set of 2 items purchased).