v1

latestOpenAPI 3.0.02026-07-1498671635.3 KB
Order Delivery API
publicly-accessible

Update order with driver at delivery address details

The _at delivery address_ callback should be sent when the driver thinks that they have arrived at the specified delivery address.

NB; This callback should be distinct from the delivered callback, as Just Eat use this callback to understand how much time is spent locating the customer's address.

put/orders/{orderId}/deliverystate/atdeliveryaddress

Path parameters

orderIdstring required

Just Eat order identifier

Request body

TimeStampWithUtcOffsetstring date-time

This should represent the delivery detailed updated timestamp.

Example request

{
  "TimeStampWithUtcOffset": "2018-03-10T14:45:28.7537228+00:00"
}

Response

OK