The DoorDash module integrates with the DoorDash Drive API for on-demand local delivery. The store quotes rates at checkout, dispatches a delivery on order placement, and receives webhook updates as the courier moves through pickup and dropoff. Source:Documentation Index
Fetch the complete documentation index at: https://86d.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
modules/doordash · npm: @86d-app/doordash
Installation
Configuration
Store endpoints
| Method | Path | Description |
|---|---|---|
POST | /doordash/quote | Quote a delivery rate |
POST | /doordash/webhooks | Receive delivery status webhooks |
Admin endpoints
| Method | Path | Description |
|---|---|---|
GET | /admin/doordash/deliveries | Active and completed deliveries |
POST | /admin/doordash/deliveries/:id/cancel | Cancel |
Related modules
- Uber Direct, Favor for alternate carriers.
- Fulfillment.

