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

    Budget configuration for spending limits. For COUPON and BASKET_BUILDING promotion types, the budget is set at the promotion level and applies to the entire promotion. For DEAL and PRICE_DISCOUNT promotion types, the budget is set at the item level within each item in the selection.

    interface Budget {
        currencyCode?: string;
        type: BudgetTypeEnum;
        value: number;
    }
    Index
    currencyCode?: string

    The currency code in ISO 4217 format. Required when type is AMOUNT.

    The budget type, either monetary or unit-based.

    value: number

    Budget value (amount or unit count).