The input fields to provide the necessary information to remove items from a cart through the deleteCartItems
mutation. By providing the cart ID and the list of items to be removed, the API can update the cart by removing the specified items.
Fields
id
: ID!
The ID of the cart that the user wants to remove items from. It's a unique identifier for the cart in the system.
items
: DeleteCartLinesInput
The DeleteCartLinesInput
object containing the list of items to be removed from the cart.