Update quote state by using ZQFClient helper methods
Learn how to use ZQFClient helper methods to update quote fields, products, or charges by creating and dispatching mutation events.
When you use mutation helpers, remember that they return CustomEvent objects. Your code must explicitly dispatch those events.
Depending on the helper method that you use, the returned event type is addproducts, updatequote, or updateproducts.