# Interface: CartItemAttributes
# Table of contents
# Properties
# Properties
# abstractSku
• abstractSku: string
Defined in: types/cart.ts:207 (opens new window)
# amount
• amount: null
Defined in: types/cart.ts:208 (opens new window)
# calculations
• calculations: CartItemAttributesCalculations
Defined in: types/cart.ts:209 (opens new window)
# groupKey
• groupKey: string
Defined in: types/cart.ts:206 (opens new window)
# quantity
• quantity: number
Defined in: types/cart.ts:205 (opens new window)
# salesUnit
• Optional
salesUnit: AddCartItemParamsAttributesSalesUnit
Defined in: types/cart.ts:210 (opens new window)
# selectedProductOptions
• selectedProductOptions: any[]
Defined in: types/cart.ts:211 (opens new window)
# sku
• sku: string
Defined in: types/cart.ts:204 (opens new window)