magento2 adding customer attributes
Using Magento 2.3.0 Whenever trying to save customer I get errors that newly created attributes are required, even when I set their values. etc/extend_attributes.xml <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Api/etc/extension_attributes.xsd"> <extension_attributes for="MagentoCustomerApiDataCustomerInterface"> <attribute code="customershipping_enabled" type="string" /> <attribute code="customershipping_price" type="string" /> </extension_attributes> </config> Setup/InstallData.php…