OrderStatus interface
Represents a single status change.
Properties
| additional |
Dictionary to hold generic information which is not stored by the already existing properties |
| comments | Comments related to this status change. |
| status | Status of the order as per the allowed status types. |
| tracking |
Tracking information related to the state in the ordering flow |
| update |
Time of status update. |
Property Details
additionalOrderDetails
Dictionary to hold generic information which is not stored by the already existing properties
additionalOrderDetails?: Record<string, string>
Property Value
Record<string, string>
comments
Comments related to this status change.
comments?: string
Property Value
string
status
Status of the order as per the allowed status types.
status: string
Property Value
string
trackingInformation
Tracking information related to the state in the ordering flow
trackingInformation?: TrackingInfo
Property Value
updateDateTime
Time of status update.
updateDateTime?: Date
Property Value
Date