Create a delivery from a quote

Promotes a non-expired, available, unconsumed quote (matched by external_delivery_id) into an active delivery.

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
customerobjectOptional

Response

Delivery created
successboolean
dataobject

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
410
Gone Error
422
Unprocessable Entity Error