Interface ProductFeesApiModelFeesEstimateIdentifier

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

FeesEstimateIdentifier

interface ProductFeesApiModelFeesEstimateIdentifier {
    IdType?: "ASIN" | "SellerSKU" | ProductFeesApiModelIdType;
    IdValue?: string;
    IsAmazonFulfilled?: boolean;
    MarketplaceId?: string;
    OptionalFulfillmentProgram?:
        | ProductFeesApiModelOptionalFulfillmentProgram
        | "FBA_CORE"
        | "FBA_SNL"
        | "FBA_EFN";
    PriceToEstimateFees?: ProductFeesApiModelPriceToEstimateFees;
    SellerId?: string;
    SellerInputIdentifier?: string;
}

Properties

IdType?: "ASIN" | "SellerSKU" | ProductFeesApiModelIdType

FeesEstimateIdentifier

IdValue?: string

The item identifier.

FeesEstimateIdentifier

IsAmazonFulfilled?: boolean

When true, the offer is fulfilled by Amazon.

FeesEstimateIdentifier

MarketplaceId?: string

A marketplace identifier.

FeesEstimateIdentifier

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

FeesEstimateIdentifier

FeesEstimateIdentifier

SellerId?: string

The seller identifier.

FeesEstimateIdentifier

SellerInputIdentifier?: string

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

FeesEstimateIdentifier

MMNEPVFCICPMFPCPTTAAATR