shopify_create_page
Create Shopify Online Store content pages such as About, FAQ, or Services by providing a title and HTML body. Set the URL handle and publish status, eliminating manual page creation.
Instructions
Create an Online Store content page (e.g. About, FAQ, Services).
Args: title (required): Page title. body_html (required): Page body (HTML). handle: URL handle (defaults to a slug of the title). is_published: Publish immediately (default true). 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 | ||
| handle | 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 |