cartUpdateItem
Update item in the cart
cartUpdateItem(
id: String!
itemId: String!
input: CartUpdateItemInput!
): Cart!
Arguments
cartUpdateItem.id
● String!
non-null scalar
Cart unique identifier
cartUpdateItem.itemId
● String!
non-null scalar
Cart item unique identifier
cartUpdateItem.input
● CartUpdateItemInput!
non-null input
Type
Cart
object
Shopping cart entity for managing product selections and orders.
Represents a collection of products or services that users have selected for potential purchase. Carts can be associated with different user types and companies for organizational context.