Get product fees for a batched set of up to 20 items
Learn how to retrieve product fees for a set of up to 20 SKUs or ASINs.
Learn how to retrieve product fees for a set of up to 20 SKUs or ASINs.
Prerequisites
To successfully complete this tutorial, you must have the following:
- Authorization from the selling partner for whom you are making calls. Refer to Authorizing Selling Partner API Applications for more information.
- The Pricing and Product Listing role assigned to your developer profile.
- The Pricing and Product Listing role selected in the App registration page for your application.
Step 1. Create an array of FeesEstimateByIdRequest
objects
FeesEstimateByIdRequest
objectsThe getMyFeesEstimates
operation allows up to 20 product requests in a single batch. In order to send 20 requests in one API call, you must create an array with up to 20 FeesEstimateByIdRequest
objects.
Step 2. Call the getMyFeesEstimates
operation
getMyFeesEstimates
operationCall the getMyFeesEstimates
operation.
Updated about 19 hours ago