---
title: "Order Eligible For Restaurant Compensation"
method: POST
path: "/order-eligible-for-restaurant-compensation"
tags: ["RestaurantQueries Webhooks", "publicly-accessible"]
---

# Order Eligible For Restaurant Compensation

`POST /order-eligible-for-restaurant-compensation`

This webhook will be invoked for every cancelled order and it will inform if the order is eligible for compensation.

## Request body

- OrderEligibleForRestaurantCompensation
  - `IsEligible` boolean — Flag that informs if the cancelled order is eligible for compensation
  - `OrderId` string — Id for the order

## Response `200`

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

---

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