| Index: discovery/googleapis/content__v2.json
|
| diff --git a/discovery/googleapis/content__v2.json b/discovery/googleapis/content__v2.json
|
| index b0709188c654d8abe320ee981b0499f04c8f8b5b..ada3e2b52504bf1827935b4d62f196dae1cf0e6c 100644
|
| --- a/discovery/googleapis/content__v2.json
|
| +++ b/discovery/googleapis/content__v2.json
|
| @@ -15,7 +15,7 @@
|
| "description": "Manage product items, inventory, and Merchant Center accounts for Google Shopping.",
|
| "discoveryVersion": "v1",
|
| "documentationLink": "https://developers.google.com/shopping-content/v2/",
|
| - "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/RsxRME9Gu_f17mSFUnwX4Br4j90\"",
|
| + "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/ienJtHXSgvp2PqTI_8QrrraJ4bU\"",
|
| "icons": {
|
| "x16": "http://www.google.com/images/icons/product/search-16.gif",
|
| "x32": "http://www.google.com/images/icons/product/search-32.gif"
|
| @@ -90,6 +90,13 @@
|
| "description": "Retrieves, inserts, updates, and deletes multiple Merchant Center (sub-)accounts in a single request.",
|
| "httpMethod": "POST",
|
| "id": "content.accounts.custombatch",
|
| + "parameters": {
|
| + "dryRun": {
|
| + "description": "Flag to run the request in dry-run mode.",
|
| + "location": "query",
|
| + "type": "boolean"
|
| + }
|
| + },
|
| "path": "accounts/batch",
|
| "request": {
|
| "$ref": "AccountsCustomBatchRequest"
|
| @@ -117,6 +124,11 @@
|
| "required": true,
|
| "type": "string"
|
| },
|
| + "dryRun": {
|
| + "description": "Flag to run the request in dry-run mode.",
|
| + "location": "query",
|
| + "type": "boolean"
|
| + },
|
| "merchantId": {
|
| "description": "The ID of the managing account.",
|
| "format": "uint64",
|
| @@ -170,6 +182,11 @@
|
| "merchantId"
|
| ],
|
| "parameters": {
|
| + "dryRun": {
|
| + "description": "Flag to run the request in dry-run mode.",
|
| + "location": "query",
|
| + "type": "boolean"
|
| + },
|
| "merchantId": {
|
| "description": "The ID of the managing account.",
|
| "format": "uint64",
|
| @@ -240,6 +257,11 @@
|
| "required": true,
|
| "type": "string"
|
| },
|
| + "dryRun": {
|
| + "description": "Flag to run the request in dry-run mode.",
|
| + "location": "query",
|
| + "type": "boolean"
|
| + },
|
| "merchantId": {
|
| "description": "The ID of the managing account.",
|
| "format": "uint64",
|
| @@ -275,6 +297,11 @@
|
| "required": true,
|
| "type": "string"
|
| },
|
| + "dryRun": {
|
| + "description": "Flag to run the request in dry-run mode.",
|
| + "location": "query",
|
| + "type": "boolean"
|
| + },
|
| "merchantId": {
|
| "description": "The ID of the managing account.",
|
| "format": "uint64",
|
| @@ -732,6 +759,13 @@
|
| "custombatch": {
|
| "httpMethod": "POST",
|
| "id": "content.datafeeds.custombatch",
|
| + "parameters": {
|
| + "dryRun": {
|
| + "description": "Flag to run the request in dry-run mode.",
|
| + "location": "query",
|
| + "type": "boolean"
|
| + }
|
| + },
|
| "path": "datafeeds/batch",
|
| "request": {
|
| "$ref": "DatafeedsCustomBatchRequest"
|
| @@ -758,6 +792,11 @@
|
| "required": true,
|
| "type": "string"
|
| },
|
| + "dryRun": {
|
| + "description": "Flag to run the request in dry-run mode.",
|
| + "location": "query",
|
| + "type": "boolean"
|
| + },
|
| "merchantId": {
|
| "format": "uint64",
|
| "location": "path",
|
| @@ -808,6 +847,11 @@
|
| "merchantId"
|
| ],
|
| "parameters": {
|
| + "dryRun": {
|
| + "description": "Flag to run the request in dry-run mode.",
|
| + "location": "query",
|
| + "type": "boolean"
|
| + },
|
| "merchantId": {
|
| "format": "uint64",
|
| "location": "path",
|
| @@ -876,6 +920,11 @@
|
| "required": true,
|
| "type": "string"
|
| },
|
| + "dryRun": {
|
| + "description": "Flag to run the request in dry-run mode.",
|
| + "location": "query",
|
| + "type": "boolean"
|
| + },
|
| "merchantId": {
|
| "format": "uint64",
|
| "location": "path",
|
| @@ -909,6 +958,11 @@
|
| "required": true,
|
| "type": "string"
|
| },
|
| + "dryRun": {
|
| + "description": "Flag to run the request in dry-run mode.",
|
| + "location": "query",
|
| + "type": "boolean"
|
| + },
|
| "merchantId": {
|
| "format": "uint64",
|
| "location": "path",
|
| @@ -1015,9 +1069,16 @@
|
| "inventory": {
|
| "methods": {
|
| "custombatch": {
|
| - "description": "Updates price and availability for multiple products or stores in a single request.",
|
| + "description": "Updates price and availability for multiple products or stores in a single request. This operation does not update the expiration date of the products.",
|
| "httpMethod": "POST",
|
| "id": "content.inventory.custombatch",
|
| + "parameters": {
|
| + "dryRun": {
|
| + "description": "Flag to run the request in dry-run mode.",
|
| + "location": "query",
|
| + "type": "boolean"
|
| + }
|
| + },
|
| "path": "inventory/batch",
|
| "request": {
|
| "$ref": "InventoryCustomBatchRequest"
|
| @@ -1030,7 +1091,7 @@
|
| ]
|
| },
|
| "set": {
|
| - "description": "Updates price and availability of a product in your Merchant Center account.",
|
| + "description": "Updates price and availability of a product in your Merchant Center account. This operation does not update the expiration date of the product.",
|
| "httpMethod": "POST",
|
| "id": "content.inventory.set",
|
| "parameterOrder": [
|
| @@ -1039,6 +1100,11 @@
|
| "productId"
|
| ],
|
| "parameters": {
|
| + "dryRun": {
|
| + "description": "Flag to run the request in dry-run mode.",
|
| + "location": "query",
|
| + "type": "boolean"
|
| + },
|
| "merchantId": {
|
| "description": "The ID of the managing account.",
|
| "format": "uint64",
|
| @@ -1315,7 +1381,7 @@
|
| }
|
| }
|
| },
|
| - "revision": "20150528",
|
| + "revision": "20150729",
|
| "rootUrl": "https://www.googleapis.com/",
|
| "schemas": {
|
| "Account": {
|
| @@ -1506,7 +1572,7 @@
|
| "content.accountshipping.update"
|
| ]
|
| },
|
| - "description": "Sale country for which this carrier rate is valid, represented as an ISO 3166-1 Alpha-2 code.",
|
| + "description": "The sale country for which this carrier rate is valid, represented as a CLDR territory code.",
|
| "type": "string"
|
| },
|
| "shippingOrigin": {
|
| @@ -1566,7 +1632,7 @@
|
| "content.accountshipping.update"
|
| ]
|
| },
|
| - "description": "The country in which this location group is, represented as ISO 3166-1 Alpha-2 code.",
|
| + "description": "The CLDR territory code of the country in which this location group is.",
|
| "type": "string"
|
| },
|
| "locationIds": {
|
| @@ -1654,7 +1720,7 @@
|
| "content.accountshipping.update"
|
| ]
|
| },
|
| - "description": "Sale country for which this table is valid, represented as an ISO 3166-1 Alpha-2 code.",
|
| + "description": "The sale country for which this table is valid, represented as a CLDR territory code.",
|
| "type": "string"
|
| }
|
| },
|
| @@ -1710,7 +1776,7 @@
|
| "content.accountshipping.update"
|
| ]
|
| },
|
| - "description": "Sale country for which this service can be used, represented as an ISO 3166-1 Alpha-2 code.",
|
| + "description": "The CLDR territory code of the sale country for which this service can be used.",
|
| "type": "string"
|
| }
|
| },
|
| @@ -2450,7 +2516,7 @@
|
| "content.datafeeds.update"
|
| ]
|
| },
|
| - "description": "The two-letter ISO 3166 country where the items in the feed will be included in the search index.",
|
| + "description": "The country where the items in the feed will be included in the search index, represented as a CLDR territory code.",
|
| "type": "string"
|
| }
|
| },
|
| @@ -2875,6 +2941,11 @@
|
| "salePriceEffectiveDate": {
|
| "description": "A date range represented by a pair of ISO 8601 dates separated by a space, comma, or slash. Both dates might be specified as 'null' if undecided.",
|
| "type": "string"
|
| + },
|
| + "sellOnGoogleQuantity": {
|
| + "description": "The quantity of the product that is reserved for sell-on-google ads. Supported only for online products.",
|
| + "format": "uint32",
|
| + "type": "integer"
|
| }
|
| },
|
| "type": "object"
|
| @@ -2983,6 +3054,11 @@
|
| "salePriceEffectiveDate": {
|
| "description": "A date range represented by a pair of ISO 8601 dates separated by a space, comma, or slash. Both dates might be specified as 'null' if undecided.",
|
| "type": "string"
|
| + },
|
| + "sellOnGoogleQuantity": {
|
| + "description": "The quantity of the product that is reserved for sell-on-google ads. Supported only for online products.",
|
| + "format": "uint32",
|
| + "type": "integer"
|
| }
|
| },
|
| "type": "object"
|
| @@ -3335,7 +3411,7 @@
|
| "content.products.insert"
|
| ]
|
| },
|
| - "description": "The two-letter ISO 3166 country code for the item.",
|
| + "description": "The CLDR territory code for the item.",
|
| "type": "string"
|
| },
|
| "taxes": {
|
| @@ -3464,7 +3540,7 @@
|
| "id": "ProductShipping",
|
| "properties": {
|
| "country": {
|
| - "description": "The two-letter ISO 3166 country code for the country to which an item will ship.",
|
| + "description": "The CLDR territory code of the country to which an item will ship.",
|
| "type": "string"
|
| },
|
| "locationGroupName": {
|
| @@ -3635,7 +3711,7 @@
|
| "id": "ProductTax",
|
| "properties": {
|
| "country": {
|
| - "description": "The country within which the item is taxed, specified with a two-letter ISO 3166 country code.",
|
| + "description": "The country within which the item is taxed, specified as a CLDR territory code.",
|
| "type": "string"
|
| },
|
| "locationId": {
|
|
|