Skip to main content
Glama

Shopify MCP Server

manage-webhook

Subscribe to, locate, or remove webhooks for Shopify store data. Specify the topic, callback URL, and action to manage webhooks efficiently.

Instructions

Subscribe, find, or unsubscribe webhooks

Input Schema

NameRequiredDescriptionDefault
actionYesAction to perform with webhook
callbackUrlYesWebhook callback URL
topicYesWebhook topic to subscribe to
webhookIdNoWebhook ID (required for unsubscribe)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "action": { "description": "Action to perform with webhook", "enum": [ "subscribe", "find", "unsubscribe" ], "type": "string" }, "callbackUrl": { "description": "Webhook callback URL", "format": "uri", "type": "string" }, "topic": { "description": "Webhook topic to subscribe to", "enum": [ "orders/updated" ], "type": "string" }, "webhookId": { "description": "Webhook ID (required for unsubscribe)", "type": "string" } }, "required": [ "action", "callbackUrl", "topic" ], "type": "object" }

You must be authenticated.

Other Tools from Shopify MCP Server

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/amir-bengherbi/shopify-mcp-server'

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