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

    Interface ProductFeesApiGetMyFeesEstimateForSKURequest

    Request parameters for getMyFeesEstimateForSKU operation in ProductFeesApi.

    interface ProductFeesApiGetMyFeesEstimateForSKURequest {
        body: GetMyFeesEstimateRequest;
        sellerSKU: string;
    }
    Index

    The request body schema for the getMyFeesEstimates operation

    sellerSKU: string

    Used to identify an item in the given marketplace. SellerSKU is qualified by the seller's SellerId, which is included with every operation that you submit.