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

    The total estimated fees for an item and a list of details.

    interface FeesEstimate {
        FeeDetailList?: FeeDetail[];
        TimeOfFeesEstimation: string;
        TotalFeesEstimate?: MoneyType;
    }
    Index

    Properties

    FeeDetailList?: FeeDetail[]

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

    TimeOfFeesEstimation: string

    The time at which the fees were estimated. This defaults to the time the request is made.

    TotalFeesEstimate?: MoneyType