Skip to main content

Overview

Calculate the delivery price estimate for a single pickup-to-destination route. This endpoint returns pricing information and a tempDeliveryId that you use to create the actual delivery.
Required permission: pricing:read

Endpoint

Request

Headers

string
required
Your Chidori API key
string
required
Must be application/json

Body parameters

object
required
Pickup location coordinates
object
required
Destination location coordinates

Response

Success response

boolean
Always true for successful requests
object

Examples

Error codes

Next steps

After getting a price estimate, use the tempDeliveryId to create the delivery:

Create Delivery

Create a delivery using the tempDeliveryId