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

    Item-level benefit configuration with pricing options. Applicable to DEAL and PRICE_DISCOUNT promotion types, where each item can have its own distinct benefit. For COUPON and BASKET_BUILDING promotion types, benefits are configured at the promotion level.

    interface ItemBenefit {
        discount?: Discount;
        perCustomerUses?: number;
        price?: Currency;
        type: ItemBenefitTypeEnum;
    }
    Index
    discount?: Discount
    perCustomerUses?: number

    The maximum number of uses per customer for this item benefit.

    price?: Currency

    The benefit type for item-level pricing.