DoorDash Drive
Number of APIs: 14
Drive is our standard API offering and is the default for all developers to create and manage deliveries on-demand.
Get started
For a more detailed step-by-step guide on using Qodex to develop against the Drive API, click here.
To use the APIs, we recommend forking this collection into your own Qodex workspace.
[]
Once you've got your fork, you'll need to add a DoorDash Developer Access Key to your environment.
- Create a DoorDash Developer account here.
- Create an Access Key on the portal; make sure to leave the pop-up with the key details open.
- Click
Environments
on the left side. - Click
DoorDash APIs
. - Paste in the
developer_id
,key_id
, andsigning_secret
values that you generated in step 1. LeaveJWT
blank. - In the upper right, next to the eyeball, click the dropdown and select
DoorDash APIs
.
API docs
See full API docs on the Developer Portal.
-
Deliveries - Create a Delivery POST https://openapi.doordash.com/drive/v2/deliveries
-
Businesses & Stores - Create a Business POST https://openapi.doordash.com/developer/v1/businesses
-
Deliveries - Get Delivery Status GET https://openapi.doordash.com/drive/v2/deliveries/{{external_delivery_id}}
-
Businesses & Stores - Create a Store POST https://openapi.doordash.com/developer/v1/businesses/{{external_business_id}}/stores
-
Deliveries - Update Delivery PATCH https://openapi.doordash.com/drive/v2/deliveries/{{external_delivery_id}}
-
Businesses & Stores - Update a Business PATCH https://openapi.doordash.com/developer/v1/businesses/{{external_business_id}}
-
Businesses & Stores - List Businesses GET https://openapi.doordash.com/developer/v1/businesses
-
Businesses & Stores - Get a Business GET https://openapi.doordash.com/developer/v1/businesses/{{external_business_id}}
-
Businesses & Stores - List Stores GET https://openapi.doordash.com/developer/v1/businesses/{{external_business_id}}/stores
-
Businesses & Stores - Update a Store PATCH https://openapi.doordash.com/developer/v1/businesses/{{external_business_id}}/stores/{{external_store_id}}