Line Items

order.line_items

The order.line_items object has the following attributes:

order.line_items.id

Returns the variant's ID of the line item.

order.line_items.product_title

Returns the product title of the line item.

order.line_items.product_id

Returns the product id of the line item.

order.line_items.variant_id

Returns the variant id of the line item.

order.line_items.variant_title

Returns the variant title id of the line item.

order.line_items.product_handle

Returns the product handle of the line item.

order.line_items.quantity

Returns the quantity of the line item.

order.line_items.fulfillment_status

Returns the fulfillment status of the line item.

order.line_items.note

Returns the note the of the line item.

order.line_items.image

Returns the image of the line item.

order.line_items.compare_at_price

Returns the compare at price of the line item.

order.line_items.price

Returns the price of the line item.

order.line_items.total

Returns the total price the line item.

order.line_items.sku

Returns the sku of the line item.

order.line_items.spu

Returns the spu of the line item.

order.line_items.product_tags

Returns the product tags of the line item.

order.line_items.weight

Returns the weight of the line item.

order.line_items.weight unit

Returns the weight unit of the line item.

order.line_items.options

Returns the options of the line item.

order.line_items.vendor

Returns the vendor of the line item.

order.line_items.taxable

Bool,return true or false.

order.line_items.requires_shipping

Bool,return true or false.

order.line_items.properties

Returns the properties of the line item.