Order Line Item
Requires access scope.
Represents a single line in an order. There is one line item for each distinct product variant.
Anchor to FieldsFields
- Anchor to currentQuantitycurrent•Int!non-null
Quantity The number of entries associated to the line item minus the items that have been removed.
- Anchor to customAttributescustom•[Attribute!]!non-null
Attributes List of custom attributes associated to the line item.
- Anchor to discountAllocationsdiscount•[Discount
Allocations Allocation!]!non-null The discounts that have been allocated onto the order line item by discount applications.
- Anchor to discountedTotalPricediscounted•Money
Total Price V2!non-null The total price of the line item, including discounts, and displayed in the presentment currency.
- Anchor to originalTotalPriceoriginal•Money
Total Price V2!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.
- Anchor to quantityquantity•Int!non-null
The number of products variants associated to the line item.
- Anchor to titletitle•String!non-null
The title of the product combined with title of the variant.
- Anchor to variantvariant•Product
Variant The product variant object associated to the line item.