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.

keycodes

List of keycodes to be delivered.

Note

Only available when accessed through an order object.

product

product that this line item represents.

files

List of files to be delivered.

Note

This only has one entry at this time. It is an array to support future expansion. Only available when accessed through an order object.