Shopify GraphQL API / OrderLineItem

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

Implements

Fields

currentQuantity : Int!

customAttributes : [Attribute!]!

discountAllocations : [DiscountAllocation!]!

discountedTotalPrice : MoneyV2!

originalTotalPrice : MoneyV2!

quantity : Int!

title : String!

variant : ProductVariant

Documentation created using imtala