CartItemsUpdateInput

The input fields to provide the necessary information to update the items in a cart through the updateCartItems mutation. By providing the cart ID and the updated list of items, the API can modify the cart according to the user's preferences.

Fields


id: ID!

The ID of the cart that the user wants to update. It's a unique identifier for the cart in the system.


items: CartItemsInput!

The CartItemsInput object containing the updated list of items to be added to or modified in the cart.


Mutations


Related types