Overview
Calculate the delivery price estimate for a single pickup-to-destination route. This endpoint returns pricing information and atempDeliveryId that you use to create the actual delivery.
Required permission:
pricing:readEndpoint
Request
Headers
Your Chidori API key
Must be
application/jsonBody parameters
Pickup location coordinates
Destination location coordinates
Response
Success response
Always
true for successful requestsExamples
Error codes
| Status | Message | Description |
|---|---|---|
400 | Location out of bounds | Pickup or destination is outside the supported service area |
401 | Unauthorized | Invalid or missing API key |
403 | Forbidden | API key lacks pricing:read permission |
Next steps
After getting a price estimate, use thetempDeliveryId to create the delivery:
Create Delivery
Create a delivery using the tempDeliveryId
