ShipBob API MCP Server

get_inventory_report

Generate inventory reports for specified dates and fulfillment centers using ShipBob API MCP Server. Track stock levels and manage inventory efficiently.

Input Schema

NameRequiredDescriptionDefault
endDateYesEnd date for the report (YYYY-MM-DD)
fulfillmentCenterIdNoFilter by fulfillment center ID
startDateYesStart date for the report (YYYY-MM-DD)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "endDate": { "description": "End date for the report (YYYY-MM-DD)", "type": "string" }, "fulfillmentCenterId": { "description": "Filter by fulfillment center ID", "type": "string" }, "startDate": { "description": "Start date for the report (YYYY-MM-DD)", "type": "string" } }, "required": [ "startDate", "endDate" ], "type": "object" }
ID: 37nc7wfin6