POST https://webhook.example.com

Your KDS will receive this type of request every time an order status is updated in Deliverect. This can be used to update the order status in your POS system.

application/json

Body

Responses

  • 200

    Ok

  • 400

    Error

POST kds/order_status_update
Request examples
{
  "locationId": "****01c94e78a7d0e6f",
  "channelLinkId": "68e7927d80bf1e739f3d1b03",
  "checkoutId": "68e***f01c94e78a7fe9b0",
  "status": "completed",
  "reason": "null",
  "updatedAt": "2025-10-09T16:09:43.691864+00:00"
}
{
  "locationId": "****01c94e78a7d0e6f",
  "channelLinkId": "68e7927d80bf1e739f3d1b03",
  "checkoutId": "68e***f01c94e78a7fe9b0",
  "status": "failed",
  "reason": "68****e78a7fe9b1: document not found",
  "updatedAt": "2025-10-09T16:09:43.691864+00:00"
}