CartItemInput
This input type is used to add or update items in the cart.
input CartItemInput {
customProperties: JSON
quantity: Int!
variantId: ID!
}
This input type is used to add or update items in the cart.
input CartItemInput {
customProperties: JSON
quantity: Int!
variantId: ID!
}
CartItemInput.customProperties
● JSON
scalarCartItemInput.quantity
● Int!
non-null scalarCartItemInput.variantId
● ID!
non-null scalar