Method: buyongoogleprograms.onboard

Onboards the BoG program in your Merchant Center account. By using this method, you agree to the Terms of Service. Calling this method is only possible if the authenticated account is the same as the merchant id in the request. Calling this method multiple times will only accept Terms of Service if the latest version is not currently signed.

HTTP request

POST https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/buyongoogleprograms/{regionCode}/onboard

Path parameters

Parameters
merchantId

string (int64 format)

Required. The ID of the account.

regionCode

string

Required. The program region code ISO 3166-1 alpha-2. Currently only US is available.

Request body

The request body contains data with the following structure:

JSON representation
{
  "customerServiceEmail": string
}
Fields
customerServiceEmail

string

The customer service email.

Response body

If successful, the response body is empty.

Authorization scopes

Requires one of the following OAuth scopes:

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

For more information, see the OAuth 2.0 Overview.