ShipStation API MCP Server

unsubscribe_from_webhook

Remove event notifications from ShipStation API by unsubscribing a specific webhook ID using this tool. Simplify API integrations by managing active webhooks effectively.

Input Schema

NameRequiredDescriptionDefault
webhookIdYesWebhook ID to unsubscribe from

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "webhookId": { "description": "Webhook ID to unsubscribe from", "type": "number" } }, "required": [ "webhookId" ], "type": "object" }
ID: gf5s1mfe76