---
title: "Order cancelled"
method: POST
path: "/order-cancelled"
tags: ["Order Acceptance Webhooks", "publicly-accessible"]
---

# Order cancelled

`POST /order-cancelled`

This webhook will be invoked whenever the order was cancelled.

## Request body

- OrderCancelled
  - `OrderId` string
  - `Event` string
  - `Reason` 'cust_cancelled_changed_mind' | 'cust_cancelled_delivery_too_long' | 'cust_cancelled_made_mistake' | 'cust_cancelled_other' | 'delivery_partner_cancelled' | 'rest_cancelled_customer_absent' | 'rest_cancelled_customer_requested' | 'rest_cancelled_declined' | 'rest_cancelled_drivers_unavailable' | 'rest_cancelled_fake_order' | 'rest_cancelled_other' | 'rest_cancelled_out_of_stock' | 'rest_cancelled_too_busy' | 'system_cancelled_other' | 'system_cancelled_test_order' — The reason the order was cancelled.

## 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/versions/4b25c7d97a53/schema)
