Skip to main content
Glama

ShipStation API MCP Server

void_label

Cancel shipping labels by voiding them using the ShipStation API MCP Server. This tool requires a shipment ID to process the label cancellation efficiently.

Input Schema

NameRequiredDescriptionDefault
shipmentIdYesShipment ID of the label to void

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "shipmentId": { "description": "Shipment ID of the label to void", "type": "number" } }, "required": [ "shipmentId" ], "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/mattcoatsworth/shipstation-mcp-server'

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