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

    Discount details applied by the promotion.

    interface PromotionDiscount {
        amountOff?: MoneyType;
        percentOff?: number;
        type?: string;
    }
    Index
    amountOff?: MoneyType
    percentOff?: number

    The percentage discount applied to the original price (1-100). Only valid when type is PERCENTAGE_OFF.

    type?: string

    Method used to calculate the discount amount. Supported values: PERCENTAGE_OFF (discount applied as a percentage off the original price), AMOUNT_OFF (discount applied as a fixed amount off the original price).