shopify_collections
Retrieve a paginated list of collections from any public Shopify storefront. Returns normalized JSON with optional page and limit parameters.
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 |
|---|---|---|---|
| url | Yes | Shopify storefront URL | |
| page | No | 1-based page, defaults to 1 | |
| limit | No | Maximum collections, defaults to 50 and supports up to 250 |