Skip to main content
Glama

ShipBob API MCP Server

adjust_inventory

Update product inventory levels in ShipBob fulfillment centers by specifying product ID, fulfillment center ID, quantity adjustment, and reason. This tool ensures accurate stock management for e-commerce operations.

Input Schema

NameRequiredDescriptionDefault
fulfillmentCenterIdYesThe ID of the fulfillment center
productIdYesThe ID of the product to adjust
quantityYesQuantity to adjust (positive for addition, negative for reduction)
reasonYesReason for the adjustment

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "fulfillmentCenterId": { "description": "The ID of the fulfillment center", "type": "string" }, "productId": { "description": "The ID of the product to adjust", "type": "string" }, "quantity": { "description": "Quantity to adjust (positive for addition, negative for reduction)", "type": "number" }, "reason": { "description": "Reason for the adjustment", "type": "string" } }, "required": [ "productId", "fulfillmentCenterId", "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/shipbob-mcp-server'

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