UpdateCustomerInput
Input for editing a customer. Fields that are not provided will remain unchanged.
input UpdateCustomerInput {
corporateEntityCustomer: UpdateCorporateEntityCustomerInput
individualCustomer: UpdateIndividualCustomerInput
}
Fields
UpdateCustomerInput.corporateEntityCustomer ● UpdateCorporateEntityCustomerInput input
Fields to update for a corporate entity customer. CURRENTLY NOT SUPPORTED
UpdateCustomerInput.individualCustomer ● UpdateIndividualCustomerInput input
Fields to update for an individual person customer.
Member Of
updateCustomer mutation