Skip to content

Get test product

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

Returns a sample product response so you can test your integration without using your quota.

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

Sample product data as JSON.

Missing or invalid API key.