AddToCart: {
    events: (Cart | CartItem | Identity | PartyIdentification | ErrorEvent)[];
}

Description: Add a new line item to the cart. If the line item exists it will be replaced, including the quantity as an absolute value.

Type declaration