| Index: discovery/googleapis/content__v2sandbox.json
|
| diff --git a/discovery/googleapis/content__v2sandbox.json b/discovery/googleapis/content__v2sandbox.json
|
| index 5f695f0b03a0478dec1aef79fd510472439784af..b730f6b0b2ac38981db76f87d93eb3a2559e6202 100644
|
| --- a/discovery/googleapis/content__v2sandbox.json
|
| +++ b/discovery/googleapis/content__v2sandbox.json
|
| @@ -12,10 +12,10 @@
|
| "baseUrl": "https://www.googleapis.com/content/v2sandbox/",
|
| "batchPath": "batch",
|
| "canonicalName": "Shopping Content",
|
| - "description": "Manage product items, inventory, and Merchant Center accounts for Google Shopping.",
|
| + "description": "Manages product items, inventory, and Merchant Center accounts for Google Shopping.",
|
| "discoveryVersion": "v1",
|
| "documentationLink": "https://developers.google.com/shopping-content",
|
| - "etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/xxKiVUHXdi7496Ms-R75deYhuZo\"",
|
| + "etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/BS2VgBwPX_x8e9rSOfoXT55GceI\"",
|
| "icons": {
|
| "x16": "http://www.google.com/images/icons/product/search-16.gif",
|
| "x32": "http://www.google.com/images/icons/product/search-32.gif"
|
| @@ -331,10 +331,14 @@
|
| "description": "The name of the template to retrieve.",
|
| "enum": [
|
| "template1",
|
| + "template1a",
|
| + "template1b",
|
| "template2"
|
| ],
|
| "enumDescriptions": [
|
| "",
|
| + "",
|
| + "",
|
| ""
|
| ],
|
| "location": "path",
|
| @@ -618,7 +622,7 @@
|
| }
|
| }
|
| },
|
| - "revision": "20160115",
|
| + "revision": "20160303",
|
| "rootUrl": "https://www.googleapis.com/",
|
| "schemas": {
|
| "Error": {
|
| @@ -718,6 +722,13 @@
|
| "description": "The date when the order was placed, in ISO 8601 format.",
|
| "type": "string"
|
| },
|
| + "promotions": {
|
| + "description": "The details of the merchant provided promotions applied to the order. More details about the program are here.",
|
| + "items": {
|
| + "$ref": "OrderPromotion"
|
| + },
|
| + "type": "array"
|
| + },
|
| "refunds": {
|
| "description": "Refunds for the order.",
|
| "items": {
|
| @@ -1149,6 +1160,71 @@
|
| },
|
| "type": "object"
|
| },
|
| + "OrderPromotion": {
|
| + "id": "OrderPromotion",
|
| + "properties": {
|
| + "benefits": {
|
| + "items": {
|
| + "$ref": "OrderPromotionBenefit"
|
| + },
|
| + "type": "array"
|
| + },
|
| + "effectiveDates": {
|
| + "description": "The date and time frame when the promotion is active and ready for validation review. Note that the promotion live time may be delayed for a few hours due to the validation review.\nStart date and end date are separated by a forward slash (/). The start date is specified by the format (YYYY-MM-DD), followed by the letter ?T?, the time of the day when the sale starts (in Greenwich Mean Time, GMT), followed by an expression of the time zone for the sale. The end date is in the same format.",
|
| + "type": "string"
|
| + },
|
| + "genericRedemptionCode": {
|
| + "description": "Optional. The text code that corresponds to the promotion when applied on the retailer?s website.",
|
| + "type": "string"
|
| + },
|
| + "id": {
|
| + "description": "The unique ID of the promotion.",
|
| + "type": "string"
|
| + },
|
| + "longTitle": {
|
| + "description": "The full title of the promotion.",
|
| + "type": "string"
|
| + },
|
| + "productApplicability": {
|
| + "description": "Whether the promotion is applicable to all products or only specific products.",
|
| + "type": "string"
|
| + },
|
| + "redemptionChannel": {
|
| + "description": "Indicates that the promotion is valid online.",
|
| + "type": "string"
|
| + }
|
| + },
|
| + "type": "object"
|
| + },
|
| + "OrderPromotionBenefit": {
|
| + "id": "OrderPromotionBenefit",
|
| + "properties": {
|
| + "discount": {
|
| + "$ref": "Price",
|
| + "description": "The discount in the order price when the promotion is applied."
|
| + },
|
| + "offerIds": {
|
| + "description": "The OfferId(s) that were purchased in this order and map to this specific benefit of the promotion.",
|
| + "items": {
|
| + "type": "string"
|
| + },
|
| + "type": "array"
|
| + },
|
| + "subType": {
|
| + "description": "Further describes the benefit of the promotion. Note that we will expand on this enumeration as we support new promotion sub-types.",
|
| + "type": "string"
|
| + },
|
| + "taxImpact": {
|
| + "$ref": "Price",
|
| + "description": "The impact on tax when the promotion is applied."
|
| + },
|
| + "type": {
|
| + "description": "Describes whether the promotion applies to products (e.g. 20% off) or to shipping (e.g. Free Shipping).",
|
| + "type": "string"
|
| + }
|
| + },
|
| + "type": "object"
|
| + },
|
| "OrderRefund": {
|
| "id": "OrderRefund",
|
| "properties": {
|
| @@ -1942,6 +2018,13 @@
|
| "description": "Identifier of one of the predefined delivery addresses for the delivery.",
|
| "type": "string"
|
| },
|
| + "promotions": {
|
| + "description": "The details of the merchant provided promotions applied to the order. More details about the program are here.",
|
| + "items": {
|
| + "$ref": "OrderPromotion"
|
| + },
|
| + "type": "array"
|
| + },
|
| "shippingCost": {
|
| "$ref": "Price",
|
| "annotations": {
|
|
|