Skip to main content

customerBulkUpdate

Updates customers.

Added in Saleor 3.13
This API is currently in Feature Preview and can be subject to changes at later point.
Requires MANAGE_USERSpermission.
customerBulkUpdate(
customers: [CustomerBulkUpdateInput!]!
errorPolicy: ErrorPolicyEnum
): CustomerBulkUpdate

Arguments

customerBulkUpdate.customers ● [CustomerBulkUpdateInput!]! non-null input

Input list of customers to update.

customerBulkUpdate.errorPolicy ● ErrorPolicyEnum enum

Policies of error handling. DEFAULT: REJECT_EVERYTHING

Type

CustomerBulkUpdate object

Updates customers.

Added in Saleor 3.13
This API is currently in Feature Preview and can be subject to changes at later point.
Requires MANAGE_USERSpermission.

Was this page helpful?