ID of the order line item.
The Product details of the order line item.
A Reason enum representing the reason the order line item was returned. If the order line item has not been returned, then it will be null
.
Timestamp of when the order line item was created.
Timestamp of when the order line item was last updated.
{
"id": 1,
"product": {
"id": 1,
"sku": "1356284",
"description": "Red Shirt",
"category": "Clothing",
"price": 55.71,
"length": 6,
"width": 11,
"height": 3,
"weight": 2,
"returnable": true,
"created_at": "2024-12-09 22:49:57",
"updated_at": "2024-12-09 22:49:57"
},
"reason": 1,
"created_at": "2024-12-09 22:49:57",
"updated_at": "2024-12-09 22:49:57"
}