Close httplib2 connections.
get(merchantId, regionCode, x__xgafv=None)
Retrieves a status of BoG program for your Merchant Center account.
onboard(merchantId, regionCode, body=None, x__xgafv=None)
Onboards BoG in your Merchant Center account. By using this method, you agree to the [Terms of Service](https://merchants.google.com/mc/termsofservice/transactions/US/latest).
close()
Close httplib2 connections.
get(merchantId, regionCode, x__xgafv=None)
Retrieves a status of BoG program for your Merchant Center account.
Args:
merchantId: string, Required. The ID of the account. (required)
regionCode: string, The Program region code [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2). Currently only US is available. (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{ # Response message for the GetProgramStatus method.
"customerServicePendingEmail": "A String", # The customer service pending email.
"customerServiceVerifiedEmail": "A String", # The customer service verified email.
"participationStage": "A String", # The current participation stage for the program.
}
onboard(merchantId, regionCode, body=None, x__xgafv=None)
Onboards BoG in your Merchant Center account. By using this method, you agree to the [Terms of Service](https://merchants.google.com/mc/termsofservice/transactions/US/latest).
Args:
merchantId: string, Required. The ID of the account. (required)
regionCode: string, The program region code [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2). Currently only US is available. (required)
body: object, The request body.
The object takes the form of:
{ # Request message for the OnboardProgram method.
"customerServiceEmail": "A String", # The customer service email.
}
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format