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

    The discount configuration shared across benefit types.

    interface Discount {
        amountOff?: number;
        currencyCode?: string;
        percentOff?: number;
        type: DiscountTypeEnum;
    }
    Index
    amountOff?: number

    The amount off value. Only valid when type is AMOUNT_OFF.

    currencyCode?: string

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

    percentOff?: number

    The percentage discount value (1-100). Only valid when type is PERCENTAGE_OFF.

    The method used to calculate the discount amount.