ShipStation API MCP Server

create_label

Generate shipping labels by processing label data in JSON format through the ShipStation API MCP Server for efficient order and shipment management.

Input Schema

NameRequiredDescriptionDefault
labelDataYesJSON string containing the label data

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "labelData": { "description": "JSON string containing the label data", "type": "string" } }, "required": [ "labelData" ], "type": "object" }
ID: gf5s1mfe76