Request a delivery quote

Compute availability, pickup ETA, delivery ETA, and locked delivery cost for a prospective delivery. Quote is valid for 5 minutes.

Authentication

AuthorizationBearer

Autolane Platform API key. Org-scoped with granular permissions. Deliveries endpoints additionally require an x-retailer-id header containing the site UUID from the Autolane Portal; webhooks endpoints do not.

Headers

x-retailer-idstringRequiredformat: "uuid"

Request

This endpoint expects an object.
external_delivery_idstringRequired1-255 characters
customerobjectRequired
delivery_addressobjectRequired
ready_bydatetimeRequired
order_itemslist of maps from strings to anyRequired
pickup_instructionsstringOptional<=2000 characters

Response

Quote computed (available or unavailable)

successboolean
dataobject

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
409
Conflict Error
422
Unprocessable Entity Error
503
Service Unavailable Error