ShipHero MCP Server

get_inventory

Retrieve inventory details for a specific product using its ID, with optional filtering by warehouse ID, through the ShipHero MCP Server.

Input Schema

NameRequiredDescriptionDefault
product_idYesThe ID of the product to get inventory for
warehouse_idNoOptional warehouse ID to filter by

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "product_id": { "description": "The ID of the product to get inventory for", "type": "string" }, "warehouse_id": { "description": "Optional warehouse ID to filter by", "type": "string" } }, "required": [ "product_id" ], "type": "object" }
ID: 86hw9j6m2j