LineItem Liquid Object Reference - 0.9.5
Object Name | LineItem |
Version | 0.9.5 |
Description
A LineItem represents a single line in the customer’s Cart. It always relfects a Product that the customer is purchasing, whether it be a regular product, a bundle, a subscription, or even shipping. Whatever the Product is, the LineItem always represents a single distinct configuration of that Product.
Attributes
Attribute | Type | Description |
---|---|---|
delete_path | String | Returns a path that can be used in a delete link to delete the LineItem from the Cart |
id | String | Returns the unique id for this LineItem |
product | Product | Returns the Product for this LineItem |
quantity | Number | Returns the value of the Quantity attribute |
Objects that return LineItems
Back to Liquid Reference for 0.9.5
Back to Documentation