update_page
Update existing Shopify online store pages by modifying title, body, handle, publish status, schedule, or template suffix. Only provided fields are changed.
Instructions
Update an existing online store page. Only provided fields are changed. Requires write_content or write_online_store_pages access scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | The numeric Shopify page ID or GID. | |
| title | No | New page title. | |
| body | No | New page body in HTML. | |
| handle | No | New URL handle. | |
| is_published | No | Whether the page is published. | |
| published_at | No | Schedule publication date (ISO 8601). | |
| template_suffix | No | New custom template suffix. |