ShipBob API MCP Server

list_shipments

Retrieve shipment data from ShipBob's API by filtering by date range, order ID, or pagination. Manage and track shipments efficiently using structured input parameters.

Input Schema

NameRequiredDescriptionDefault
endDateNoEnd date for filtering (YYYY-MM-DD)
limitNoNumber of shipments per page
orderIdNoFilter by order ID
pageNoPage number for pagination
startDateNoStart date for filtering (YYYY-MM-DD)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "endDate": { "description": "End date for filtering (YYYY-MM-DD)", "type": "string" }, "limit": { "description": "Number of shipments per page", "type": "number" }, "orderId": { "description": "Filter by order ID", "type": "string" }, "page": { "description": "Page number for pagination", "type": "number" }, "startDate": { "description": "Start date for filtering (YYYY-MM-DD)", "type": "string" } }, "type": "object" }
ID: 37nc7wfin6