[@bigcommerce/checkout-sdk](../README.md) › [LineItem](lineitem.md)

# Interface: LineItem

## Hierarchy

* **LineItem**

  ↳ [DigitalItem](digitalitem.md)

  ↳ [PhysicalItem](physicalitem.md)

## Index

### Properties

* [addedByPromotion](lineitem.md#addedbypromotion)
* [brand](lineitem.md#brand)
* [categories](lineitem.md#optional-categories)
* [categoryNames](lineitem.md#optional-categorynames)
* [comparisonPrice](lineitem.md#comparisonprice)
* [couponAmount](lineitem.md#couponamount)
* [discountAmount](lineitem.md#discountamount)
* [discounts](lineitem.md#discounts)
* [extendedComparisonPrice](lineitem.md#extendedcomparisonprice)
* [extendedListPrice](lineitem.md#extendedlistprice)
* [extendedSalePrice](lineitem.md#extendedsaleprice)
* [id](lineitem.md#id)
* [imageUrl](lineitem.md#imageurl)
* [isTaxable](lineitem.md#istaxable)
* [listPrice](lineitem.md#listprice)
* [name](lineitem.md#name)
* [options](lineitem.md#optional-options)
* [parentId](lineitem.md#optional-parentid)
* [productId](lineitem.md#productid)
* [quantity](lineitem.md#quantity)
* [salePrice](lineitem.md#saleprice)
* [sku](lineitem.md#sku)
* [socialMedia](lineitem.md#optional-socialmedia)
* [url](lineitem.md#url)
* [variantId](lineitem.md#variantid)

## Properties

###  addedByPromotion

• **addedByPromotion**: *boolean*

___

###  brand

• **brand**: *string*

___

### `Optional` categories

• **categories**? : *[LineItemCategory](lineitemcategory.md)[][]*

___

### `Optional` categoryNames

• **categoryNames**? : *string[]*

___

###  comparisonPrice

• **comparisonPrice**: *number*

___

###  couponAmount

• **couponAmount**: *number*

___

###  discountAmount

• **discountAmount**: *number*

___

###  discounts

• **discounts**: *Array‹object›*

___

###  extendedComparisonPrice

• **extendedComparisonPrice**: *number*

___

###  extendedListPrice

• **extendedListPrice**: *number*

___

###  extendedSalePrice

• **extendedSalePrice**: *number*

___

###  id

• **id**: *string | number*

___

###  imageUrl

• **imageUrl**: *string*

___

###  isTaxable

• **isTaxable**: *boolean*

___

###  listPrice

• **listPrice**: *number*

___

###  name

• **name**: *string*

___

### `Optional` options

• **options**? : *[LineItemOption](lineitemoption.md)[]*

___

### `Optional` parentId

• **parentId**? : *string | null*

___

###  productId

• **productId**: *number*

___

###  quantity

• **quantity**: *number*

___

###  salePrice

• **salePrice**: *number*

___

###  sku

• **sku**: *string*

___

### `Optional` socialMedia

• **socialMedia**? : *[LineItemSocialData](lineitemsocialdata.md)[]*

___

###  url

• **url**: *string*

___

###  variantId

• **variantId**: *number*
