Get product info
GET
/api/v1/products/{asin}Get product info. The limit is 60 requests per minute. Amazon seller account integration is required to make this request. You can do it here.
Request
Path Params
asin
required
Amazon product ASIN.
Example:
B00U26V4VQ
Query Params
domain
optional
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.
Example:
amazon.com
marketplaceId
optional
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.
Example:
ATVPDKIKX0DER
Request samples
Responses
OK(200)
Bad Request(400)
402(402)
Forbidden(403)
Record Not Found(404)
Parameter Error(422)
429(429)
Server Error(500)
HTTP Code: 200
Content Type : JSONapplication/json
Product info
Data Schema
No schema defined
Example
Not configured
Last modified: 2 days ago