/shopify/collections
Get a single collection from any Shopify store by store domain and collection handle (or URL): title, description, image, product_count, and timestamps.
Price: 1 credit
💡 AI Hint: Fetch a single collection from a specific Shopify store. Identity is (store_domain, collection). store_domain is the store’s domain (e.g. allbirds.com); collection is the collection handle or URL. Returns one item with id, alias (handle), title, description, image, product_count and timestamps.
⚠️ 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 scrapping execution timeout (in seconds)
20 <= x <= 1500