Order Status Event

Introduction

Each order preparation status change can trigger a webhook specifying the order status. This data can be included in BI dashboards or other reporting services for example to monitor order preparation efficiency using the timestamps between stage of the order lifecycle

Order Statuses

See the link below for all order statuses, each of which can be applied as a triggered event e.g. delivering all orders statuses after they reach the status 'Accepted'

Data Sample

{
    "orderId": "62********************e4",
    "status": 20,
    "timeStamp": "YYYY-MM-DDTHH:mm:ss.SSSSSSZ",
    "reason": "",
    "channelOrderId": "T5*****17e",
    "location": "61********************r2",
    "isIgnoredPOSStatus": false
}

Did this page help you?