Get catalog item
documentedRetrieve a single catalog item by SKU.
GET /catalog/v0/items/{sku}Catalogsno implementation yet0 runsNo 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/{{$asin}}?marketplaceIds={{$marketplaceIds}}&includedData={{$includedData}}&locale={{$locale}}" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "Host: sellingpartnerapi-na.amazon.com" \
-H "x-amz-access-token: {{OAUTH2_ACCESS_TOKEN}}"