Skip to Content
ReferenceLiquidObjectsCheckoutOrderLineItem

OrderLineItem

Describes an order line item.

id

Returns unique id for this line item.

type

Returns the type, either product, bundle or gift_card.

model

Returns the merchant defined model number.

storage_location

Returns the storage location if any.

image

Returns the image.

category_path

Returns the category path.

line_discount

Returns the applied line discount.

price

Returns the unit price.

line_price

Returns the line price.

net_price

Returns the net price.

tax

Returns the line tax.

product_id

Returns the associated product id.

quantity

Returns the quantity.

title

Returns the title.

description

Returns the description.

attributes_label

Returns a label for the attributes selected for the product.

attributes

Returns the attributes selected for the product.

gtin

Returns a GTIN number for the product.

manufacturer

Returns the manufacturer.

tags

Returns the tags.

unit

Returns a unit for the product.

product_url

Returns the product url that the product had when the product was purchased.

bundle_items

Returns the bundle items.

gift_card_code

Returns the gift card code if the type is gift_card.

gift_card_value

Returns the gift card value if the type is gift_card.

gift_card_expiry

Returns the gift card expiry date if the type is gift_card.

rate

Returns the tax rate in decimals.

rate_percentage

Returns the tax rate.

downloads

Returns information about the download. for this item

is_returnable

Returns true if the item can be returned. Takes into account return policy deadlines.

returned_quantity

Returns the quantity already returned.

returnable_quantity

Returns the quantity available for return.

variant_title

Returns the variant title (attribute label).

return_policy

Returns the return policy for this item, or null if none.

return_deadline

Returns the return deadline date, or null if no policy.