Overview
- POST /drive/v2/quotes
- POST /drive/v2/quotes/D-12345/accept
- POST /drive/v2/deliveries
- GET /drive/v2/deliveries/D-12345
- PATCH /drive/v2/deliveries/D-12345
- PUT /drive/v2/deliveries/D-12345/cancel
- GET /developer/v1/businesses
- POST /developer/v1/businesses
- GET /developer/v1/businesses/biz-12345
- PATCH /developer/v1/businesses/biz-12345
- GET /developer/v1/businesses/biz-12345/stores
- POST /developer/v1/businesses/biz-12345/stores
- GET /developer/v1/businesses/biz-12345/stores/store-12345
- PATCH /developer/v1/businesses/biz-12345/stores/store-12345
POST /drive/v2/quotes
Summary: Create Delivery Quote
Create Delivery Quote
OpenAPI snippet URL
POST /drive/v2/quotes/D-12345/accept
Summary: Accept Delivery Quote
Accept Delivery Quote
OpenAPI snippet URL
POST /drive/v2/deliveries
Summary: Create a Delivery
This request creates a new delivery that will be picked up as soon as a Dasher is available.
OpenAPI snippet URL
GET /drive/v2/deliveries/D-12345
Summary: Get Delivery Status
This request gets the status of an existing delivery. Note that the external_delivery_id in the URL; make sure you’ve created a delivery first and then ensure you’ve updated the URL of this request with the ID of that delivery.
OpenAPI snippet URL
PATCH /drive/v2/deliveries/D-12345
Summary: Update Delivery
Update Delivery
OpenAPI snippet URL
PUT /drive/v2/deliveries/D-12345/cancel
Summary: Cancel Delivery
This request cancels an existing delivery. Note that the external_delivery_id in the URL; make sure you’ve created a delivery first and then ensure you’ve updated the URL of this request with the ID of that delivery.
OpenAPI snippet URL
GET /developer/v1/businesses
Summary: List Businesses
List Businesses
OpenAPI snippet URL
POST /developer/v1/businesses
Summary: Create a Business
Create a Business
OpenAPI snippet URL
GET /developer/v1/businesses/biz-12345
Summary: Get a Business
Get a Business
OpenAPI snippet URL
PATCH /developer/v1/businesses/biz-12345
Summary: Update a Business
Update a Business
OpenAPI snippet URL
GET /developer/v1/businesses/biz-12345/stores
Summary: List Stores
List Stores
OpenAPI snippet URL
POST /developer/v1/businesses/biz-12345/stores
Summary: Create a Store
Create a Store
OpenAPI snippet URL
GET /developer/v1/businesses/biz-12345/stores/store-12345
Summary: Get a Store
Get a Store
OpenAPI snippet URL
PATCH /developer/v1/businesses/biz-12345/stores/store-12345
Summary: Update a Store
Update a Store
OpenAPI snippet URL