Skip to main content
Glama

ShipHero MCP Server

adjust_inventory

Modify inventory levels for a specific product in a warehouse by adding or removing stock, with a specified reason for the adjustment. Integrates with the ShipHero MCP Server.

Input Schema

NameRequiredDescriptionDefault
product_idYesThe ID of the product to adjust inventory for
quantityYesThe quantity to adjust (positive to add, negative to remove)
reasonYesReason for the adjustment
warehouse_idYesThe warehouse ID where inventory is being adjusted

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "product_id": { "description": "The ID of the product to adjust inventory for", "type": "string" }, "quantity": { "description": "The quantity to adjust (positive to add, negative to remove)", "type": "number" }, "reason": { "description": "Reason for the adjustment", "type": "string" }, "warehouse_id": { "description": "The warehouse ID where inventory is being adjusted", "type": "string" } }, "required": [ "product_id", "warehouse_id", "quantity", "reason" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mattcoatsworth/Shiphero-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server