ShipStation API MCP Server

get_warehouse

Retrieve detailed warehouse information by specifying a warehouse ID, enabling efficient management of warehouse data within the ShipStation API.

Input Schema

NameRequiredDescriptionDefault
warehouseIdYesWarehouse ID to retrieve

Input Schema (JSON Schema)

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