Order Item {{orderItem.id}}


Quantity
{{orderItem.quantity}}
Total Price
{{orderItem.totalPrice}}
Status
{{orderItem.status}}
Product
{{orderItem.product?.name}}
Order
{{orderItem.order?.code}}