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

    Amount-based purchase conditions for basket building promotions. Customers must spend a minimum dollar amount.

    interface AmountThreshold {
        currency: Currency;
        type: "AT_LEAST";
    }
    Index
    currency: Currency
    type: "AT_LEAST"

    The type of amount requirement. Only AT_LEAST is supported for spend-based conditions.