list_orders
Retrieve and filter ShipBob orders by status and date range, with pagination support for managing large datasets efficiently.
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 |