Skip to content

Commit f9aa1e5

Browse files
yoshi-automationsofisl
authored andcommitted
feat(merchantapi): update the API
#### merchantapi:accounts_v1beta The following keys were added: - schemas.BusinessInfo.properties.koreanBusinessRegistrationNumber.description - schemas.BusinessInfo.properties.koreanBusinessRegistrationNumber.type
1 parent 96cf760 commit f9aa1e5

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

discovery/merchantapi-accounts_v1beta.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1354,7 +1354,7 @@
13541354
}
13551355
}
13561356
},
1357-
"revision": "20240806",
1357+
"revision": "20240821",
13581358
"rootUrl": "https://merchantapi.googleapis.com/",
13591359
"schemas": {
13601360
"AcceptTermsOfService": {
@@ -1608,6 +1608,10 @@
16081608
"$ref": "CustomerService",
16091609
"description": "Optional. The customer service of the business."
16101610
},
1611+
"koreanBusinessRegistrationNumber": {
1612+
"description": "Optional. The 10-digit [Korean business registration number](https://support.google.com/merchants/answer/9037766) separated with dashes in the format: XXX-XX-XXXXX.",
1613+
"type": "string"
1614+
},
16111615
"name": {
16121616
"description": "Identifier. The resource name of the business info. Format: `accounts/{account}/businessInfo`",
16131617
"type": "string"

src/apis/merchantapi/accounts_v1beta.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,10 @@ export namespace merchantapi_accounts_v1beta {
310310
* Optional. The customer service of the business.
311311
*/
312312
customerService?: Schema$CustomerService;
313+
/**
314+
* Optional. The 10-digit [Korean business registration number](https://support.google.com/merchants/answer/9037766) separated with dashes in the format: XXX-XX-XXXXX.
315+
*/
316+
koreanBusinessRegistrationNumber?: string | null;
313317
/**
314318
* Identifier. The resource name of the business info. Format: `accounts/{account\}/businessInfo`
315319
*/

0 commit comments

Comments
 (0)