Routes
Get Route
GET
A Route
object represents a planned sequence of stops for a vehicle or delivery agent.
The core of the Route
is the stops
array, which lists the specific locations to visit in order. Each stop within this array details:
- The actions to be performed (like
stopType
). - Associated items (
objectIds
). - Timing estimates (
arrivalTime
,departTime
,serviceTime
). - Travel details from the prior stop (
distanceFromPrevious
,durationFromPrevious
). - The physical coordinates (
location
).
Path Parameters
Route ID
Response
200
application/json
OK
Represents a planned sequence of stops for a delivery or batch.
Unique identifier for the route.
Example:
"rte_JphRWDiEosGpXuxwgaYfY3"
Type of the route, indicating the pickup/dropoff structure.
Example:
"SINGLE_PICKUP_MULTIPLE_DROPOFFS"
Ordered list of stops included in the route.
Represents a single stop within a planned route.