Skip to main content

CustomerUpdate Object

Updates an existing customer.

Requires the MANAGE_USERSpermission.

Triggers the following webhook events:

  • CUSTOMER_UPDATED (async): A new customer account was updated.
  • CUSTOMER_METADATA_UPDATED (async): Optionally called when customer's metadata was updated.
type CustomerUpdate {
accountErrors: [AccountError!]! @deprecated
errors: [AccountError!]!
user: User
}

Fields​

errors ● [AccountError!]!​

user ● User​

Show deprecatedHide deprecated

accountErrors ● [AccountError!]!​

DEPRECATED

Use errors field instead.

Returned By​

customerUpdate mutation