customerUpdate
Updates an existing customer.
customerUpdate(
externalReference: String
id: ID
input: CustomerInput!
): CustomerUpdate
Arguments
customerUpdate.externalReference
● String
scalar
External ID of a customer to update.
Added in Saleor 3.10
customerUpdate.id
● ID
scalar
ID of a customer to update.
customerUpdate.input
● CustomerInput!
non-null input
Fields required to update a customer.
Type
CustomerUpdate
object
Updates an existing customer.
Was this page helpful?