Open

Description
In the product event addVariantToCart
, there is a function that let's you update the product quantity like so: product.updateQuantity()
I'm looking at the cart event updateItemQuantity
and wondering if there is anyway to update a specific products quantity from in there as well. Seems like an incredibly useful function to be in there.