ShipBob API MCP Server

list_orders

Retrieve and manage ShipBob orders using filters like date range, status, and pagination for streamlined order tracking and fulfillment processing.

Input Schema

NameRequiredDescriptionDefault
endDateNoEnd date for filtering (YYYY-MM-DD)
limitNoNumber of orders per page
pageNoPage number for pagination
startDateNoStart date for filtering (YYYY-MM-DD)
statusNoFilter by order status

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 orders per page", "type": "number" }, "page": { "description": "Page number for pagination", "type": "number" }, "startDate": { "description": "Start date for filtering (YYYY-MM-DD)", "type": "string" }, "status": { "description": "Filter by order status", "type": "string" } }, "type": "object" }
ID: 37nc7wfin6