Updates the quantity of existing products in a cart. This mutation resets selected shipping method of updated stores, and user will need to select shipping method again.
input
object contains the unique identifier (ID
) for the cart and the items with their quantities that need to be updated.CartResponse
object.