OrderLineItemDTO

The line item details.

original_totalBigNumberValue
The original total of the order line item.
original_subtotalBigNumberValue
The original subtotal of the order line item.
original_tax_totalBigNumberValue
The original tax total of the order line item.
item_totalBigNumberValue
The item total of the order line item.
item_subtotalBigNumberValue
The item subtotal of the order line item.
item_tax_totalBigNumberValue
The item tax total of the order line item.
The total of the order line item.
The subtotal of the order line item.
The tax total of the order line item.
discount_totalBigNumberValue
The discount total of the order line item.
discount_tax_totalBigNumberValue
The discount tax total of the order line item.
refundable_totalBigNumberValue
The refundable total of the order line item.
refundable_total_per_unitBigNumberValue
The refundable total per unit of the order line item.
raw_original_totalBigNumberRawValue
The raw original total of the order line item.
raw_original_subtotalBigNumberRawValue
The raw original subtotal of the order line item.
raw_original_tax_totalBigNumberRawValue
The raw original tax total of the order line item.
raw_item_totalBigNumberRawValue
The raw item total of the order line item.
raw_item_subtotalBigNumberRawValue
The raw item subtotal of the order line item.
raw_item_tax_totalBigNumberRawValue
The raw item tax total of the order line item.
The raw total of the order line item.
raw_subtotalBigNumberRawValue
The raw subtotal of the order line item.
raw_tax_totalBigNumberRawValue
The raw tax total of the order line item.
raw_discount_totalBigNumberRawValue
The raw discount total of the order line item.
raw_discount_tax_totalBigNumberRawValue
The raw discount tax total of the order line item.
raw_refundable_totalBigNumberRawValue
The raw refundable total of the order line item..
raw_refundable_total_per_unitBigNumberRawValue
The raw refundable total per unit of the order line item.
idstring
The ID of the line item.
titlestring
The title of the line item.
requires_shippingboolean
Indicates whether the line item requires shipping.
is_discountableboolean
Indicates whether the line item is discountable.
is_tax_inclusiveboolean
Indicates whether the line item price is tax inclusive.
unit_pricenumber
The unit price of the line item.
raw_unit_priceBigNumberRawValue
The raw unit price of the line item.
quantitynumber
The quantity of the line item.
raw_quantityBigNumberRawValue
The raw quantity of the line item.
The details of the item
created_atDate
The date when the line item was created.
updated_atDate
The date when the line item was last updated.
subtitlenull | stringOptional
The subtitle of the line item.
thumbnailnull | stringOptional
The thumbnail of the line item.
variant_idnull | stringOptional
The ID of the variant associated with the line item.
product_idnull | stringOptional
The ID of the product associated with the line item.
product_titlenull | stringOptional
The title of the product associated with the line item.
product_descriptionnull | stringOptional
The description of the product associated with the line item.
product_subtitlenull | stringOptional
The subtitle of the product associated with the line item.
product_type_idnull | stringOptional
The ID of the type of the product associated with the line item.
product_typenull | stringOptional
The type of the product associated with the line item.
product_collectionnull | stringOptional
The collection of the product associated with the line item.
product_handlenull | stringOptional
The handle of the product associated with the line item.
variant_skunull | stringOptional
The SKU (stock keeping unit) of the variant associated with the line item.
variant_barcodenull | stringOptional
The barcode of the variant associated with the line item.
variant_titlenull | stringOptional
The title of the variant associated with the line item.
variant_option_valuesnull | Record<string, unknown>Optional
The option values of the variant associated with the line item.
compare_at_unit_pricenumberOptional
The compare at unit price of the line item.
raw_compare_at_unit_priceBigNumberRawValueOptional
The raw compare at unit price of the line item.
tax_linesOrderLineItemTaxLineDTO[]Optional
The associated tax lines.
adjustmentsOrderLineItemAdjustmentDTO[]Optional
The associated adjustments.
metadatanull | Record<string, unknown>Optional
Holds custom data in key-value pairs.
Was this page helpful?
Edit this page