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.
Request examples
Success
{
"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"
}