shopify_collections
Retrieve collections from any public Shopify store using its URL. Supports pagination and configurable limits.
Instructions
List Shopify collections. Returns normalized collections from a public Shopify /collections.json endpoint. Valid empty result pages return 200 with an empty collections array.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum collections, defaults to 50 and supports up to 250 | |
| page | No | 1-based page, defaults to 1 | |
| url | Yes | Shopify storefront URL |