Order Tracking Info
Class name: OrderTrackingInfo
| Property | Type | Description | Required |
|---|---|---|---|
| orderId | string | The ID of the order this tracking info belongs to | Yes |
| status | enum | The status of the order. Options: pending, confirmed, readyToShip, shipping, shipped, delivered, canceled, returned | Yes |
| time | string | The time the status was updated in UTC ISO 8601 format | Yes |
| message | string | The message associated with the status | Yes |