- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
Manage Regions in Medusa Admin
In this guide, you’ll learn what regions are and how to manage them.
What is a Region?#
A Region represents different countries or areas that your commerce store serves customers in. A region can have multiple countries with the same settings, but a region can also be specific to a single country with its own settings.
Each region has its own settings, such as currencies, payment providers, and fulfillment providers. You can set up regions to manage different aspects of your store based on the location of your customers.
Tax-Inclusive Pricing for Regions#
A region has a tax-inclusive pricing setting that determines how taxes are added to prices for the region. During checkout, after Medusa calculates the tax of a product or shipping, it will either:
- Add the tax to the product's price (tax-exclusive pricing).
- Include the tax in the product's price (tax-inclusive pricing).
You can manage this setting during region creation or update.
View Regions#
To view regions in your store, go to Settings → Regions. Here, you can see a list of all the regions you have set up in your store. You can also search, filter, and sort the regions to find the one you are looking for.
Create Region#
To create a region:
- Go to Settings → Regions.
- Click the Create button at the top right.
- In the form that opens:
- In the Name field, enter a name for the region. For example, "Europe".
- In the Currency field, select the region's currency. A region can only have one currency.
- If you don't want taxes to be calculated automatically during checkout, you can disable the "Automatic Taxes" toggle. This input is mostly useful for developers and should be administered by your technical team.
- If you want to enable tax-inclusive pricing, toggle the "Tax inclusive pricing" setting.
- Under the Countries section, you can add the countries that are part of the region. To add countries:
- Click the "Add countries" button.
- Check the countries to add to the region.
- Click the Save button.
- In the Payment Providers field, choose the payment providers that customers in this region can use to pay for their orders.
- Once you're done, click the Save button.
View Region Details#
To view the details of a region:
- Go to Settings → Regions.
- Click on the region you want to view.
This opens the region's details page where you can also manage the region.
Edit Region Details#
To edit a region's details:
- Go to the region's details page.
- Click the icon at the top right of the first section.
- Choose Edit from the dropdown.
- In the side window that opens, you can edit the region's name, currency, payment providers, and settings for automatic taxes and tax-inclusive pricing.
- Once you're done, click the Save button.
Manage Region's Countries#
You can manage a region's countries to add or remove them from the region.
Add Countries to Region#
To add countries to a region:
- Go to the region's details page.
- Click the icon at the top right of the "Countries" section.
- Choose "Add countries" from the dropdown.
- In the list that opens, check the countries you want to add to the region.
- Once you're done, click the Add button.
Remove Countries from Region#
To remove countries from a region:
- Go to the region's details page.
- Under the "Countries" section, check the countries you want to remove from the region.
- Press R or click the Remove button at the bottom center of the page.
- Confirm removing the country by typing "Remove" in the pop-up and clicking the Remove button.
Manage Region Metadata#
Metadata is custom data that can be associated with the region in key-value pairs. This is usually used by developers for custom integrations or to store additional information about the region.
To edit the region's metadata:
- Click the icon at the right of the "Metadata" section.
- In the side window that opens:
- Manage the key-value pairs in the table.
- To add a new row of key-value pairs before or after a row:
- Hover over the row and click the icon at its right.
- Choose "Insert row above" or "Insert row below" from the dropdown.
- To delete a row of key-value pairs:
- Hover over the row and click the icon at its right.
- Choose "Delete row" from the dropdown.
- Once you're done, click the Save button.
Delete Region#
To delete a region from your store:
- Go to the region's details page.
- Click the icon at the top right of the first section.
- Choose Delete from the dropdown.
- Confirm deleting the region by typing the region's name in the pop-up and clicking the Delete button.