v1

latestOpenAPI 3.0.02026-07-1498671635.3 KB
Attempted Delivery Webhooks
publicly-accessible

Attempted delivery query resolved

This webhook will be invoked whenever an attempted delivery query has been resolved.

put/attempted-delivery-query-resolved

Request body

OrderIdstring

The ID of the order for which an attempted delivery query has been resolved

Tenant'uk' | 'dk' | 'es' | 'ie' | 'it' | 'no' | 'au' | 'nz'

The tenant of the restaurant the order was placed at

Example request

{
  "OrderId": "wiej234idf09i29jijgf4",
  "Resolution": {
    "Redelivery": {
      "CustomerTimeZone": "Europe/London",
      "NewDueDate": "2018-03-10T14:45:28Z",
      "Status": "repreparing"
    },
    "Type": "redeliver_order"
  },
  "Tenant": "uk"
}

Response

Respond with a 200 status code to indicate that you have received the notification.