Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(258)

Unified Diff: discovery/googleapis/content__v2.json

Issue 3006323002: Api-Roll 54: 2017-09-11 (Closed)
Patch Set: use 2.0.0-dev.infinity sdk constraint in pubspecs Created 3 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « discovery/googleapis/container__v1.json ('k') | discovery/googleapis/content__v2sandbox.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: discovery/googleapis/content__v2.json
diff --git a/discovery/googleapis/content__v2.json b/discovery/googleapis/content__v2.json
index 37861d9fa719a72a2e0e4d6e9272023b0c448256..51fc38c068c7319b4085984b6c745696059c7ac8 100644
--- a/discovery/googleapis/content__v2.json
+++ b/discovery/googleapis/content__v2.json
@@ -10,12 +10,12 @@
},
"basePath": "/content/v2/",
"baseUrl": "https://www.googleapis.com/content/v2/",
- "batchPath": "batch",
+ "batchPath": "batch/content/v2",
"canonicalName": "Shopping Content",
"description": "Manages product items, inventory, and Merchant Center accounts for Google Shopping.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/shopping-content",
- "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/Jt8A6kt1GnP24vdp0UtThptYtC0\"",
+ "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/7DxE-WvhKyxBCPMjpNGA9QTXnO8\"",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
@@ -110,7 +110,7 @@
"type": "string"
},
"overwrite": {
- "description": "Flag to remove any existing claim on the requested website by another account and replace it with a claim from this account.",
+ "description": "Only available to selected merchants. When set to True, this flag removes any existing claim on the requested website by another account and replaces it with a claim from this account.",
"location": "query",
"type": "boolean"
}
@@ -166,6 +166,12 @@
"location": "query",
"type": "boolean"
},
+ "force": {
+ "default": "true",
+ "description": "Flag to delete sub-accounts with products. The default value of false will become active on September 28, 2017.",
+ "location": "query",
+ "type": "boolean"
+ },
"merchantId": {
"description": "The ID of the managing account.",
"format": "uint64",
@@ -2018,7 +2024,7 @@
}
}
},
- "revision": "20170803",
+ "revision": "20170905",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"Account": {
@@ -2387,6 +2393,10 @@
"format": "uint32",
"type": "integer"
},
+ "force": {
+ "description": "Whether the account should be deleted if the account has offers. Only applicable if the method is delete.",
+ "type": "boolean"
+ },
"merchantId": {
"description": "The ID of the managing account.",
"format": "uint64",
@@ -5818,6 +5828,10 @@
"$ref": "DeliveryTime",
"description": "Time spent in various aspects from order to the delivery of the product. Required."
},
+ "minimumOrderValue": {
+ "$ref": "Price",
+ "description": "Minimum order value for this service. If set, indicates that customers will have to spend at least this amount. All prices within a service must have the same currency."
+ },
"name": {
"description": "Free-form name of the service. Must be unique within target account. Required.",
"type": "string"
« no previous file with comments | « discovery/googleapis/container__v1.json ('k') | discovery/googleapis/content__v2sandbox.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698