GET https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/accounts/{accountId}
Path parameters
Parameters
merchantId
string
The ID of the managing account. If this parameter is not the same as accountId, then this account must be a multi-client account and accountId must be the ID of a sub-account of this account.
[[["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-30 UTC."],[[["Retrieves a specific Merchant Center account using a GET request."],["Requires `merchantId` and `accountId` path parameters, which may represent managing and sub-accounts respectively."],["Allows specification of data to retrieve via `view` query parameter (defaulting to \"merchant\" view)."],["Requires authorization with the `https://www.googleapis.com/auth/content` scope."],["Response provides the requested account details as an `Account` object if successful."]]],["This describes how to retrieve a Merchant Center account using a `GET` request to a specific URL with `merchantId` and `accountId` as path parameters. The `view` query parameter, accepting \"merchant\" or \"css\", dictates the fields in the response. The request body must be empty. A successful response returns an `Account` object. Authorization requires the `https://www.googleapis.com/auth/content` OAuth scope. The view can also be \"MERCHANT\", or \"CSS\", defining the type of fields to be populated in the response.\n"]]