## OrderLineItem Describes an order line item. ## attributes Returns the attributes selected for the product. ## attributes_label Returns a label for the attributes selected for the product. ## bundle_items Returns the bundle [items](/reference/liquid/objects/email/order_line_item/). ## category_path Returns the category path. ## description Returns the description. ## downloads Returns information about the [download](/reference/liquid/objects/email/order_download/). for this item ## gift_card_code Returns the gift card code if the type is gift_card. ## gift_card_expiry Returns the gift card expiry date if the type is gift_card. ## gift_card_value Returns the gift card value if the type is gift_card. ## gtin Returns a GTIN number for the product. ## image Returns the image. ## line_discount Returns the applied line discount. ## line_price Returns the line price. ## manufacturer Returns the manufacturer. ## model Returns the merchant defined model number. ## net_price Returns the net price. ## price Returns the unit price. ## product_id Returns the associated product id. ## product_url Returns the product url that the product had when the product was purchased. ## quantity Returns the quantity. ## rate Returns the tax rate in decimals. ## rate_percentage Returns the tax rate. ## storage_location Returns the storage location if any. ## tax Returns the line tax. ## title Returns the title. ## type Returns the type, either product, bundle or gift_card. ## unit Returns a unit for the product.