Magento 2.4.7
The customer field “taxvat” (NOT customer address field “vat_id”) can’t be updated if it’s not used on creation of the customer. On creation, if a value is there, it will be stored into table Customer Entity Varchar. If it’s not, the record won’t be created and therefor can not be updated. Any solutions besides creating the record manually?