In this blog, I created customer address attribute programmatic in magento 2. Code is supported to php8 and magento 2.4.6 😍Let’s see how to create customer address attribute programmatically. We are creating customer address attribute name unique_id.First, Create data patch class like AddUniqueIdAddressAttribute.php file at path app/code/Vendor/Module/Setup/Patch/Data/AddUniqueIdAddressAttribute.php After create patch run magento setup upgrade command for execute code.php bin/magento setup:upgradeWe can see newly created customer address attribute in customer edit/add. I hope this blog is useful for…
If you faced issue of customer attribute not saving value in admin panel then this blog is for you. This…
In this blog, I created customer attribute programmatically in magento 2. Code is supported to php8 and magento 2.4.6 😍Let’s…
In this blog we will get customer data by customer id using REST API.First we need to admin token to…