Input
CartItemsAddInput
The input fields to provide the necessary information to add new items to a cart through the addCartItems
mutation. By providing the cart ID and the list of items to be added, the API can update the cart with the new items.
Fields
id
ID!
requiredThe ID of the cart that the user wants to remove. It’s a unique identifier for the cart in the system.
items
required
The CartItemsInput
object containing the list of items to be added to the cart.
Mutations
Related types
Was this page helpful?