Get product ASINs based on identifiers (UPC or EAN)
GET
/api/v1/converters/identifier-to-asinsGet array of product ASINs based on identifiers (UPC or EAN). It returns empty array if product is not found. The limit is 60 requests per minute. Amazon seller account integration is required to make this request. You can do it here.
Request
UPC or EAC to fetch ASINs for.
Amazon marketplace domain. Domain amazon.com
is used by default if domain
and marketplaceId
are not provided. If both domain
and marketplaceId
are chosen, domain
has bigger priority. Options: amazon.com, amazon.ca, amazon.co.uk, amazon.de, amazon.es, amazon.it, amazon.fr, amazon.in, amazon.com.mx, amazon.com.br.
Amazon marketplace id. Domain amazon.com
is used by default if domain
and marketplaceId
are not provided. If both domain
and marketplaceId
are chosen, domain
has bigger priority. See all options here.
Request samples
Responses
Convert to ASIN response