Inputs
Output
Type:Dict
Returns the created region.
Fields: regionDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Creates a Merchant Center region from postal codes or geotarget IDs, for use in regional inventory and shipping
| 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) |
| 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*”}]}} |
Dict
Returns the created region.
Fields: region