cartLinesUpdate - storefront - MUTATION
Version: 2024-04
Description:
Updates one or more merchandise lines on a cart.
Access Scopes
Arguments
-
cartId:
ID! -
The ID of the cart.
-
lines:
CartLineUpdateInput! -
The merchandise lines to update.
The input must not contain more than `250` values.
Returns
-
cart:
Cart
The updated cart.
-
userErrors:
CartUserError!
The list of errors that occurred from executing the mutation.
Examples