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.

[Run in Qodex]

Once you've got your fork, you'll need to add a DoorDash Developer Access Key to your environment.

  1. Create a DoorDash Developer account here.
  2. Create an Access Key on the portal; make sure to leave the pop-up with the key details open.
  3. Click Environments on the left side.
  4. Click DoorDash APIs.
  5. Paste in the developer_id, key_id, and signing_secret values that you generated in step 1. Leave JWT blank.
  6. 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.

  1. Deliveries - Create a Delivery POST https://openapi.doordash.com/drive/v2/deliveries

  2. Businesses & Stores - Create a Business POST https://openapi.doordash.com/developer/v1/businesses

  3. Deliveries - Get Delivery Status GET https://openapi.doordash.com/drive/v2/deliveries/{{external_delivery_id}}

  4. Businesses & Stores - Create a Store POST https://openapi.doordash.com/developer/v1/businesses/{{external_business_id}}/stores

  5. Deliveries - Update Delivery PATCH https://openapi.doordash.com/drive/v2/deliveries/{{external_delivery_id}}

  6. Businesses & Stores - Update a Business PATCH https://openapi.doordash.com/developer/v1/businesses/{{external_business_id}}

  7. Businesses & Stores - List Businesses GET https://openapi.doordash.com/developer/v1/businesses

  8. Businesses & Stores - Get a Business GET https://openapi.doordash.com/developer/v1/businesses/{{external_business_id}}

  9. Businesses & Stores - List Stores GET https://openapi.doordash.com/developer/v1/businesses/{{external_business_id}}/stores

  10. Businesses & Stores - Update a Store PATCH https://openapi.doordash.com/developer/v1/businesses/{{external_business_id}}/stores/{{external_store_id}}