ShipStation API MCP Server

get_shipment

Retrieve detailed shipment information by providing a shipment ID using the ShipStation API MCP Server tool for streamlined logistics management.

Input Schema

NameRequiredDescriptionDefault
shipmentIdYesShipment ID to retrieve

Input Schema (JSON Schema)

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