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

    A product, marketplace, and proposed price used to request estimated fees.

    interface FeesEstimateRequest {
        Identifier: string;
        IsAmazonFulfilled?: boolean;
        MarketplaceId: string;
        OptionalFulfillmentProgram?: OptionalFulfillmentProgram;
        PriceToEstimateFees: PriceToEstimateFees;
    }
    Index

    Properties

    Identifier: string

    A unique identifier provided by the caller to track this request.

    IsAmazonFulfilled?: boolean

    When true, the offer is fulfilled by Amazon.

    MarketplaceId: string

    A marketplace identifier.

    OptionalFulfillmentProgram?: OptionalFulfillmentProgram
    PriceToEstimateFees: PriceToEstimateFees