Update page
page_updateUpdate a Shopify page's title, body, handle, or publish status. Only provided fields are changed; get the page GID from page_list.
Instructions
Update an existing page's title, body, handle, or publish status. Only provided fields change. Get the page GID from page_list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Page GID from page_list | |
| body | No | New page content as HTML | |
| title | No | New page title | |
| handle | No | New URL slug | |
| isPublished | No | true publishes the page, false unpublishes it — omit to leave unchanged |