Skip to main content
Glama

shopify-mcp

update-order

Modify Shopify order details such as email, shipping address, custom attributes, metafields, notes, and tags using the MCP server for streamlined order management.

Input Schema

NameRequiredDescriptionDefault
customAttributesNo
emailNo
idYes
metafieldsNo
noteNo
shippingAddressNo
tagsNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "customAttributes": { "items": { "additionalProperties": false, "properties": { "key": { "type": "string" }, "value": { "type": "string" } }, "required": [ "key", "value" ], "type": "object" }, "type": "array" }, "email": { "format": "email", "type": "string" }, "id": { "minLength": 1, "type": "string" }, "metafields": { "items": { "additionalProperties": false, "properties": { "id": { "type": "string" }, "key": { "type": "string" }, "namespace": { "type": "string" }, "type": { "type": "string" }, "value": { "type": "string" } }, "required": [ "value" ], "type": "object" }, "type": "array" }, "note": { "type": "string" }, "shippingAddress": { "additionalProperties": false, "properties": { "address1": { "type": "string" }, "address2": { "type": "string" }, "city": { "type": "string" }, "company": { "type": "string" }, "country": { "type": "string" }, "firstName": { "type": "string" }, "lastName": { "type": "string" }, "phone": { "type": "string" }, "province": { "type": "string" }, "zip": { "type": "string" } }, "type": "object" }, "tags": { "items": { "type": "string" }, "type": "array" } }, "required": [ "id" ], "type": "object" }

You must be authenticated.

Other Tools from shopify-mcp

Related Tools

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/GeLi2001/shopify-mcp'

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