updateCustomer
Edit an existing customer's information. The customer can be identified by either their ID or email address. This mutation allows updating fields for both individual customers (IndividualPersonCustomer) and corporate entity customers (CorporateEntityCustomer).
updateCustomer(
customerBy: CustomerByInput!
input: UpdateCustomerInput!
): UpdateCustomerResult!
Arguments
updateCustomer.customerBy ● CustomerByInput! non-null input
updateCustomer.input ● UpdateCustomerInput! non-null input
Type
UpdateCustomerResult union
Results of an edit customer operation.