Sign in

List catalog items

documented

Retrieve catalog items available for sale.

GET /catalog/v0/itemsCatalogsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://sellingpartnerapi-na.amazon.com/catalog/2022-04-01/items?marketplaceIds={{$marketplace_id}}&keywords={{$query}}&pageSize={{$limit}}&pageToken={{$page}}&includedData={{$includedData}}" \
  -X GET \
  -H "x-amz-access-token: {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "User-Agent: {{APP_NAME}}/{{APP_VERSION}}"