OrderLineItemDTO
Properties
The original total of the order line item.
The original subtotal of the order line item.
The original tax total of the order line item.
The item total of the order line item.
The item subtotal of the order line item.
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.
The discount total of the order line item.
The discount tax total of the order line item.
The raw original total of the order line item.
The raw original subtotal of the order line item.
The raw original tax total of the order line item.
The raw item total of the order line item.
The raw item subtotal of the order line item.
The raw item tax total of the order line item.
The raw total of the order line item.
The raw subtotal of the order line item.
The raw tax total of the order line item.
The raw discount total of the order line item.
The raw discount tax total of the order line item.
id
stringRequiredThe ID of the order line item.
title
stringRequiredThe title of the order line item.
requires_shipping
booleanRequiredIndicates whether the order line item requires shipping.
is_discountable
booleanRequiredIndicates whether the order line item is discountable.
is_tax_inclusive
booleanRequiredIndicates whether the order line item price is tax inclusive.
unit_price
numberRequiredThe unit price of the order line item.
The raw unit price of the order line item.
quantity
numberRequiredThe quantity of the order line item.
The raw quantity of the order line item.
The details of the item
created_at
DateRequiredThe date when the order line item was created.
updated_at
DateRequiredThe date when the order line item was last updated.
subtitle
null | stringThe subtitle of the order line item.
thumbnail
null | stringThe thumbnail of the order line item.
variant_id
null | stringThe ID of the variant associated with the order line item.
product_id
null | stringThe ID of the product associated with the order line item.
product_title
null | stringThe title of the product associated with the order line item.
product_description
null | stringThe description of the product associated with the order line item.
product_subtitle
null | stringThe subtitle of the product associated with the order line item.
product_type
null | stringThe type of the product associated with the order line item.
product_collection
null | stringThe collection of the product associated with the order line item.
product_handle
null | stringThe handle of the product associated with the order line item.
variant_sku
null | stringThe SKU (stock keeping unit) of the variant associated with the order line item.
variant_barcode
null | stringThe barcode of the variant associated with the order line item.
variant_title
null | stringThe title of the variant associated with the order line item.
variant_option_values
null | Record<string, unknown>The option values of the variant associated with the order line item.
compare_at_unit_price
numberThe compare at unit price of the order line item.
raw_compare_at_unit_price
BigNumberRawValueThe raw compare at unit price of the order line item.
raw_compare_at_unit_price
BigNumberRawValueThe associated tax lines.
The associated adjustments.
metadata
null | Record<string, unknown>Holds custom data in key-value pairs.
Was this section helpful?