shopify_list_pages
Retrieve Shopify online store content pages with id, title, handle, and published status. Filter pages by query to locate specific content quickly.
Instructions
List Online Store content pages ([{id, title, handle, published}]).
Args: limit: Maximum pages to return (1-250). query: Optional Shopify search query (e.g. 'title:About'). 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: Required and must be read; Spring verifies it. approval_ref: Approved platform task UUID when resuming a write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | ||
| effect | Yes | ||
| project_id | No | ||
| project_ref | No | ||
| approval_ref | No | ||
| idempotency_key | No | ||
| connector_account_ref | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |