OrderProperties interface
Order properties.
Properties
| contact |
The contact details. |
| current |
Current status of the order. |
| delivery |
Tracking information for the package delivered to the customer whether it has an original or a replacement device. |
| order |
List of status changes in the order. |
| order |
It specify the order resource id. |
| return |
Tracking information for the package returned from the customer whether it has an original or a replacement device. |
| serial |
Serial number of the device. |
| shipment |
ShipmentType of the order |
| shipping |
The shipping address. |
Property Details
contactInformation
currentStatus
deliveryTrackingInfo
Tracking information for the package delivered to the customer whether it has an original or a replacement device.
deliveryTrackingInfo?: TrackingInfo[]
Property Value
orderHistory
orderId
It specify the order resource id.
orderId?: string
Property Value
string
returnTrackingInfo
Tracking information for the package returned from the customer whether it has an original or a replacement device.
returnTrackingInfo?: TrackingInfo[]
Property Value
serialNumber
Serial number of the device.
serialNumber?: string
Property Value
string
shipmentType
ShipmentType of the order
shipmentType?: string
Property Value
string