---
title: "late order query, restaurant response required"
method: POST
path: "/late-order-query"
tags: ["Consumer Queries Webhooks", "publicly-accessible"]
---

# late order query, restaurant response required

`POST /late-order-query`

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

## Request body

- LateOrderQuery
  - `orderId` string — Just Eat order identifier
  - `restaurantId` string — Just Eat restaurant identifier
  - `tenant` string — Tenant (Country) of order restaurant.

## Response `200`

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

---

[API](https://skmtc.net/justeat/apis/just-eat.md) · [All operations](https://skmtc.net/justeat/apis/just-eat/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/justeat/just-eat/revisions/49ff8eb806d9/schema)
