API Reference

Create Route

A route is a group of deliveries which will be fulfilled together. Partners can book a Dolly route after creating Dolly deliveries.

Endpoint

https://papi.sandbox.dolly.com/v1/routes

HTTP Method

POST

Authorization Header

Authorization: Bearer {tokenValue}

Example Request Body

{
  "clientId": "{{your clientId}}", // required
  "externalRouteId": "your-route-id", // required
  "orderIds": [ // required, should be valid Dolly order IDs
    "string"
  ]
}
Language
Click Try It! to start a request and see the response here!