# Carts.ItemCustom

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | Custom item id. | [optional] 
**sku** | **String** | Custom item sku. | [optional] 
**name** | **String** | Item&#x27;s product name. | [optional] 
**quantity** | **Number** | Quantity of this item in the cart. | [optional] 
**listPrice** | **Number** | Price of the item. With or without tax depending on the store&#x27;s set up. | [optional] 
**extendedListPrice** | **Number** | Item&#x27;s list price multiplied by quantity. | [optional] 
