Skip to main content
Glama

ShipStation API MCP Server

void_label

Cancel shipping labels in ShipStation by submitting the shipment ID directly via the API. Simplify label voiding for order management and fulfillment workflows.

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