Skip to main content
Glama

Shopify MCP Server

update-page

Edit and update Shopify store pages, including title, content, SEO details, and publication status, using the GraphQL API for precise page management.

Input Schema

NameRequiredDescriptionDefault
bodyNo
bodyHtmlNo
pageIdYesThe GID of the page to update (e.g., "gid://shopify/Page/1234567890")
publishedNo
seoNo
titleNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "body": { "type": "string" }, "bodyHtml": { "type": "string" }, "pageId": { "description": "The GID of the page to update (e.g., \"gid://shopify/Page/1234567890\")", "minLength": 1, "type": "string" }, "published": { "type": "boolean" }, "seo": { "additionalProperties": false, "properties": { "description": { "type": "string" }, "title": { "type": "string" } }, "type": "object" }, "title": { "type": "string" } }, "required": [ "pageId" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/luckyfarnon/Shopify-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server