Product listings, collections, variants, search, and catalog discovery.
Collection Products
ASYNCREADNo auth
Returns products in a specific collection from a Shopify store.
ParametersFormJSON
Shopify store URL
Collection handle e.g. mens, sale, new-arrivals
Page number
Products per page, 1-250
cost: 1 credit · 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": "sh_collection_products", "params": { "store_url": "https://allbirds.com", "collection": "mens-shoes" } }'