@coveo/headless
    Preparing search index...

    Interface CartItemParam

    interface CartItemParam {
        productId: string;
        quantity: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    productId: string

    The unique identifier of the product.

    quantity: number

    The quantity of the product in the cart.