Skip to content

Search products by term and store

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

Search Amazon products by a search term within a given store.

Media typeapplication/json
object
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
search_term
required

The search term.

string
Example
iPhone

Search results as JSON.

Missing or invalid API key.

Monthly usage quota exceeded.