shopify_collections
List Shopify collections from any public storefront URL. Get normalized JSON with pagination and customizable limits, returning an empty array for valid empty pages.
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 |