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
string
required
Your Chidori API key
string
required
Must be
application/jsonBody parameters
object
required
Pickup location coordinates
object
required
Destination location coordinates
Response
Success response
boolean
Always
true for successful requestsobject
Examples
Error codes
Next steps
After getting a price estimate, use thetempDeliveryId to create the delivery:
Create Delivery
Create a delivery using the tempDeliveryId
