Path parameters

  • orderId string Required
application/json

Body

object object

Responses

  • 200 application/json

    Successful response

POST /kds/orderStatus/{orderId}
curl \
 --request POST 'https://api.staging.deliverect.com/kds/orderStatus/{orderId}' \
 --header "Authorization: Bearer $ACCESS_TOKEN" \
 --header "Content-Type: application/json" \
 --data '{"reason":"Order is being prepared.","status":50,"orderId":"6239****835f"}'
Request example
{
  "reason": "Order is being prepared.",
  "status": 50,
  "orderId": "6239****835f"
}