{
    "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"
}
id
integer
required
ID of the order line item.
product
array
required
The Product details of the order line item.
reason
integer
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.
created_at
string
required
Timestamp of when the order line item was created.
updated_at
string
required
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"
}