Create Consignment
machship_create_consignmentCreate a new freight consignment by specifying sender location, receiver address, package details, carrier, and service. It handles the booking process for unmanifested shipments.
Instructions
Creates a new unmanifested consignment in Machship. This is the core operation for booking freight.
Args:
consignment (object): Full consignment details including:
companyId, fromCompanyLocationId, toAddress (suburb, postcode, state, country)
items (array of packages with weight, dimensions)
carrierId, serviceId, reference1, reference2, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| consignment | Yes | Consignment data (companyId, from/to locations, items, carrier, service, references) |