removeItemsFromCart
Removes specified items from the cart
This page contains
Arguments
| input RemoveItemsInput! |
RemoveItemsInput fields
| cartId ID! | Unique identifier of the cart |
| itemIds [ID!]! | List of item identifiers to be removed from the cart |
Return Fields
| cart Cart | Updated cart after item removal |
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.