Skip to content

Commit 22150a1

Browse files
yoshi-automationleahecole
authored andcommitted
feat(merchantapi): update the API
#### merchantapi:accounts_v1beta The following keys were changed: - schemas.About.description - schemas.InventoryVerification.description - schemas.OnDisplayToOrder.description - schemas.TermsOfServiceAgreementState.description #### merchantapi:lfp_v1beta The following keys were changed: - schemas.LfpStore.properties.gcidCategory.description #### merchantapi:ordertracking_v1beta The following keys were added: - schemas.LineItemDetails.properties.gtin.deprecated - schemas.LineItemDetails.properties.gtins.description - schemas.LineItemDetails.properties.gtins.items.type - schemas.LineItemDetails.properties.gtins.type #### merchantapi:products_v1beta The following keys were changed: - resources.accounts.resources.productInputs.methods.insert.description - resources.accounts.resources.productInputs.methods.insert.parameters.dataSource.description #### merchantapi:promotions_v1beta The following keys were changed: - resources.accounts.resources.promotions.methods.list.parameters.pageSize.description - resources.accounts.resources.promotions.methods.list.parameters.pageToken.description #### merchantapi:reports_v1beta The following keys were changed: - schemas.SearchRequest.properties.query.description
1 parent a740fd8 commit 22150a1

37 files changed

+43529
-29
lines changed

discovery/merchantapi-accounts_v1.json

Lines changed: 5402 additions & 0 deletions
Large diffs are not rendered by default.

discovery/merchantapi-accounts_v1beta.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2311,11 +2311,11 @@
23112311
}
23122312
}
23132313
},
2314-
"revision": "20250729",
2314+
"revision": "20250811",
23152315
"rootUrl": "https://merchantapi.googleapis.com/",
23162316
"schemas": {
23172317
"About": {
2318-
"description": "Collection of information related to the about page ([impressum](https://support.google.com/merchants/answer/14675634?hl=en&ref_topic=15145634&sjid=6892280366904591178-NC)).",
2318+
"description": "Collection of information related to the about page ([impressum](https://support.google.com/merchants/answer/14675634?ref_topic=15145634&sjid=6892280366904591178-NC)).",
23192319
"id": "About",
23202320
"properties": {
23212321
"state": {
@@ -3635,7 +3635,7 @@
36353635
"type": "object"
36363636
},
36373637
"InventoryVerification": {
3638-
"description": "Collection of information related to [inventory verification](https://support.google.com/merchants/answer/14684499?hl=en&ref_topic=15145634&sjid=6892280366904591178-NC).",
3638+
"description": "Collection of information related to [inventory verification](https://support.google.com/merchants/answer/14684499?ref_topic=15145634&sjid=6892280366904591178-NC).",
36393639
"id": "InventoryVerification",
36403640
"properties": {
36413641
"contact": {
@@ -4145,7 +4145,7 @@
41454145
"type": "object"
41464146
},
41474147
"OnDisplayToOrder": {
4148-
"description": "Collection of information related to the on display to order ([ODO](https://support.google.com/merchants/answer/14615056?hl=en&ref_topic=15145747&sjid=6892280366904591178-NC)).",
4148+
"description": "Collection of information related to the on display to order ([ODO](https://support.google.com/merchants/answer/14615056?ref_topic=15145747&sjid=6892280366904591178-NC)).",
41494149
"id": "OnDisplayToOrder",
41504150
"properties": {
41514151
"state": {
@@ -5154,7 +5154,7 @@
51545154
"type": "object"
51555155
},
51565156
"TermsOfServiceAgreementState": {
5157-
"description": "This resource represents the agreement state for a given account and terms of service kind. The state is as follows: * If the business has accepted a terms of service, `accepted` will be populated, otherwise it will be empty * If the business must sign a terms of service, `required` will be populated, otherwise it will be empty. Note that both `required` and `accepted` can be present. In this case the `accepted` terms of services will have an expiration date set in the `valid_until` field. The `required` terms of services need to be accepted before `valid_until` in order for the account to continue having a valid agreement. When accepting new terms of services we expect third-party providers to display the text associated with the given terms of service agreement (the url to the file containing the text is added in the Required message below as `tos_file_uri`). The actual acceptance of the terms of service is done by calling accept on the `TermsOfService` resource. `valid_until` field. The `required` terms of services need to be accepted before `valid_until` in order for the account to continue having a valid agreement. When accepting new terms of services, we expect third-party providers to display the text associated with the given terms of service agreement (the url to the file containing the text is added in the Required message below as `tos_file_uri`. The actual acceptance of the terms of service is done by calling accept on the `TermsOfService` resource.",
5157+
"description": "This resource represents the agreement state for a given account and terms of service kind. The state is as follows: * If the business has accepted a terms of service, `accepted` will be populated, otherwise it will be empty * If the business must sign a terms of service, `required` will be populated, otherwise it will be empty. Note that both `required` and `accepted` can be present. In this case the `accepted` terms of services will have an expiration date set in the `valid_until` field. The `required` terms of services need to be accepted before `valid_until` in order for the account to continue having a valid agreement. When accepting new terms of services we expect third-party providers to display the text associated with the given terms of service agreement (the url to the file containing the text is added in the Required message below as `tos_file_uri`). The actual acceptance of the terms of service is done by calling accept on the `TermsOfService` resource. `valid_until` field.",
51585158
"id": "TermsOfServiceAgreementState",
51595159
"properties": {
51605160
"accepted": {

0 commit comments

Comments
 (0)