@usethrottle/cart
    Preparing search index...

    Interface UpdateCartInput

    interface UpdateCartInput {
        billingAddress?: CartAddress;
        customerEmail?: string | null;
        customerId?: string;
        metadata?: Record<string, unknown>;
        netN?: number | null;
        notes?: string;
        shippingAddress?: CartAddress;
    }
    Index
    billingAddress?: CartAddress
    customerEmail?: string | null

    Lightweight email capture; null clears a previously-set value.

    customerId?: string
    metadata?: Record<string, unknown>
    netN?: number | null
    notes?: string
    shippingAddress?: CartAddress