Mutations
updateCartItem
Update the cart item
Update the cart item
updateCartItem(
id: String!
item: CartItemInputType!
allowExternalShippingFee: Boolean
channelId: String
languageId: String
marketId: String
): CartType
Arguments
id ● String! non-null scalar required
The cart ID
item ● CartItemInputType! non-null input required
The item to be updated
allowExternalShippingFee ● Boolean scalar
If the the shipping fee on cart is allowed to take the value of an external shipping. Set to false if outside checkout.
channelId ● String scalar
The channel ID. Will default to an existing value if it is not found.
languageId ● String scalar
The language ID. Will default to an existing value if it is not found.
marketId ● String scalar
The market ID. Will default to an existing value if it is not found.
Type
CartType object
Type containing cart information