Store locator, categories, seasonal listings, ingredients, and nutrition.
Category Product Listing
ASYNCWRITENo auth
Returns products in a category for a store with SKUs, titles, images, and prices.
ParametersFormJSON
Trader Joe's store code for store-scoped category listing
CategoryTree id for the category to browse
Pagination page number for the category grid
Number of products per page
Availability filter flag for SearchProducts
Published filter flag for SearchProducts
cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \ -X POST \ -H "X-API-Key: $ANAKIN_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "action_id": "act_traderjoes_category_product_listing", "params": { "store_code": "173", "category_id": "167", "current_page": "1", "page_size": "15", "availability": "1", "published": "1" } }'