Selling Partner API SDK for JavaScript
    Preparing search index...

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

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

    Properties

    FeesEstimateRequest?: FeesEstimateRequest
    IdType: IdType
    IdValue: string

    The item identifier.