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

    An item identifier, marketplace, time of request, and other details that identify an estimate.

    interface FeesEstimateIdentifier {
        IdType?: IdType;
        IdValue?: string;
        IsAmazonFulfilled?: boolean;
        MarketplaceId?: string;
        OptionalFulfillmentProgram?: OptionalFulfillmentProgram;
        PriceToEstimateFees?: PriceToEstimateFees;
        SellerId?: string;
        SellerInputIdentifier?: string;
    }
    Index

    Properties

    IdType?: IdType
    IdValue?: string

    The item identifier.

    IsAmazonFulfilled?: boolean

    When true, the offer is fulfilled by Amazon.

    MarketplaceId?: string

    A marketplace identifier.

    OptionalFulfillmentProgram?: OptionalFulfillmentProgram
    PriceToEstimateFees?: PriceToEstimateFees
    SellerId?: string

    The seller identifier.

    SellerInputIdentifier?: string

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