/shopify/collections/products
List the products within a collection of any Shopify store by store domain and collection handle (or URL): title, brand, product_type, tags, description, image and images, options, and all variants with price, list_price, sku, availability, weight and shipping flags.
Price: 1 credit per 8 results
💡 AI Hint: List the products inside a collection of a specific Shopify store. store_domain is the store’s domain (e.g. allbirds.com); collection is the collection handle or URL; count is how many products to return. Each item has id, alias (handle), title, description, brand, product_type, tags, image+images, options (name/values) and variants (each with price, list_price, sku, available, weight, options).
⚠️ Common errors: 412: Collection not found, or the domain is not a Shopify store / has its public JSON disabled
Authorizations
API token from the dashboard
Headers
Body
Shopify store domain
1"allbirds.com"
"kith.com"
Collection handle or a collection URL
1"mens"
"womens"
Max number of products to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500Response
Successful Response