CartLineItemDTO

The cart line item details.

original_totalBigNumberValue
The original total of the cart line item.
original_subtotalBigNumberValue
The original subtotal of the cart line item.
original_tax_totalBigNumberValue
The original tax total of the cart line item.
item_totalBigNumberValue
The item total of the cart line item.
item_subtotalBigNumberValue
The item subtotal of the cart line item.
item_tax_totalBigNumberValue
The item tax total of the cart line item.
The total of the cart line item.
The subtotal of the cart line item.
The tax total of the cart line item.
discount_totalBigNumberValue
The discount total of the cart line item.
discount_tax_totalBigNumberValue
The discount tax total of the cart line item.
raw_original_totalBigNumberRawValue
The raw original total of the cart line item.
raw_original_subtotalBigNumberRawValue
The raw original subtotal of the cart line item.
raw_original_tax_totalBigNumberRawValue
The raw original tax total of the cart line item.
raw_item_totalBigNumberRawValue
The raw item total of the cart line item.
raw_item_subtotalBigNumberRawValue
The raw item subtotal of the cart line item.
raw_item_tax_totalBigNumberRawValue
The raw item tax total of the cart line item.
The raw total of the cart line item.
raw_subtotalBigNumberRawValue
The raw subtotal of the cart line item.
raw_tax_totalBigNumberRawValue
The raw tax total of the cart line item.
raw_discount_totalBigNumberRawValue
The raw discount total of the cart line item.
raw_discount_tax_totalBigNumberRawValue
The raw discount tax total of the cart line item.
idstring
The ID of the line item.
titlestring
The title of the line item.
The line item's quantity in the cart.
requires_shippingboolean
Whether the line item requires shipping.
is_discountableboolean
Whether the line item is discountable.
is_tax_inclusiveboolean
Whether the line item price is tax inclusive.
unit_priceBigNumberValue
The unit price of the item.
The associated cart.
cart_idstring
The ID of the associated cart.
subtitlestringOptional
The subtitle of the line item.
thumbnailstringOptional
The line item's thumbnail.
product_idstringOptional
The ID of the associated product.
product_titlestringOptional
The title of the associated product.
product_descriptionstringOptional
The description of the associated product.
product_subtitlestringOptional
The subtitle of the associated product.
product_typestringOptional
The type of the associated product.
product_type_idstringOptional
The type of the associated product.
product_collectionstringOptional
The collection of the associated product.
product_handlestringOptional
The handle of the associated product.
variant_idstringOptional
The associated variant's ID of the line item.
variant_skustringOptional
The sku of the associated variant.
variant_barcodestringOptional
The barcode of the associated variant.
variant_titlestringOptional
The title of the associated variant.
variant_option_valuesRecord<string, unknown>Optional
The option values of the associated variant.
compare_at_unit_priceBigNumberValueOptional
The calculated price of the line item.
tax_linesLineItemTaxLineDTO[]Optional
The associated tax lines.
adjustmentsLineItemAdjustmentDTO[]Optional
The associated adjustments.
metadatanull | Record<string, unknown>Optional
Holds custom data in key-value pairs.
created_atDateOptional
When the line item was created.
updated_atDateOptional
When the line item was updated.
deleted_atDateOptional
When the line item was deleted.
Was this page helpful?
Edit this page