clm_list_shipments
Retrieve filtered, searched, ordered, and paged shipments for cockpit list views, scoped to site and team visibility. Specify schedule start/end dates to focus results.
Instructions
List shipments for the cockpit list view: filtered, searched, ordered, and paged, scoped to the site and the caller's team visibility.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Only include these top-level fields in each returned row. | |
| status | No | Shipment status codes to filter by (see clm_list_enums for known values). Omit for all statuses. | |
| site_id | No | Site to query. Defaults to the authenticated caller's own site. | |
| ascending | No | Sort ascending if true. | |
| page_size | No | Rows per page. | |
| page_number | No | Zero-based page number. | |
| order_by_field | No | Field name to sort by, if any. | |
| filter_schedule_end_date | Yes | End of the schedule date window (inclusive). | |
| filter_schedule_start_date | Yes | Start of the schedule date window (inclusive). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| note | No | ||
| returned | Yes | ||
| truncated | Yes | ||
| total_count | No |