CartItem represents a single item (product variety) in cart. View Source type/cart.ts, line 28 Members Type: Product # product The map of product properties (variation properties, if the variation is added to cart). View Source type/cart.ts, line 32 Type: number # quantity Quantity of the given product variety in cart. View Source type/cart.ts, line 37