Get Recently Created or Updated Consignments
machship_get_recent_consignmentsRetrieve consignments created or updated within a UTC date range to synchronize shipment data for polling workflows.
Instructions
Returns consignments created or updated within a UTC date range. Ideal for sync/polling workflows.
Args:
companyId (number): Company ID
fromDateUtc (string): Start datetime in UTC (ISO 8601)
toDateUtc (string): End datetime in UTC (ISO 8601)
startIndex (number, optional): Pagination start index
retrieveSize (number, optional): Number to retrieve
carrierId (number, optional): Filter by carrier
includeChildCompanies (boolean, optional): Include sub-companies
getNotes (boolean, optional): Include notes in response
getReconciliationData (boolean, optional): Include reconciliation data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| companyId | Yes | Company ID | |
| fromDateUtc | Yes | Start datetime UTC (ISO 8601) | |
| toDateUtc | Yes | End datetime UTC (ISO 8601) | |
| startIndex | No | ||
| retrieveSize | No | ||
| carrierId | No | ||
| includeChildCompanies | No | ||
| getNotes | No | ||
| getReconciliationData | No |