- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
OrderLineItemDTO
The line item details.
original_total
BigNumberValueThe original total of the order line item.
original_total
BigNumberValueoriginal_subtotal
BigNumberValueThe original subtotal of the order line item.
original_subtotal
BigNumberValueoriginal_tax_total
BigNumberValueThe original tax total of the order line item.
original_tax_total
BigNumberValueitem_total
BigNumberValueThe item total of the order line item.
item_total
BigNumberValueitem_subtotal
BigNumberValueThe item subtotal of the order line item.
item_subtotal
BigNumberValueitem_tax_total
BigNumberValueThe item tax total of the order line item.
item_tax_total
BigNumberValuetotal
BigNumberValueThe total of the order line item.
total
BigNumberValuesubtotal
BigNumberValueThe subtotal of the order line item.
subtotal
BigNumberValuetax_total
BigNumberValueThe tax total of the order line item.
tax_total
BigNumberValuediscount_total
BigNumberValueThe discount total of the order line item.
discount_total
BigNumberValuediscount_tax_total
BigNumberValueThe discount tax total of the order line item.
discount_tax_total
BigNumberValuerefundable_total
BigNumberValueThe refundable total of the order line item.
refundable_total
BigNumberValuerefundable_total_per_unit
BigNumberValueThe refundable total per unit of the order line item.
refundable_total_per_unit
BigNumberValueraw_original_total
BigNumberRawValueThe raw original total of the order line item.
raw_original_total
BigNumberRawValueraw_original_subtotal
BigNumberRawValueThe raw original subtotal of the order line item.
raw_original_subtotal
BigNumberRawValueraw_original_tax_total
BigNumberRawValueThe raw original tax total of the order line item.
raw_original_tax_total
BigNumberRawValueraw_item_total
BigNumberRawValueThe raw item total of the order line item.
raw_item_total
BigNumberRawValueraw_item_subtotal
BigNumberRawValueThe raw item subtotal of the order line item.
raw_item_subtotal
BigNumberRawValueraw_item_tax_total
BigNumberRawValueThe raw item tax total of the order line item.
raw_item_tax_total
BigNumberRawValueraw_total
BigNumberRawValueThe raw total of the order line item.
raw_total
BigNumberRawValueraw_subtotal
BigNumberRawValueThe raw subtotal of the order line item.
raw_subtotal
BigNumberRawValueraw_tax_total
BigNumberRawValueThe raw tax total of the order line item.
raw_tax_total
BigNumberRawValueraw_discount_total
BigNumberRawValueThe raw discount total of the order line item.
raw_discount_total
BigNumberRawValueraw_discount_tax_total
BigNumberRawValueThe raw discount tax total of the order line item.
raw_discount_tax_total
BigNumberRawValueraw_refundable_total
BigNumberRawValueThe raw refundable total of the order line item..
raw_refundable_total
BigNumberRawValueraw_refundable_total_per_unit
BigNumberRawValueThe raw refundable total per unit of the order line item.
raw_refundable_total_per_unit
BigNumberRawValueid
stringThe ID of the line item.
title
stringThe title of the line item.
requires_shipping
booleanIndicates whether the line item requires shipping.
is_discountable
booleanIndicates whether the line item is discountable.
is_tax_inclusive
booleanIndicates whether the line item price is tax inclusive.
unit_price
numberThe unit price of the line item.
raw_unit_price
BigNumberRawValueThe raw unit price of the line item.
raw_unit_price
BigNumberRawValuequantity
numberThe quantity of the line item.
raw_quantity
BigNumberRawValueThe raw quantity of the line item.
raw_quantity
BigNumberRawValuedetail
OrderItemDTOThe details of the item
detail
OrderItemDTOcreated_at
DateThe date when the line item was created.
updated_at
DateThe date when the line item was last updated.
subtitle
null | stringOptionalThe subtitle of the line item.
thumbnail
null | stringOptionalThe thumbnail of the line item.
variant_id
null | stringOptionalThe ID of the variant associated with the line item.
product_id
null | stringOptionalThe ID of the product associated with the line item.
product_title
null | stringOptionalThe title of the product associated with the line item.
product_description
null | stringOptionalThe description of the product associated with the line item.
product_subtitle
null | stringOptionalThe subtitle of the product associated with the line item.
product_type_id
null | stringOptionalThe ID of the type of the product associated with the line item.
product_type
null | stringOptionalThe type of the product associated with the line item.
product_collection
null | stringOptionalThe collection of the product associated with the line item.
product_handle
null | stringOptionalThe handle of the product associated with the line item.
variant_sku
null | stringOptionalThe SKU (stock keeping unit) of the variant associated with the line item.
variant_barcode
null | stringOptionalThe barcode of the variant associated with the line item.
variant_title
null | stringOptionalThe title of the variant associated with the line item.
variant_option_values
null | Record<string, unknown>OptionalThe option values of the variant associated with the line item.
compare_at_unit_price
numberOptionalThe compare at unit price of the line item.
The raw compare at unit price of the line item.
The associated tax lines.
The associated adjustments.
metadata
null | Record<string, unknown>OptionalHolds custom data in key-value pairs.
Was this page helpful?