Search Link: https://www.google.com/search?channel=fs&client=ubuntu-sn&q=postman+collection+19023848-9a5768fb-9eb1-4a42-9f0a-78ff923dab4b

Overview

POST /drive/v2/quotes

Summary: Create Delivery Quote

Create Delivery Quote


POST /drive/v2/quotes/D-12345/accept

Summary: Accept Delivery Quote

Accept Delivery Quote


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.


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.


PATCH /drive/v2/deliveries/D-12345

Summary: Update Delivery

Update Delivery


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.


GET /developer/v1/businesses

Summary: List Businesses

List Businesses


POST /developer/v1/businesses

Summary: Create a Business

Create a Business


GET /developer/v1/businesses/biz-12345

Summary: Get a Business

Get a Business


PATCH /developer/v1/businesses/biz-12345

Summary: Update a Business

Update a Business


GET /developer/v1/businesses/biz-12345/stores

Summary: List Stores

List Stores


POST /developer/v1/businesses/biz-12345/stores

Summary: Create a Store

Create a Store


GET /developer/v1/businesses/biz-12345/stores/store-12345

Summary: Get a Store

Get a Store


PATCH /developer/v1/businesses/biz-12345/stores/store-12345

Summary: Update a Store

Update a Store