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" }
ID: gf5s1mfe76