I want to programmatically update the quantity of a bundle option of a item in the users cart. Currently in the cart, a bundle with the option “12 x DIN A4 page”. This is what I have done so far /** @var \Magento\Quote\Model\Quote\Item */ protected $ quoteItem; public function updateNumberOfPages($ pages) { $ qtyOptions =Read more