Hello Magento Friends,

This Magento tutorial will help you Get All Regions/States of Specific Country by Country Code in Magento 2.

In your Magento 2 store, many regions and states are added to a specific country. You can easily add a new Region to a specific Country when required. When you go on adding new regions, you do not remember which region a particular country holds. For that, you need to have a list of all regions/states assigned to a specific country in Magento 2.

You can use the below method to get the array of all the regions/states of a specific country in Magento 2.

Steps to Get All Regions/States of Specific Country by Country Code in Magento 2:

Step 1:  We are getting data in the root script. So go to the below path

magento_root_directory\pub\getRegions.php

And add the code as follows

Conclusion:

This way, you can fetch the list of all regions/states of a specific country by country code in Magento 2. You can also integrate Magento 2 City and Region Manager Extension to manage states, regions, and zip codes easily.

If you face difficulty getting all regions/states of a specific country by country code in Magento 2. Share the tutorial with your friends and stay updated with us so that you do not miss out on any important solution.

Happy Coding!

Click to rate this post!
[Total: 1 Average: 5]