- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
CartLineItemDTO
The cart line item details.
original_total
BigNumberValueThe original total of the cart line item.
original_total
BigNumberValueoriginal_subtotal
BigNumberValueThe original subtotal of the cart line item.
original_subtotal
BigNumberValueoriginal_tax_total
BigNumberValueThe original tax total of the cart line item.
original_tax_total
BigNumberValueitem_total
BigNumberValueThe item total of the cart line item.
item_total
BigNumberValueitem_subtotal
BigNumberValueThe item subtotal of the cart line item.
item_subtotal
BigNumberValueitem_tax_total
BigNumberValueThe item tax total of the cart line item.
item_tax_total
BigNumberValuetotal
BigNumberValueThe total of the cart line item.
total
BigNumberValuesubtotal
BigNumberValueThe subtotal of the cart line item.
subtotal
BigNumberValuetax_total
BigNumberValueThe tax total of the cart line item.
tax_total
BigNumberValuediscount_total
BigNumberValueThe discount total of the cart line item.
discount_total
BigNumberValuediscount_tax_total
BigNumberValueThe discount tax total of the cart line item.
discount_tax_total
BigNumberValueraw_original_total
BigNumberRawValueThe raw original total of the cart line item.
raw_original_total
BigNumberRawValueraw_original_subtotal
BigNumberRawValueThe raw original subtotal of the cart line item.
raw_original_subtotal
BigNumberRawValueraw_original_tax_total
BigNumberRawValueThe raw original tax total of the cart line item.
raw_original_tax_total
BigNumberRawValueraw_item_total
BigNumberRawValueThe raw item total of the cart line item.
raw_item_total
BigNumberRawValueraw_item_subtotal
BigNumberRawValueThe raw item subtotal of the cart line item.
raw_item_subtotal
BigNumberRawValueraw_item_tax_total
BigNumberRawValueThe raw item tax total of the cart line item.
raw_item_tax_total
BigNumberRawValueraw_total
BigNumberRawValueThe raw total of the cart line item.
raw_total
BigNumberRawValueraw_subtotal
BigNumberRawValueThe raw subtotal of the cart line item.
raw_subtotal
BigNumberRawValueraw_tax_total
BigNumberRawValueThe raw tax total of the cart line item.
raw_tax_total
BigNumberRawValueraw_discount_total
BigNumberRawValueThe raw discount total of the cart line item.
raw_discount_total
BigNumberRawValueraw_discount_tax_total
BigNumberRawValueThe raw discount tax total of the cart line item.
raw_discount_tax_total
BigNumberRawValueid
stringThe ID of the line item.
title
stringThe title of the line item.
quantity
BigNumberValueThe line item's quantity in the cart.
quantity
BigNumberValuerequires_shipping
booleanWhether the line item requires shipping.
is_discountable
booleanWhether the line item is discountable.
is_tax_inclusive
booleanWhether the line item price is tax inclusive.
unit_price
BigNumberValueThe unit price of the item.
unit_price
BigNumberValueThe associated cart.
cart_id
stringThe ID of the associated cart.
subtitle
stringOptionalThe subtitle of the line item.
thumbnail
stringOptionalThe line item's thumbnail.
product_id
stringOptionalThe ID of the associated product.
product_title
stringOptionalThe title of the associated product.
product_description
stringOptionalThe description of the associated product.
product_subtitle
stringOptionalThe subtitle of the associated product.
product_type
stringOptionalThe type of the associated product.
product_type_id
stringOptionalThe type of the associated product.
product_collection
stringOptionalThe collection of the associated product.
product_handle
stringOptionalThe handle of the associated product.
variant_id
stringOptionalThe associated variant's ID of the line item.
variant_sku
stringOptionalThe sku of the associated variant.
variant_barcode
stringOptionalThe barcode of the associated variant.
variant_title
stringOptionalThe title of the associated variant.
variant_option_values
Record<string, unknown>OptionalThe option values of the associated variant.
The calculated price of the line item.
The associated tax lines.
The associated adjustments.
metadata
null | Record<string, unknown>OptionalHolds custom data in key-value pairs.
created_at
DateOptionalWhen the line item was created.
updated_at
DateOptionalWhen the line item was updated.
deleted_at
DateOptionalWhen the line item was deleted.
Was this page helpful?