update_page
Update page name, slug, settings, and custom code to change storefront page properties without recreating the page.
Instructions
Update page properties (name, slug, settings, custom code)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New name | |
| slug | No | New slug WITHOUT a leading slash (e.g. 'about', 'cart'). A leading '/' is stripped automatically — '/cart' would 404 on the storefront. | |
| page_id | Yes | Page ID | |
| settings | No | Page settings | |
| is_homepage | No | Set as homepage |