headless-commerce
    Preparing search index...

    Interface CartLineItem

    Single cart row pairing a product snapshot with a shopper quantity.

    interface CartLineItem {
        product: Product;
        quantity: number;
    }
    Index

    Properties

    Properties

    product: Product
    quantity: number