v1

latestOpenAPI 3.0.02026-07-1398671635.1 KB
Order Acceptance API
publicly-accessible

Update order ETA

Use this to update the estimated time of arrival for an order (i.e. when you expect the customer to receive the food). NOTE: An initial estimate is given upon acceptance. This endpoint can be used to update that estimate.

put/orders/{orderId}/duedate

Path parameters

orderIdstring required

Request body

DueDatestring date-time

The updated ETA for the order

Example request

{
  "DueDate": "2019-12-25T14:45:28Z"
}

Response

OK