[[["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-01-23 UTC."],[[["Retrieves a specific region's configuration from your Merchant Center account using a GET request."],["Requires providing the account and region identifiers as path parameters in the request URL."],["The response provides detailed information about the specified region if the request is successful and authorized with the necessary scope."],["Requires authorization with the `https://www.googleapis.com/auth/content` scope for accessing and retrieving the region data."]]],["This document details how to retrieve a region from a Merchant Center account using a `GET` HTTP request. The specific endpoint is `https://merchantapi.googleapis.com/accounts/v1beta/{name=accounts/*/regions/*}`, utilizing gRPC Transcoding. The `name` path parameter, a string in the format `accounts/{account}/regions/{region}`, is required. The request body must be empty. A successful response returns a `Region` instance, and `https://www.googleapis.com/auth/content` is the necessary authorization scope.\n"]]