Property | Type | Description |
|---|---|---|
orderId* | string | Unique order identifier |
customer* | object | Customer information |
items* | array | List of items in the order |
totalAmount* | number | Total order amount |
orderDate* | datetime | Date and time when the order was placed |
status* | string | Current order status (pending, processing, shipped, delivered) |
Complete property hierarchy