Index: discovery/googleapis/content__v2.json |
diff --git a/discovery/googleapis/content__v2.json b/discovery/googleapis/content__v2.json |
index d22f28407c0e4c086201db5ced206c95f0635b0e..0cb7e58e446c217751da07188b4b8c0766510cf8 100644 |
--- a/discovery/googleapis/content__v2.json |
+++ b/discovery/googleapis/content__v2.json |
@@ -15,7 +15,7 @@ |
"description": "Manages product items, inventory, and Merchant Center accounts for Google Shopping.", |
"discoveryVersion": "v1", |
"documentationLink": "https://developers.google.com/shopping-content", |
- "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/01Lp9Yk-3T3BaqOhUvIN7bFgCYw\"", |
+ "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/3ndj6CrnaIPgtGQaHLaTi2-tP64\"", |
"icons": { |
"x16": "http://www.google.com/images/icons/product/search-16.gif", |
"x32": "http://www.google.com/images/icons/product/search-32.gif" |
@@ -2137,7 +2137,7 @@ |
} |
} |
}, |
- "revision": "20160822", |
+ "revision": "20161027", |
"rootUrl": "https://www.googleapis.com/", |
"schemas": { |
"Account": { |
@@ -3828,6 +3828,10 @@ |
"$ref": "LoyaltyPoints", |
"description": "Loyalty points that users receive after purchasing the item. Japan only." |
}, |
+ "pickup": { |
+ "$ref": "InventoryPickup", |
+ "description": "Store pickup information. Only supported for local inventory. Not setting pickup means \"don't update\" while setting it to the empty value ({} in JSON) means \"delete\". Otherwise, pickupMethod and pickupSla must be set together, unless pickupMethod is \"not supported\"." |
+ }, |
"price": { |
"$ref": "Price", |
"description": "The price of the product." |
@@ -3934,6 +3938,20 @@ |
}, |
"type": "object" |
}, |
+ "InventoryPickup": { |
+ "id": "InventoryPickup", |
+ "properties": { |
+ "pickupMethod": { |
+ "description": "Whether store pickup is available for this offer and whether the pickup option should be shown as buy, reserve, or not supported. Only supported for local inventory. Unless the value is \"not supported\", must be submitted together with pickupSla.", |
+ "type": "string" |
+ }, |
+ "pickupSla": { |
+ "description": "The expected date that an order will be ready for pickup, relative to when the order is placed. Only supported for local inventory. Must be submitted together with pickupMethod.", |
+ "type": "string" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
"InventorySetRequest": { |
"id": "InventorySetRequest", |
"properties": { |
@@ -3949,6 +3967,10 @@ |
"$ref": "LoyaltyPoints", |
"description": "Loyalty points that users receive after purchasing the item. Japan only." |
}, |
+ "pickup": { |
+ "$ref": "InventoryPickup", |
+ "description": "Store pickup information. Only supported for local inventory. Not setting pickup means \"don't update\" while setting it to the empty value ({} in JSON) means \"delete\". Otherwise, pickupMethod and pickupSla must be set together, unless pickupMethod is \"not supported\"." |
+ }, |
"price": { |
"$ref": "Price", |
"description": "The price of the product." |
@@ -4025,6 +4047,10 @@ |
"description": "Whether the order was acknowledged.", |
"type": "boolean" |
}, |
+ "channelType": { |
+ "description": "The channel type of the order: \"purchaseOnGoogle\" or \"googleExpress\".", |
+ "type": "string" |
+ }, |
"customer": { |
"$ref": "OrderCustomer", |
"description": "The details of the customer who placed the order." |