{
"id": 0,
"item_id": 0,
"name": "string",
"quantity": 1,
"price_cents": 0,
"currency": "string",
"discount": 0,
"notes": "string",
"calculated_subtotal": 0,
"per_unit_quantity": 0,
"unit_label": "string",
"product_tags": [
"string"
],
"kitchen_tags": [
"string"
],
"report_category": "string",
"voided": true,
"sub_items": [
{
"id": 0,
"item_id": 0,
"name": "string",
"quantity": 1,
"price_cents": 0,
"currency": "string",
"discount": 0,
"notes": "string",
"calculated_subtotal": 0,
"per_unit_quantity": 0,
"unit_label": "string",
"product_tags": [
"string"
],
"kitchen_tags": [
"string"
],
"report_category": "string",
"voided": true
}
]
}