> ## 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.

# Create Region

> Creates a Merchant Center region from postal codes or geotarget IDs, for use in regional inventory and shipping

Creates a Merchant Center region from postal codes or geotarget IDs, for use in regional inventory and shipping. Requires admin access.

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

## Inputs

| Field       | Type             | Required | Default | Description                                                                                                                                                                                                                                                                                                                                       |
| ----------- | ---------------- | -------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `account`   | DynamicAccount   | Yes      | -       | Select the Merchant Center account in which to create the region.                                                                                                                                                                                                                                                                                 |
| `region_id` | string           | Yes      | -       | Identifier for the new region, unique within the account.                                                                                                                                                                                                                                                                                         |
| `region`    | object or string | Yes      | -       | Official Google Merchant API Region body as an object or JSON string, sent as-is. Keys: displayName plus either postalCodeArea (regionCode and postalCodes ranges with begin/end) or geotargetArea (geotargetCriteriaIds). Example: \{"displayName": "Washington", "postalCodeArea": \{"regionCode": "US", "postalCodes": \[\{"begin": "98\*"}]}} |

## Output

**Type**: `Dict`

Returns the created region.

**Fields**: `region`
