1
Get an API key
Create one in Settings → API Keys (see Authentication).
2
Know your customer's internal id
Use the customer’s business internal id (e.g.
ACME), not a UUID.3
Send a quote request
Post an origin, destination, items, and the customer id(s).
Request a quote
Response
Origin, destination and goods are shared; each customer gets aresults entry with
its priced quotes (one per eligible service — two shown here).
amount is the freight sell price; totalAmount is the total including
surcharges and GST. Every money field is a number.Quote for multiple customers
Pass more than one id — you get aresults entry per customer:
Narrow the results
Add afilters block to restrict which services or rate cards are priced:
Fetch a quote later
Use thequoteId from any result:

