updateCartItems
Updates items in an existing cart
This page contains
Arguments
| input UpdateCartItemsInput! |
UpdateCartItemsInput fields
| cartId ID! | Unique identifier of the cart |
| items [UpdateCartItemInput!]! | List of cart items with updated field data |
Return Fields
| cart Cart | Updated cart after item changes |
| userErrors [UpdateCartItemsError!] | Errors encountered during cart item updates |
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.