Types > OrderLineItemDetail
Commerce APITypesOrderLineItemDetail
OrderLineItemDetail

Description

Fields

bundle_items: [OrderBundleLineItemDetail!]!


discount: Int!

Discount applied to this line item


discount_rule_name: String!

Discount rule name selected for this line item


discount_tax: Int!

Discount portion of the calculated tax


inventory: [OrderDetailsLineItemInventory!]!


managed: Boolean!

Whether inventory of the variant is managed or not


original_price: Int!

Original price (depends on price source, e.g. could be price before sale price was applied)


price: Int!

Price of the line item


price_source: String!

Where the price of the line item comes from


tax: TaxDetail


tax_excl_price: Int!

Tax exclusive price of the line item


tax_incl_price: Int!

Tax inclusive price of the line item


type: VariantType!

Type of the variant


Used By

Types

OrderLineItem

Preview (typescript)

Loading module