Get Available Routes
machship_get_routesRetrieve available freight routes and carrier services for a shipment to compare rates and ETAs before creating a consignment.
Instructions
Returns a list of available freight routes and carrier services for a single shipment request. Use this to find all carrier options (rates, ETAs) before creating a consignment.
Args:
request (object): Route request including:
companyId: Company ID
fromSuburb, fromPostcode, fromState, fromCountry: Origin location
toSuburb, toPostcode, toState, toCountry: Destination location
items: Array of packages with weight (kg), length/width/height (cm)
despatchDate (optional): Planned despatch date
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request | Yes | Route request (companyId, from/to location, items with weight/dimensions, optional despatchDate) |