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"
}
Query Params
inclusionsForProducts
array of strings
enum

A list specifying the product fields for inclusion in the response object. Excluding this query parameter returns response with all inclusions except upcValues, eanValues, modelNumber, and manufacturerName.

inclusionsForProducts
inclusionsForOffers
array of strings
enum

A list specifying the offer fields for inclusion in the response object. Excluding this query parameter results in the response including all inclusions.

inclusionsForOffers
string

A value that identifies the group within the business account that a customer belongs to. The customer can set this in Amazon Business account information. GroupTag is necessary only if the customer account belongs to more than one group.

Body Params
productIds
array of strings
required

Accepts a list of ASINs as input. The response will return product information for each of the ASINs provided. The maximum number of ASINs allowed for each call is 30.

productIds*
string
enum
required

The region where the customer wants to purchase the product.

Show Details
DEGermany
FRFrance
UKUnited Kingdom
ITItaly
ESSpain
USUnited States of America
CACanada
JPJapan
string

This field determines the region where to ship the product based on the value in the shippingPostalCode.

string
required

The locale of the request in the form of an IETF language tag. Each ProductRegion supports one or more locales. This value should comply with java.util.Locale.

string

The shipping postal or zip code for customer's request. This parameter doesn't support geocode.

integer

The number of units the customer intends to purchase. This helps Amazon Business determine quantity-based discounts if an eligible offer is present. Defaults to 1.

facets
array of strings

A list of data facets to include in the response. Separate each facet with a comma.

Show Details
OFFERSOffers for an item in the Amazon Business catalog.
IMAGESImages for an item in the Amazon Business catalog.
facets
Headers
string
required

The email address of the customer requesting this resource.

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json