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

    Interface ProductFeesApiGetMyFeesEstimateForSKURequest

    Request parameters for getMyFeesEstimateForSKU operation in ProductFeesApi.

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

    Properties

    Properties

    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.