You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclass="firstline">Validates verification code to verify phone number for the account.</p>
139
+
<pclass="firstline">Validates verification code to verify phone number for the account. If successful this will overwrite the value of `accounts.businessinformation.phoneNumber`. Only verified phone number will replace an existing verified phone number.</p>
"phoneNumber": "A String", # Customer service phone number.
225
225
"url": "A String", # Customer service URL.
226
226
},
227
+
"koreanBusinessRegistrationNumber": "A String", # The 10-digit [Korean business registration number](https://support.google.com/merchants/answer/9037766) separated with dashes in the format: XXX-XX-XXXXX. This field will only be updated if explicitly set.
227
228
"phoneNumber": "A String", # The phone number of the business.
228
229
},
229
230
"cssId": "A String", # ID of CSS the account belongs to.
@@ -314,6 +315,7 @@ <h3>Method Details</h3>
314
315
"phoneNumber": "A String", # Customer service phone number.
315
316
"url": "A String", # Customer service URL.
316
317
},
318
+
"koreanBusinessRegistrationNumber": "A String", # The 10-digit [Korean business registration number](https://support.google.com/merchants/answer/9037766) separated with dashes in the format: XXX-XX-XXXXX. This field will only be updated if explicitly set.
317
319
"phoneNumber": "A String", # The phone number of the business.
318
320
},
319
321
"cssId": "A String", # ID of CSS the account belongs to.
@@ -424,6 +426,7 @@ <h3>Method Details</h3>
424
426
"phoneNumber": "A String", # Customer service phone number.
425
427
"url": "A String", # Customer service URL.
426
428
},
429
+
"koreanBusinessRegistrationNumber": "A String", # The 10-digit [Korean business registration number](https://support.google.com/merchants/answer/9037766) separated with dashes in the format: XXX-XX-XXXXX. This field will only be updated if explicitly set.
427
430
"phoneNumber": "A String", # The phone number of the business.
428
431
},
429
432
"cssId": "A String", # ID of CSS the account belongs to.
@@ -492,6 +495,7 @@ <h3>Method Details</h3>
492
495
"phoneNumber": "A String", # Customer service phone number.
493
496
"url": "A String", # Customer service URL.
494
497
},
498
+
"koreanBusinessRegistrationNumber": "A String", # The 10-digit [Korean business registration number](https://support.google.com/merchants/answer/9037766) separated with dashes in the format: XXX-XX-XXXXX. This field will only be updated if explicitly set.
495
499
"phoneNumber": "A String", # The phone number of the business.
496
500
},
497
501
"cssId": "A String", # ID of CSS the account belongs to.
@@ -558,6 +562,7 @@ <h3>Method Details</h3>
558
562
"phoneNumber": "A String", # Customer service phone number.
559
563
"url": "A String", # Customer service URL.
560
564
},
565
+
"koreanBusinessRegistrationNumber": "A String", # The 10-digit [Korean business registration number](https://support.google.com/merchants/answer/9037766) separated with dashes in the format: XXX-XX-XXXXX. This field will only be updated if explicitly set.
561
566
"phoneNumber": "A String", # The phone number of the business.
562
567
},
563
568
"cssId": "A String", # ID of CSS the account belongs to.
@@ -679,6 +684,7 @@ <h3>Method Details</h3>
679
684
"phoneNumber": "A String", # Customer service phone number.
680
685
"url": "A String", # Customer service URL.
681
686
},
687
+
"koreanBusinessRegistrationNumber": "A String", # The 10-digit [Korean business registration number](https://support.google.com/merchants/answer/9037766) separated with dashes in the format: XXX-XX-XXXXX. This field will only be updated if explicitly set.
682
688
"phoneNumber": "A String", # The phone number of the business.
683
689
},
684
690
"cssId": "A String", # ID of CSS the account belongs to.
@@ -842,6 +848,7 @@ <h3>Method Details</h3>
842
848
"phoneNumber": "A String", # Customer service phone number.
843
849
"url": "A String", # Customer service URL.
844
850
},
851
+
"koreanBusinessRegistrationNumber": "A String", # The 10-digit [Korean business registration number](https://support.google.com/merchants/answer/9037766) separated with dashes in the format: XXX-XX-XXXXX. This field will only be updated if explicitly set.
845
852
"phoneNumber": "A String", # The phone number of the business.
846
853
},
847
854
"cssId": "A String", # ID of CSS the account belongs to.
@@ -908,6 +915,7 @@ <h3>Method Details</h3>
908
915
"phoneNumber": "A String", # Customer service phone number.
909
916
"url": "A String", # Customer service URL.
910
917
},
918
+
"koreanBusinessRegistrationNumber": "A String", # The 10-digit [Korean business registration number](https://support.google.com/merchants/answer/9037766) separated with dashes in the format: XXX-XX-XXXXX. This field will only be updated if explicitly set.
911
919
"phoneNumber": "A String", # The phone number of the business.
912
920
},
913
921
"cssId": "A String", # ID of CSS the account belongs to.
<pre>Validates verification code to verify phone number for the account.
984
+
<pre>Validates verification code to verify phone number for the account. If successful this will overwrite the value of `accounts.businessinformation.phoneNumber`. Only verified phone number will replace an existing verified phone number.
977
985
978
986
Args:
979
987
merchantId: string, Required. 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. (required)
@@ -996,7 +1004,7 @@ <h3>Method Details</h3>
996
1004
An object of the form:
997
1005
998
1006
{ # Response message for the VerifyPhoneNumber method.
999
-
"verifiedPhoneNumber": "A String", # Verified phone number if verification is successful.
1007
+
"verifiedPhoneNumber": "A String", # Verified phone number if verification is successful. This phone number can only be replaced by another verified phone number.
<pclass="firstline">Onboards the BoG program 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). 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.</p>
<pclass="firstline">Pauses the BoG program in your Merchant Center account. Important: This method is only whitelisted for selected merchants.</p>
@@ -99,7 +102,7 @@ <h3>Method Details</h3>
99
102
100
103
Args:
101
104
merchantId: string, Required. The ID of the account. (required)
102
-
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)
105
+
regionCode: string, Required. 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)
103
106
body: object, The request body.
104
107
The object takes the form of:
105
108
@@ -124,7 +127,7 @@ <h3>Method Details</h3>
124
127
125
128
Args:
126
129
merchantId: string, Required. The ID of the account. (required)
127
-
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)
130
+
regionCode: string, Required. 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)
128
131
x__xgafv: string, V1 error format.
129
132
Allowed values
130
133
1 - v1 error format
@@ -134,8 +137,16 @@ <h3>Method Details</h3>
134
137
An object of the form:
135
138
136
139
{ # Response message for the GetProgramStatus method.
140
+
"businessModel": [ # The business models in which merchant participates.
141
+
"A String",
142
+
],
137
143
"customerServicePendingEmail": "A String", # The customer service pending email. After verification this field becomes empty.
144
+
"customerServicePendingPhoneNumber": "A String", # The pending phone number specified for BuyOnGoogle program. It might be different than account level phone number. In order to update this field the customer_service_pending_phone_region_code must also be set. After verification this field becomes empty.
145
+
"customerServicePendingPhoneRegionCode": "A String", # Two letter country code for the pending phone number, for example `CA` for Canadian numbers. See the [ISO 3166-1 alpha-2](https://wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements) officially assigned codes. In order to update this field the customer_service_pending_phone_number must also be set. After verification this field becomes empty.
138
146
"customerServiceVerifiedEmail": "A String", # Output only. The customer service verified email.
147
+
"customerServiceVerifiedPhoneNumber": "A String", # Output only. The verified phone number specified for BuyOnGoogle program. It might be different than account level phone number.
148
+
"customerServiceVerifiedPhoneRegionCode": "A String", # Output only. Two letter country code for the verified phone number, for example `CA` for Canadian numbers. See the [ISO 3166-1 alpha-2](https://wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements) officially assigned codes.
149
+
"onlineSalesChannel": "A String", # The channels through which the merchant is selling.
139
150
"participationStage": "A String", # Output only. The current participation stage for the program.
140
151
}</pre>
141
152
</div>
@@ -146,7 +157,7 @@ <h3>Method Details</h3>
146
157
147
158
Args:
148
159
merchantId: string, Required. The ID of the account. (required)
149
-
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)
160
+
regionCode: string, Required. 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)
<pre>Updates the status of the BoG program for your Merchant Center account.
178
+
179
+
Args:
180
+
merchantId: string, Required. The ID of the account. (required)
181
+
regionCode: string, Required. 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)
182
+
body: object, The request body.
183
+
The object takes the form of:
184
+
185
+
{ # Response message for the GetProgramStatus method.
186
+
"businessModel": [ # The business models in which merchant participates.
187
+
"A String",
188
+
],
189
+
"customerServicePendingEmail": "A String", # The customer service pending email. After verification this field becomes empty.
190
+
"customerServicePendingPhoneNumber": "A String", # The pending phone number specified for BuyOnGoogle program. It might be different than account level phone number. In order to update this field the customer_service_pending_phone_region_code must also be set. After verification this field becomes empty.
191
+
"customerServicePendingPhoneRegionCode": "A String", # Two letter country code for the pending phone number, for example `CA` for Canadian numbers. See the [ISO 3166-1 alpha-2](https://wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements) officially assigned codes. In order to update this field the customer_service_pending_phone_number must also be set. After verification this field becomes empty.
192
+
"customerServiceVerifiedEmail": "A String", # Output only. The customer service verified email.
193
+
"customerServiceVerifiedPhoneNumber": "A String", # Output only. The verified phone number specified for BuyOnGoogle program. It might be different than account level phone number.
194
+
"customerServiceVerifiedPhoneRegionCode": "A String", # Output only. Two letter country code for the verified phone number, for example `CA` for Canadian numbers. See the [ISO 3166-1 alpha-2](https://wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements) officially assigned codes.
195
+
"onlineSalesChannel": "A String", # The channels through which the merchant is selling.
196
+
"participationStage": "A String", # Output only. The current participation stage for the program.
197
+
}
198
+
199
+
updateMask: string, The list of fields to update. If the update mask is not provided, then all the fields set in buyOnGoogleProgramStatus will be updated. Clearing fields is only possible if update mask is provided.
200
+
x__xgafv: string, V1 error format.
201
+
Allowed values
202
+
1 - v1 error format
203
+
2 - v2 error format
204
+
205
+
Returns:
206
+
An object of the form:
207
+
208
+
{ # Response message for the GetProgramStatus method.
209
+
"businessModel": [ # The business models in which merchant participates.
210
+
"A String",
211
+
],
212
+
"customerServicePendingEmail": "A String", # The customer service pending email. After verification this field becomes empty.
213
+
"customerServicePendingPhoneNumber": "A String", # The pending phone number specified for BuyOnGoogle program. It might be different than account level phone number. In order to update this field the customer_service_pending_phone_region_code must also be set. After verification this field becomes empty.
214
+
"customerServicePendingPhoneRegionCode": "A String", # Two letter country code for the pending phone number, for example `CA` for Canadian numbers. See the [ISO 3166-1 alpha-2](https://wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements) officially assigned codes. In order to update this field the customer_service_pending_phone_number must also be set. After verification this field becomes empty.
215
+
"customerServiceVerifiedEmail": "A String", # Output only. The customer service verified email.
216
+
"customerServiceVerifiedPhoneNumber": "A String", # Output only. The verified phone number specified for BuyOnGoogle program. It might be different than account level phone number.
217
+
"customerServiceVerifiedPhoneRegionCode": "A String", # Output only. Two letter country code for the verified phone number, for example `CA` for Canadian numbers. See the [ISO 3166-1 alpha-2](https://wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements) officially assigned codes.
218
+
"onlineSalesChannel": "A String", # The channels through which the merchant is selling.
219
+
"participationStage": "A String", # Output only. The current participation stage for the program.
<pre>Pauses the BoG program in your Merchant Center account. Important: This method is only whitelisted for selected merchants.
167
226
168
227
Args:
169
228
merchantId: string, Required. The ID of the account. (required)
170
-
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)
229
+
regionCode: string, Required. 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)
171
230
body: object, The request body.
172
231
The object takes the form of:
173
232
@@ -187,7 +246,7 @@ <h3>Method Details</h3>
187
246
188
247
Args:
189
248
merchantId: string, Required. The ID of the account. (required)
190
-
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)
249
+
regionCode: string, Required. 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)
0 commit comments