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

FeesEstimateByIdRequest

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

Properties

FeesEstimateRequest?: FeesEstimateRequest

FeesEstimateByIdRequest

IdType: IdType

FeesEstimateByIdRequest

IdValue: string

The item identifier.

FeesEstimateByIdRequest