| Attribute | Data Type | Desccription |
|---|---|---|
| eventType | integer | Represents particular event type. In this case it is order update event |
| eventTime | long | Time in milliseconds in EPOCH format |
| data.origin.address.businessCode | string | Unique Code to identify source location |
| data.origin.address.businessName | string | Name of the source location |
| data.destination.address.businessCode | string | Unique Code to identify destination location |
| data.destination.address.businessName | string | Name of the destination location |
| data.skus.skuCode | string | Unique Code of the material that is being delivered |
| data.skus.skuName | string | Name of the material that is being delivered |
| data.skus.quantity | string | Total Quantity of the material that is being delivered |
| data.status | integer | Current status of the order |
| data.orderDate | string | Date and time of the order as per the source system |
| data.earliestPickupDate | string | Earliest date and time when the order becomes eligible to be picked up from the source location |
| data.dueDate | string | Indiates the SLA of an order |
| data.hierarchy | string | Name of the hierarchy where order is created |