shopify_collections
Fetch Shopify collections from any public storefront URL. Returns normalized JSON with pagination and limit controls, treating empty result pages as valid responses.
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 |