shopify_update_page
Update a Shopify Online Store page's title, body, or publish state by providing the page ID.
Instructions
Update an Online Store page's title, body, or publish state.
Args: page_id (required): Page ID (numeric or GID). title: New page title. body_html: New page body (HTML). is_published: Set the page's publish state. project_id: Authenticated Project UUID. project_ref: Exact project correlation reference. connector_account_ref: Project-bound connector account alias. idempotency_key: Stable business-action identity. effect: Claimed read or write effect; Spring verifies it. approval_ref: Approved platform task UUID when resuming a write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| effect | No | ||
| page_id | No | ||
| body_html | No | ||
| project_id | No | ||
| project_ref | No | ||
| approval_ref | No | ||
| is_published | No | ||
| idempotency_key | No | ||
| connector_account_ref | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |