37 lines
1.0 KiB
Plaintext
37 lines
1.0 KiB
Plaintext
---
|
|
sidebar_position: 2
|
|
sidebar_label: "Manage Countries"
|
|
---
|
|
|
|
import { EllipsisHorizontal } from "@medusajs/icons"
|
|
|
|
export const metadata = {
|
|
title: `Manage Countries in a Region`,
|
|
}
|
|
|
|
# {metadata.title}
|
|
|
|
In this document, you'll learn how to manage countries in a region.
|
|
|
|
## Add Countries
|
|
|
|
To add a country to a region:
|
|
|
|
1. Go to Settings → Regions.
|
|
2. Click on the region you want to edit.
|
|
3. Under the Countries section, click the <InlineIcon Icon={EllipsisHorizontal} alt="three-dots" /> icon at the top right.
|
|
4. Choose "Add countries" from the dropdown.
|
|
5. In the list that shows, check the checkboxes next to the countries you want to add.
|
|
6. Once you're done, click the Save button.
|
|
|
|
---
|
|
|
|
## Remove Countries
|
|
|
|
To remove countries from a region:
|
|
|
|
1. Go to Settings → Regions.
|
|
2. Click on the region you want to edit.
|
|
3. Under the Countries section, check the checkbox next to the countries you want to remove.
|
|
4. Once you're done, press <Kbd>R</Kbd>.
|
|
5. Confirm removing the country by typing "Remove" in the field and clicking the Remove button in the pop-up. |