LineItem¶
Line items are available from within the cart and order variables.
sku
¶
Line item SKU.
price
¶
Line item price.
quantity
¶
Quantity in the cart or order.
line_price
¶
price
* quantity
.
name
¶
Line item name. Usually the product’s name but can be modified to indicate it’s part of a combo purchase.