post https://api.business.amazon.com/products/2020-08-26/products/getProductsByAsins
Retrieves products for the ASIN identifier present in the list of ASINs.
Usage Plan:
Rate (requests per second) | Burst |
---|---|
.5 | 10 |
The x-amzn-RateLimit-Limit
response header returns the usage plan rate limits that were applied to the requested operation. The preceding table indicates the default rate and burst values for this operation. For questions about your usage plan, reach out to your Amazon Business technical contact.
productRegion
can be eitherUS
orDE
to return results for the US and German marketplaces, respectively. Selecting any other region will return an error.
To test this API, use any of the following sample request bodies. You can populate the input fields below with values from these samples:
Example #1 - Click to expand
{ "productIds": [ "B000J69XVW", "B000KTCU3G" ], "productRegion": "US", "locale": "en_US" }
Example #2 - Click to expand
{ "productIds": [ "B000J69XVW", "B000KTCU3G" ], "productRegion": "DE", "locale": "en_US" }