OrderLineItem - Order Module Data Models Reference

This documentation provides a reference to the OrderLineItem . This belongs to the Order Module.

idstring
titlestring
subtitlenull | string

Default: null

thumbnailnull | string

Default: null

variant_idnull | string

Default: null

product_idnull | string

Default: null

product_titlenull | string

Default: null

product_descriptionnull | string

Default: null

product_subtitlenull | string

Default: null

product_typenull | string

Default: null

product_collectionnull | string

Default: null

product_handlenull | string

Default: null

variant_skunull | string

Default: null

variant_barcodenull | string

Default: null

variant_titlenull | string

Default: null

variant_option_valuesnull | Record<string, unknown>

Default: null

requires_shippingboolean

Default: true

is_discountableboolean

Default: true

is_tax_inclusiveboolean

Default: false

raw_compare_at_unit_pricenull | BigNumberRawValue

Default: null

unit_pricenumber | BigNumber
raw_unit_priceBigNumberRawValue
is_custom_priceboolean

Default: false

tax_linesCollection<OrderLineItemTaxLine, object>
adjustmentsCollection<OrderLineItemAdjustment, object>
metadatanull | Record<string, unknown>

Default: null

created_atDate
updated_atDate
deleted_atnull | Date

Default: null

[OptionalProps]ModelDateColumnsOptional
compare_at_unit_pricenull | number | BigNumberOptional

Default: null

Was this page helpful?