Tracks the status of an order, including the time remaining for completion.
Request Code Samples
curl --location --request GET 'https://gateway.storeharmony.com/cloudapi/restro//trackorder/' \
--header 'sessiontoken;'
Responses
*/*
Successfully tracked order status.
{
"orderConfirmed": true,
"orderStatus": "string",
"orderProcessTimeInMin": 0,
"orderDate": "2019-08-24T14:15:22Z",
"tableTitle": "string",
"servingWaiter": "string",
"remarks": "string",
"orderedItems": [
{
"itemId": "string",
"image": "string",
"name": "string",
"description": "string",
"price": 0,
"quantity": 0,
"totalPrice": 0,
"additionalOptions": [
"string"
]
}
]
}
Modified at 2025-03-27 14:31:04