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

# Order rejected

`POST /order-rejected`

This webhook will be invoked whenever the order was rejected.

## Request body

- OrderRejected
  - `Event` string
  - `RejectedAt` string, date-time
  - `RejectedBy` string
  - `RejectedReason` string

## 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)
