Fields


id
ID!
required
The ID of the cart that the user wants to update. It’s a unique identifier for the cart in the system.
items
The CartItemsInput object containing the updated list of items to be added to or modified in the cart.

Mutations