Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...
    CouponType: {
        ReorderRewards: "REORDER_REWARDS";
        Standard: "STANDARD";
        SubscribeAndSave: "SUBSCRIBE_AND_SAVE";
    } = ...

    The subtype of a COUPON promotion. Only applicable when promotionType is COUPON; not set for other promotion types. When omitted, the coupon is treated as STANDARD.

    Type Declaration

    • ReadonlyReorderRewards: "REORDER_REWARDS"
    • ReadonlyStandard: "STANDARD"
    • ReadonlySubscribeAndSave: "SUBSCRIBE_AND_SAVE"