TrackOrderResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the order. | [default to null] |
| code | String | Order tracking code. | [default to null] |
| status | String | Current status of the order. | [optional] [default to null] |
| estimated_delivery_at | String | Estimated delivery timestamp. | [optional] [default to null] |
| customer | TrackingUserInfo | Customer information for the order. | [optional] [default to null] |
| vendor | TrackingVendorInfo | Vendor information for the order. | [optional] [default to null] |
| driver | TrackingUserInfo | Driver information if assigned. | [optional] [default to null] |
| driver_location | DriverLocationInfo | Current driver location if available. | [optional] [default to null] |
| items | List | List of items in the order. | [default to null] |