cartSetCustomer
Set customer for the cart
cartSetCustomer(
id: String!
input: CartSetCustomerInput!
): Cart!
Arguments
cartSetCustomer.id
● String!
non-null scalar
Cart unique identifier
Set customer for the cart
cartSetCustomer(
id: String!
input: CartSetCustomerInput!
): Cart!
cartSetCustomer.id
● String!
non-null scalarCart unique identifier
cartSetCustomer.input
● CartSetCustomerInput!
non-null inputCart
object