| OLD | NEW |
| 1 { | 1 { |
| 2 "auth": { | 2 "auth": { |
| 3 "oauth2": { | 3 "oauth2": { |
| 4 "scopes": { | 4 "scopes": { |
| 5 "https://www.googleapis.com/auth/content": { | 5 "https://www.googleapis.com/auth/content": { |
| 6 "description": "Manage your product listings and accounts fo
r Google Shopping" | 6 "description": "Manage your product listings and accounts fo
r Google Shopping" |
| 7 } | 7 } |
| 8 } | 8 } |
| 9 } | 9 } |
| 10 }, | 10 }, |
| 11 "basePath": "/content/v2sandbox/", | 11 "basePath": "/content/v2sandbox/", |
| 12 "baseUrl": "https://www.googleapis.com/content/v2sandbox/", | 12 "baseUrl": "https://www.googleapis.com/content/v2sandbox/", |
| 13 "batchPath": "batch", | 13 "batchPath": "batch", |
| 14 "canonicalName": "Shopping Content", | 14 "canonicalName": "Shopping Content", |
| 15 "description": "Manages product items, inventory, and Merchant Center accoun
ts for Google Shopping.", | 15 "description": "Manages product items, inventory, and Merchant Center accoun
ts for Google Shopping.", |
| 16 "discoveryVersion": "v1", | 16 "discoveryVersion": "v1", |
| 17 "documentationLink": "https://developers.google.com/shopping-content", | 17 "documentationLink": "https://developers.google.com/shopping-content", |
| 18 "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/9PFxG5pI0f8l05oUQOjxB50d4vU\"", | 18 "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/pwuIwH6if72qJQNYjyHHHlGz_Mo\"", |
| 19 "icons": { | 19 "icons": { |
| 20 "x16": "http://www.google.com/images/icons/product/search-16.gif", | 20 "x16": "http://www.google.com/images/icons/product/search-16.gif", |
| 21 "x32": "http://www.google.com/images/icons/product/search-32.gif" | 21 "x32": "http://www.google.com/images/icons/product/search-32.gif" |
| 22 }, | 22 }, |
| 23 "id": "content:v2sandbox", | 23 "id": "content:v2sandbox", |
| 24 "kind": "discovery#restDescription", | 24 "kind": "discovery#restDescription", |
| 25 "name": "content", | 25 "name": "content", |
| 26 "ownerDomain": "google.com", | 26 "ownerDomain": "google.com", |
| 27 "ownerName": "Google", | 27 "ownerName": "Google", |
| 28 "parameters": { | 28 "parameters": { |
| (...skipping 586 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 615 "response": { | 615 "response": { |
| 616 "$ref": "OrdersUpdateShipmentResponse" | 616 "$ref": "OrdersUpdateShipmentResponse" |
| 617 }, | 617 }, |
| 618 "scopes": [ | 618 "scopes": [ |
| 619 "https://www.googleapis.com/auth/content" | 619 "https://www.googleapis.com/auth/content" |
| 620 ] | 620 ] |
| 621 } | 621 } |
| 622 } | 622 } |
| 623 } | 623 } |
| 624 }, | 624 }, |
| 625 "revision": "20160822", | 625 "revision": "20161027", |
| 626 "rootUrl": "https://www.googleapis.com/", | 626 "rootUrl": "https://www.googleapis.com/", |
| 627 "schemas": { | 627 "schemas": { |
| 628 "Error": { | 628 "Error": { |
| 629 "description": "An error returned by the API.", | 629 "description": "An error returned by the API.", |
| 630 "id": "Error", | 630 "id": "Error", |
| 631 "properties": { | 631 "properties": { |
| 632 "domain": { | 632 "domain": { |
| 633 "description": "The domain of the error.", | 633 "description": "The domain of the error.", |
| 634 "type": "string" | 634 "type": "string" |
| 635 }, | 635 }, |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 667 }, | 667 }, |
| 668 "type": "object" | 668 "type": "object" |
| 669 }, | 669 }, |
| 670 "Order": { | 670 "Order": { |
| 671 "id": "Order", | 671 "id": "Order", |
| 672 "properties": { | 672 "properties": { |
| 673 "acknowledged": { | 673 "acknowledged": { |
| 674 "description": "Whether the order was acknowledged.", | 674 "description": "Whether the order was acknowledged.", |
| 675 "type": "boolean" | 675 "type": "boolean" |
| 676 }, | 676 }, |
| 677 "channelType": { |
| 678 "description": "The channel type of the order: \"purchaseOnG
oogle\" or \"googleExpress\".", |
| 679 "type": "string" |
| 680 }, |
| 677 "customer": { | 681 "customer": { |
| 678 "$ref": "OrderCustomer", | 682 "$ref": "OrderCustomer", |
| 679 "description": "The details of the customer who placed the o
rder." | 683 "description": "The details of the customer who placed the o
rder." |
| 680 }, | 684 }, |
| 681 "deliveryDetails": { | 685 "deliveryDetails": { |
| 682 "$ref": "OrderDeliveryDetails", | 686 "$ref": "OrderDeliveryDetails", |
| 683 "description": "The details for the delivery." | 687 "description": "The details for the delivery." |
| 684 }, | 688 }, |
| 685 "id": { | 689 "id": { |
| 686 "description": "The REST id of the order. Globally unique.", | 690 "description": "The REST id of the order. Globally unique.", |
| (...skipping 1570 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2257 "type": "string" | 2261 "type": "string" |
| 2258 } | 2262 } |
| 2259 }, | 2263 }, |
| 2260 "type": "object" | 2264 "type": "object" |
| 2261 } | 2265 } |
| 2262 }, | 2266 }, |
| 2263 "servicePath": "content/v2sandbox/", | 2267 "servicePath": "content/v2sandbox/", |
| 2264 "title": "Content API for Shopping", | 2268 "title": "Content API for Shopping", |
| 2265 "version": "v2sandbox" | 2269 "version": "v2sandbox" |
| 2266 } | 2270 } |
| OLD | NEW |