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

Export

FeesEstimateRequest

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

Properties

Identifier: string

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

Memberof

FeesEstimateRequest

IsAmazonFulfilled?: boolean

When true, the offer is fulfilled by Amazon.

Memberof

FeesEstimateRequest

MarketplaceId: string

A marketplace identifier.

Memberof

FeesEstimateRequest

OptionalFulfillmentProgram?: OptionalFulfillmentProgram

Memberof

FeesEstimateRequest

PriceToEstimateFees: PriceToEstimateFees

Memberof

FeesEstimateRequest