CartLineItemDTO
The cart line item details.
The original total of the cart line item.
The original subtotal of the cart line item.
The original tax total of the cart line item.
The item total of the cart line item.
The item subtotal of the cart line item.
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.
The discount total of the cart line item.
The discount tax total of the cart line item.
id
stringRequiredThe ID of the line item.
title
stringRequiredThe title of the line item.
The line item's quantity in the cart.
requires_shipping
booleanRequiredWhether the line item requires shipping.
is_discountable
booleanRequiredWhether the line item is discountable.
is_tax_inclusive
booleanRequiredWhether the line item price is tax inclusive.
The unit price of the item.
The associated cart.
cart_id
stringRequiredThe ID of the associated cart.
subtitle
stringThe subtitle of the line item.
thumbnail
stringThe line item's thumbnail.
product_id
stringThe ID of the associated product.
product_title
stringThe title of the associated product.
product_description
stringThe description of the associated product.
product_subtitle
stringThe subtitle of the associated product.
product_type
stringThe type of the associated product.
product_collection
stringThe collection of the associated product.
product_handle
stringThe handle of the associated product.
variant_id
stringThe associated variant's ID of the line item.
variant_sku
stringThe sku of the associated variant.
variant_barcode
stringThe barcode of the associated variant.
variant_title
stringThe title of the associated variant.
variant_option_values
Record<string, unknown>The option values of the associated variant.
compare_at_unit_price
BigNumberValueThe calculated price of the line item.
The associated tax lines.
The associated adjustments.
metadata
null | Record<string, unknown>Holds custom data in key-value pairs.
created_at
DateWhen the line item was created.
updated_at
DateWhen the line item was updated.
deleted_at
DateWhen the line item was deleted.
Was this section helpful?