Interface ProductFeesApiModelFeesEstimateRequest

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

FeesEstimateRequest

interface ProductFeesApiModelFeesEstimateRequest {
    Identifier: string;
    IsAmazonFulfilled?: boolean;
    MarketplaceId: string;
    OptionalFulfillmentProgram?:
        | ProductFeesApiModelOptionalFulfillmentProgram
        | "FBA_CORE"
        | "FBA_SNL"
        | "FBA_EFN";
    PriceToEstimateFees: ProductFeesApiModelPriceToEstimateFees;
}

Properties

Identifier: string

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

FeesEstimateRequest

IsAmazonFulfilled?: boolean

When true, the offer is fulfilled by Amazon.

FeesEstimateRequest

MarketplaceId: string

A marketplace identifier.

FeesEstimateRequest

OptionalFulfillmentProgram?:
    | ProductFeesApiModelOptionalFulfillmentProgram
    | "FBA_CORE"
    | "FBA_SNL"
    | "FBA_EFN"

FeesEstimateRequest

FeesEstimateRequest

MMNEPVFCICPMFPCPTTAAATR