shopify_pages
List static pages from any Shopify store. Fetches normalized page content via the /pages.json endpoint, returning cleaned text with pagination support.
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 |