Skip to main content
Skip to main content

OrderLineItemDTO

original_totalnumberRequired
original_subtotalnumberRequired
original_tax_totalnumberRequired
item_totalnumberRequired
item_subtotalnumberRequired
item_tax_totalnumberRequired
totalnumberRequired
subtotalnumberRequired
tax_totalnumberRequired
discount_totalnumberRequired
discount_tax_totalnumberRequired
idstringRequired
The ID of the order line item.
titlestringRequired
The title of the order line item.
requires_shippingbooleanRequired
Indicates whether the order line item requires shipping.
is_discountablebooleanRequired
Indicates whether the order line item is discountable.
is_tax_inclusivebooleanRequired
Indicates whether the order line item price is tax inclusive.
unit_pricenumberRequired
The unit price of the order line item.
raw_unit_priceBigNumberRawValueRequired
The raw unit price of the order line item.
quantitynumberRequired
The quantity of the order line item.
raw_quantityBigNumberRawValueRequired
The raw quantity of the order line item.
detailOrderItemDTORequired
The details of the item
created_atDateRequired
The date when the order line item was created.
updated_atDateRequired
The date when the order line item was last updated.
subtitlenull | string
The subtitle of the order line item.
thumbnailnull | string
The thumbnail of the order line item.
variant_idnull | string
The ID of the variant associated with the order line item.
product_idnull | string
The ID of the product associated with the order line item.
product_titlenull | string
The title of the product associated with the order line item.
product_descriptionnull | string
The description of the product associated with the order line item.
product_subtitlenull | string
The subtitle of the product associated with the order line item.
product_typenull | string
The type of the product associated with the order line item.
product_collectionnull | string
The collection of the product associated with the order line item.
product_handlenull | string
The handle of the product associated with the order line item.
variant_skunull | string
The SKU (stock keeping unit) of the variant associated with the order line item.
variant_barcodenull | string
The barcode of the variant associated with the order line item.
variant_titlenull | string
The title of the variant associated with the order line item.
variant_option_valuesnull | Record<string, unknown>
The option values of the variant associated with the order line item.
compare_at_unit_pricenumber
The compare at unit price of the order line item.
raw_compare_at_unit_priceBigNumberRawValue
The raw compare at unit price of the order line item.
The associated tax lines.
The associated adjustments.
metadatanull | Record<string, unknown>
Holds custom data in key-value pairs.
Was this section helpful?