Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Interface FeesEstimateByIdRequest

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

    interface FeesEstimateByIdRequest {
        FeesEstimateRequest?: FeesEstimateRequest;
        IdType: IdType;
        IdValue: string;
    }
    Index
    FeesEstimateRequest?: FeesEstimateRequest
    IdType: IdType
    IdValue: string

    The item identifier.