GbpAccountsService

The service facilitates the management of a merchant's Google Business Profile (GBP) account settings. This API defines the following resource model: - GbpAccount

LinkGbpAccount

rpc LinkGbpAccount(LinkGbpAccountRequest) returns (LinkGbpAccountResponse)

Link the specified merchant to a GBP account for all countries.

To run this method, you must have admin access to the Merchant Center account. If you don't have admin access, the request fails with the error message User is not an administrator of account {ACCOUNT_ID}.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/content

For more information, see the OAuth 2.0 Overview.

ListGbpAccounts

rpc ListGbpAccounts(ListGbpAccountsRequest) returns (ListGbpAccountsResponse)

List the GBP accounts for a given merchant.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/content

For more information, see the OAuth 2.0 Overview.