Get Unmanifested Consignments
machship_get_unmanifested_consignmentsFetch created but unmanifested consignments to manage shipments pending carrier booking. Supports filtering by carrier, company, and child companies.
Instructions
Returns consignments that have been created but not yet manifested (booked with carrier).
Args:
companyId (number): Company ID
startIndex (number, optional): Pagination start index
retrieveSize (number, optional): Number to retrieve
carrierId (number, optional): Filter by carrier
includeChildCompanies (boolean, optional): Include sub-companies
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| companyId | Yes | Company ID | |
| startIndex | No | Pagination start index | |
| retrieveSize | No | Items to retrieve | |
| carrierId | No | Filter by carrier ID | |
| includeChildCompanies | No | Include child companies |