Get Completed Consignments
machship_get_completed_consignmentsRetrieve completed/delivered consignments for a company within a specified date range, with optional inclusion of sub-companies, up to 2000 results.
Instructions
Returns completed (delivered) consignments within a date range (max 2000 results).
Args:
companyId (number): Company ID
startDate (string): Start date (ISO 8601)
endDate (string): End date (ISO 8601)
includeChildCompanies (boolean, optional): Include sub-companies
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| companyId | Yes | Company ID | |
| startDate | Yes | Start date (ISO 8601) | |
| endDate | Yes | End date (ISO 8601) | |
| includeChildCompanies | No |