list_orders
Retrieve and manage ShipBob orders using filters like date range, status, and pagination for streamlined order tracking and fulfillment processing.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
endDate | No | End date for filtering (YYYY-MM-DD) | |
limit | No | Number of orders per page | |
page | No | Page number for pagination | |
startDate | No | Start date for filtering (YYYY-MM-DD) | |
status | No | Filter by order status |