OrderLineItemDTO
original_total
numberRequiredoriginal_subtotal
numberRequiredoriginal_tax_total
numberRequireditem_total
numberRequireditem_subtotal
numberRequireditem_tax_total
numberRequiredtotal
numberRequiredsubtotal
numberRequiredtax_total
numberRequireddiscount_total
numberRequireddiscount_tax_total
numberRequiredid
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?