- Order — the commercial request. An order is the most flexible way to create delivery details in Nash, and maps 1:1 to a package in the real world.
- Job — the fulfillment. One or more orders become a job when dispatched. A job can carry a single package (point-to-point delivery) or several, which we call a “batch job”.
Pre-dispatch
Create Order submits the delivery details — pickup, dropoff, and information about the goods. Request quotes alongside the create call and the response returns costs and ETAs from every eligible provider, filtered by the coverage and quality rules your organization set during onboarding. Dispatch then assigns the order to a provider. There are three ways to do it:- Automatically, by calling Create Order with a dispatch strategy that has auto-dispatch enabled.
- On your signal, with Autodispatch Order once the order is confirmed for delivery.
- By hand, with Select Quote when you want to own the selection yourself — you pass the quote ID you want to win.