Skip to main content

CustomerBulkUpdate Object

Updates customers.

Requires the MANAGE_USERSpermission.

Triggers the following webhook events:

  • CUSTOMER_UPDATED (async): A customer account was updated.
  • CUSTOMER_METADATA_UPDATED (async): Optionally called when customer's metadata was updated.
type CustomerBulkUpdate {
count: Int!
results: [CustomerBulkResult!]!
errors: [CustomerBulkUpdateError!]!
}

Fields

count ● Int!

Returns how many objects were created.

results ● [CustomerBulkResult!]!

List of the updated customers.

errors ● [CustomerBulkUpdateError!]!

Returned By

customerBulkUpdate mutation