Input
CartItemsDeleteInput
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!
requiredThe ID of the cart that the user wants to remove items from. It’s a unique identifier for the cart in the system.
items
required
The DeleteCartLinesInput
object containing the list of items to be removed from the cart.
Mutations
Related types
Was this page helpful?