getProductsByAsins

Retrieves products for the ASIN identifier present in the list of ASINs.

Usage Plan:

Rate (requests per second)Burst
.510

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 either US or DE 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"
}
Language
Click Try It! to start a request and see the response here!