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" }
ID: 37nc7wfin6