chitchats_list_shipments
Find any shipment by filtering on order ID, status, date range, or batch ID to track and manage your shipping operations.
Instructions
List and search shipments with filters. Use this to find shipments by order ID, status, date range, or batch. Supports pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| limit | No | Number of records to return (max 1000) | |
| search | No | Search term (searches order_id, tracking, recipient name) | |
| status | No | Filter by status (pending, ready, inducted, in_transit, delivered, exception, cancelled) | |
| to_date | No | Filter shipments to this date (YYYY-MM-DD) | |
| batch_id | No | Filter by batch ID | |
| from_date | No | Filter shipments from this date (YYYY-MM-DD) |