@nosto/nosto-js

    Interface CartItem

    interface CartItem {
        name: string;
        price_currency_code: string;
        product_id: string;
        quantity: number;
        sku_id?: string;
        unit_price: number;
    }
    Index

    Properties

    name: string
    price_currency_code: string
    product_id: string
    quantity: number
    sku_id?: string
    unit_price: number
    MMNEPVFCICPMFPCPTTAAATR