Skip to main content

Sample auto order release event

Limited access

Marketplace APIs are not yet generally available. Prospective partners can apply for API access directly through the DoorDash Developer Portal.

New to the Developer Portal? Sign up here to create an account and apply for access.

Already have a Developer Portal account? Log in and submit your application from the Integrations tab.

The following JSON object represents an order release notification sent from DoorDash that is triggered once the Dasher crosses the configured geofence:

{
"dasher": {
"first_name": "Kelley",
"latitude": 40.0293899,
"longitude": -75.099853,
"masked_phone_number": "1234567890",
"vehicle": {
"color": "Black",
"make": "Chevrolet",
"model": "Cruze"
}
},
"distance_from_store": 460.2,
"store": {
"provider_type": "provider_a",
"merchant_supplied_id": "location1"
},
"external_order_id": "0da8b530-7c4c-4925-8785-cd843b797d64",
"client_order_id": "321"
}