Represents a single line in an order. There is one line item for each distinct product variant.
Returns
discountAllocations ● [OrderDiscountAllocation]
The discounts that have been allocated onto the order line item by discount applications.
discountedTotalPrice ● Money
The total price of the line item, including discounts, and displayed in the presentment currency.
originalTotalPrice ● Money
The total price of the line item, not including any discounts. The total price is calculated using the original unit price multiplied by the quantity, and it's displayed in the presentment currency.
The properties of the product
quantity ● Int
The quantity of the product in the product line, including the quantity of the edited order items.
tags ● String
The tag of the product
title ● String
The title of the product combined with title of the variant.
variant ● ProductVariant
The product variant object associated to the line item. Unsupported: Custom product query for retrieving product attribute details.
Was this article helpful to you?