Selling Partner API SDK for JavaScript
    Preparing search index...

    The type of fee, fee amount, and other details.

    interface FeeDetail {
        FeeAmount: MoneyType;
        FeePromotion?: MoneyType;
        FeeType: string;
        FinalFee: MoneyType;
        IncludedFeeDetailList?: IncludedFeeDetail[];
        TaxAmount?: MoneyType;
    }
    Index

    Properties

    FeeAmount: MoneyType
    FeePromotion?: MoneyType
    FeeType: string

    The type of fee charged to a seller.

    FinalFee: MoneyType
    IncludedFeeDetailList?: IncludedFeeDetail[]

    A list of other fees that contribute to a given fee.

    TaxAmount?: MoneyType