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

Description: Update existing cart line item(s). This includes a change of quantity of an existing item, which must be the absolute quantity after update.

Type declaration