- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
LineItem - Cart Module Data Models Reference
This documentation provides a reference to the LineItem . This belongs to the Cart Module.
id
stringcart_id
stringcart
Cart
cart
Carttitle
stringsubtitle
null | stringDefault: null
thumbnail
null | stringDefault: null
quantity
numbervariant_id
null | stringDefault: null
product_id
null | stringDefault: null
product_title
null | stringDefault: null
product_description
null | stringDefault: null
product_subtitle
null | stringDefault: null
product_type
null | stringDefault: null
product_collection
null | stringDefault: null
product_handle
null | stringDefault: null
variant_sku
null | stringDefault: null
variant_barcode
null | stringDefault: null
variant_title
null | stringDefault: null
variant_option_values
null | Record<string, unknown>Default: null
requires_shipping
booleanDefault: true
is_discountable
booleanDefault: true
is_tax_inclusive
booleanDefault: false
raw_compare_at_unit_price
null | BigNumberRawValueDefault: null
raw_compare_at_unit_price
null | BigNumberRawValuenull
unit_price
number | BigNumberraw_unit_price
BigNumberRawValue
raw_unit_price
BigNumberRawValuetax_lines
Collection<LineItemTaxLine, object>
tax_lines
Collection<LineItemTaxLine, object>adjustments
Collection<LineItemAdjustment, object>
adjustments
Collection<LineItemAdjustment, object>metadata
null | Record<string, unknown>Default: null
created_at
Dateupdated_at
Datedeleted_at
null | DateDefault: null
[OptionalProps]
OptionalLineItemPropsOptionalcompare_at_unit_price
null | number | BigNumberOptionalDefault: null
Was this page helpful?