Get Recently Created/Updated Pending Consignments
machship_get_recent_pending_consignmentsRetrieve pending consignments created or updated within a specified UTC date range to sync shipment data.
Instructions
Returns pending consignments created or updated within a UTC date range. Useful for sync workflows.
Args:
companyId (number): Company ID
fromDateUtc (string): Start datetime UTC (ISO 8601)
toDateUtc (string): End datetime UTC (ISO 8601)
startIndex (number, optional): Pagination start
retrieveSize (number, optional): Page size
carrierId (number, optional): Filter by carrier
includeChildCompanies (boolean, optional): Include sub-companies
getDeleted (boolean, optional): Include deleted pending consignments
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 | ||
| getDeleted | No |