Skip to content

Get product by ASIN and store

POST
/v1/get/product
curl --request POST \
--url https://api.amzconnect.io/v1/get/product \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "asin": "B08N5WRWNW", "store": "com" }'

Validates the request, checks your license usage quota, fetches the product from the database, and returns a JSON response.

Media typeapplication/json
object
asin
required

The product ASIN.

string
Example
B08N5WRWNW
store
required

The store identifier (Amazon marketplace). Allowed values: com, co.uk, de, fr, it, es, ca, com.au, co.jp, in, com.br, com.mx, nl, se, pl, com.tr, ae, sg.

string
Allowed values: com co.uk de fr it es ca com.au co.jp in com.br com.mx nl se pl com.tr ae sg
Example
com

Structured product data as JSON.

Missing or invalid API key.

Monthly usage quota exceeded.