Order Status contains the details of Order such as status, last updated time, DSP Note, and so on.
| Property | Type | Required | Description |
|---|---|---|---|
| status | Order Statuses | true | Order Status e.g., REQUEST_RECEIVED . |
| updatedAt | string | true | Date when order status updated. |
| note | string | true | DSP Remarks when order status changes. |
| statusUser | string | true | The user or system that updated the status. |
| retry | string | true | Auto Retry remarks of the status. |
| workflow | string | false | Workflow |
| eventReason | Event Reason | false | Event Reasons from the Provider. |
