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: MoneyType;
        type: string;
    }
    Index
    currency: MoneyType
    type: string

    Indicates how the amount requirement is evaluated. For spend-based conditions, the supported value is AT_LEAST, meaning the customer must spend at least the specified dollar amount to qualify.