Item
A session cart's item.
Properties
quantity
numberRequiredThe quantity added in the cart.
variant
ConvertDateToString<Omit<ProductVariant, "beforeInsert">>RequiredThe product variant represented by this item in the cart.
variant
ConvertDateToString<Omit<ProductVariant, "beforeInsert">>Requiredtotal
numberThe total amount of the item in the cart.
Was this section helpful?