headless-commerce
Preparing search index...
lib/cart/cart-types
CartLineItem
Interface CartLineItem
Single cart row pairing a product snapshot with a shopper quantity.
interface
CartLineItem
{
product
:
Product
;
quantity
:
number
;
}
Index
Properties
product
quantity
Properties
Readonly
product
product
:
Product
Readonly
quantity
quantity
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
product
quantity
headless-commerce
Loading...
Single cart row pairing a product snapshot with a shopper quantity.