Merchant API v1beta was discontinued and shut down on February 28, 2026. For steps to transition to the latest stable version, seeMigrate from v1beta to v1.
Method: accounts.regions.createStay organized with collectionsSave and categorize content based on your preferences.
Page Summary
Creates a region definition within your Merchant Center account, requiring admin access for execution.
Utilizes an HTTP POST request tohttps://merchantapi.googleapis.com/accounts/v1beta/{parent=accounts/*}/regionswith specific path and query parameters for account and region identification.
Requires a request body containing a Region object and returns a newly created Region object upon successful execution.
Needs authorization with thehttps://www.googleapis.com/auth/contentOAuth scope.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-25 UTC."],[],["This describes how to create a region definition in a Merchant Center account via a POST request to `https://merchantapi.googleapis.com/accounts/v1beta/{parent=accounts/*}/regions`. The `parent` path parameter specifies the account. The `regionId` query parameter provides a unique identifier. The request body must include a `Region` instance, and a successful response returns the newly created `Region`. Admin access and the `https://www.googleapis.com/auth/content` OAuth scope are required.\n"]]