Create page
page_createCreate a new page for your Shopify store. By default, the page is an unpublished draft; set isPublished to true to publish it immediately.
Instructions
Create a new page in the Shopify store. Pages are created as unpublished drafts unless isPublished is true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Page content as HTML | |
| title | Yes | Page title shown in the storefront | |
| handle | No | URL slug, e.g. about-us — derived from title if omitted | |
| isPublished | No | false keeps the page as an unpublished draft |