> ## Documentation Index
> Fetch the complete documentation index at: https://docs.markifact.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Regions

> Lists Merchant Center regions with their eligibility for regional inventory and shipping

Lists Merchant Center regions with their eligibility for regional inventory and shipping. Region IDs are used in gmc\_insert\_regional\_inventory.

|                      |                        |
| -------------------- | ---------------------- |
| **App**              | Google Merchant Center |
| **Operation ID**     | `gmc_list_regions`     |
| **Type**             | Action                 |
| **Connection**       | `gmc` (required)       |
| **Credits per run**  | 1                      |
| **Agent / MCP tool** | Yes                    |

## Inputs

| Field     | Type           | Required | Default | Description                                                        |
| --------- | -------------- | -------- | ------- | ------------------------------------------------------------------ |
| `account` | DynamicAccount | Yes      | -       | Select the Merchant Center account whose regions should be listed. |
| `limit`   | integer        | No       | `100`   | Maximum number of regions to return. Default: 100.                 |

## Output

**Type**: `List[Dict]`

Returns the list of regions.

**Fields**: dynamic (depend on the inputs)
