[@bigcommerce/checkout-sdk](../README.md) › [PhysicalItem](physicalitem.md)

# Interface: PhysicalItem

## Hierarchy

* [LineItem](lineitem.md)

  ↳ **PhysicalItem**

## Index

### Properties

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

## Properties

###  addedByPromotion

• **addedByPromotion**: *boolean*

*Inherited from [DigitalItem](digitalitem.md).[addedByPromotion](digitalitem.md#addedbypromotion)*

___

###  brand

• **brand**: *string*

*Inherited from [DigitalItem](digitalitem.md).[brand](digitalitem.md#brand)*

___

### `Optional` categories

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

*Inherited from [DigitalItem](digitalitem.md).[categories](digitalitem.md#optional-categories)*

___

### `Optional` categoryNames

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

*Inherited from [DigitalItem](digitalitem.md).[categoryNames](digitalitem.md#optional-categorynames)*

___

###  comparisonPrice

• **comparisonPrice**: *number*

*Inherited from [DigitalItem](digitalitem.md).[comparisonPrice](digitalitem.md#comparisonprice)*

___

###  couponAmount

• **couponAmount**: *number*

*Inherited from [DigitalItem](digitalitem.md).[couponAmount](digitalitem.md#couponamount)*

___

###  discountAmount

• **discountAmount**: *number*

*Inherited from [DigitalItem](digitalitem.md).[discountAmount](digitalitem.md#discountamount)*

___

###  discounts

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

*Inherited from [DigitalItem](digitalitem.md).[discounts](digitalitem.md#discounts)*

___

###  extendedComparisonPrice

• **extendedComparisonPrice**: *number*

*Inherited from [DigitalItem](digitalitem.md).[extendedComparisonPrice](digitalitem.md#extendedcomparisonprice)*

___

###  extendedListPrice

• **extendedListPrice**: *number*

*Inherited from [DigitalItem](digitalitem.md).[extendedListPrice](digitalitem.md#extendedlistprice)*

___

###  extendedSalePrice

• **extendedSalePrice**: *number*

*Inherited from [DigitalItem](digitalitem.md).[extendedSalePrice](digitalitem.md#extendedsaleprice)*

___

### `Optional` giftWrapping

• **giftWrapping**? : *undefined | object*

___

###  id

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

*Inherited from [DigitalItem](digitalitem.md).[id](digitalitem.md#id)*

___

###  imageUrl

• **imageUrl**: *string*

*Inherited from [DigitalItem](digitalitem.md).[imageUrl](digitalitem.md#imageurl)*

___

###  isShippingRequired

• **isShippingRequired**: *boolean*

___

###  isTaxable

• **isTaxable**: *boolean*

*Inherited from [DigitalItem](digitalitem.md).[isTaxable](digitalitem.md#istaxable)*

___

###  listPrice

• **listPrice**: *number*

*Inherited from [DigitalItem](digitalitem.md).[listPrice](digitalitem.md#listprice)*

___

###  name

• **name**: *string*

*Inherited from [DigitalItem](digitalitem.md).[name](digitalitem.md#name)*

___

### `Optional` options

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

*Inherited from [DigitalItem](digitalitem.md).[options](digitalitem.md#optional-options)*

___

### `Optional` parentId

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

*Inherited from [DigitalItem](digitalitem.md).[parentId](digitalitem.md#optional-parentid)*

___

###  productId

• **productId**: *number*

*Inherited from [DigitalItem](digitalitem.md).[productId](digitalitem.md#productid)*

___

###  quantity

• **quantity**: *number*

*Inherited from [DigitalItem](digitalitem.md).[quantity](digitalitem.md#quantity)*

___

###  salePrice

• **salePrice**: *number*

*Inherited from [DigitalItem](digitalitem.md).[salePrice](digitalitem.md#saleprice)*

___

###  sku

• **sku**: *string*

*Inherited from [DigitalItem](digitalitem.md).[sku](digitalitem.md#sku)*

___

### `Optional` socialMedia

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

*Inherited from [DigitalItem](digitalitem.md).[socialMedia](digitalitem.md#optional-socialmedia)*

___

###  url

• **url**: *string*

*Inherited from [DigitalItem](digitalitem.md).[url](digitalitem.md#url)*

___

###  variantId

• **variantId**: *number*

*Inherited from [DigitalItem](digitalitem.md).[variantId](digitalitem.md#variantid)*
