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*”}]}}