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
Example request
{
"DueDate": "2019-12-25T14:45:28Z"
}Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.