Order item object represents an order line.
Returns total cost of the order row after-tax.
Returns additional notes.
Returns the original price of the product.
{{ order_item.product_variant_descriptions }}
[
{
"name": "Color",
"value": "Blue"
},
{
"name": "Size",
"value": "M"
}
]
Returns the product price after applying discounts.
Returns the quantity of items.
Returns total sum of order row before tax and after applying discounts.
Returns total tax amount of order row.
Returns tax rate of order row.