Skip to main content
object

Requires unauthenticated_read_product_listings access scope.

Represents a single line in an order. There is one line item for each distinct product variant.

•Int!non-null

The number of entries associated to the line item minus the items that have been removed.

•[Attribute!]!non-null

List of custom attributes associated to the line item.

•[DiscountAllocation!]!non-null

The discounts that have been allocated onto the order line item by discount applications.

Anchor to discountedTotalPricediscountedTotalPrice
•MoneyV2!non-null

The total price of the line item, including discounts, and displayed in the presentment currency.

•MoneyV2!non-null

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.

•Int!non-null

The number of products variants associated to the line item.

•String!non-null

The title of the product combined with title of the variant.

•ProductVariant

The product variant object associated to the line item.


Was this section helpful?