v1

latestOpenAPI 3.0.02026-07-1398671635.1 KB
Consumer Queries Webhooks
publicly-accessible

late order query, restaurant response required

This webhook will be invoked when a late order query has been raised and a restaurant response is required.

post/late-order-query

Request body

restaurantIdstring

Just Eat restaurant identifier

orderIdstring

Just Eat order identifier

tenantstring

Tenant (Country) of order restaurant.

Example request

{
  "RestaurantId": "110230",
  "OrderId": "wiej234idf09i29jijgf4",
  "Tenant": "uk"
}

Response

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