Interface ProductFeesApiModelFeesEstimateByIdRequest

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

FeesEstimateByIdRequest

interface ProductFeesApiModelFeesEstimateByIdRequest {
    FeesEstimateRequest?: ProductFeesApiModelFeesEstimateRequest;
    IdType: "ASIN" | "SellerSKU" | ProductFeesApiModelIdType;
    IdValue: string;
}

Properties

FeesEstimateByIdRequest

IdType: "ASIN" | "SellerSKU" | ProductFeesApiModelIdType

FeesEstimateByIdRequest

IdValue: string

The item identifier.

FeesEstimateByIdRequest

MMNEPVFCICPMFPCPTTAAATR