---
title: "Send to POS failed"
method: POST
path: "/send-to-pos-failed"
tags: ["Order Webhooks", "publicly-accessible"]
---

# Send to POS failed

`POST /send-to-pos-failed`

This webhook will be invoked if we experience an error or timeout in sending an order to the underlying POS / kitchen screen. When notified via this webhook, typically you will perform some form of alerting or backup flow (e.g. ask the operator to enter the order manually into the POS). NOTE: This message contains the `OrderId`, but not the full order. It is assumed that you have stored/cached the full order details earlier in the flow - e.g. via the [/order-ready-for-preparation](#/paths/~1order-ready-for-preparation-sync/post) webhook.

## Request body

- SendToPosFailed
  - `OrderId` string

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