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

# late order compensation query, restaurant response required

`POST /late-order-compensation-query`

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

## Request body

- LateOrderCompensationQuery
  - `compensationOptions` LateOrderCompensationOption[]
    - `amount` number — Cost of the option in local currency
    - `isRecommended` boolean — Whether this option is the recommended option
  - `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/versions/49ff8eb806d9/schema)
