shopify_pages
Retrieve all static pages from a Shopify store by calling its /pages.json endpoint. Returns page content as cleaned text.
Instructions
List Shopify pages. Returns normalized static pages from a public Shopify /pages.json endpoint. Page body HTML is returned as cleaned text only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Shopify storefront URL | |
| page | No | 1-based page, defaults to 1 | |
| limit | No | Maximum pages, defaults to 50 and supports up to 250 |