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": "\"tbys6C40o18GZwyMen5GMkdK-3s/bAt0gvJM7Cww8b8XL2Qp26UvICM\"", | 18 "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/GuL1MzGrpXtMZGxY6n9_TdfBzPA\"", |
19 "icons": { | 19 "icons": { |
20 "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.
png", | 20 "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.
png", |
21 "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.
png" | 21 "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.
png" |
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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
133 }, | 133 }, |
134 "path": "{merchantId}/testorders/{orderId}/advance", | 134 "path": "{merchantId}/testorders/{orderId}/advance", |
135 "response": { | 135 "response": { |
136 "$ref": "OrdersAdvanceTestOrderResponse" | 136 "$ref": "OrdersAdvanceTestOrderResponse" |
137 }, | 137 }, |
138 "scopes": [ | 138 "scopes": [ |
139 "https://www.googleapis.com/auth/content" | 139 "https://www.googleapis.com/auth/content" |
140 ] | 140 ] |
141 }, | 141 }, |
142 "cancel": { | 142 "cancel": { |
143 "description": "Cancels all line items in an order. This met
hod can only be called for non-multi-client accounts.", | 143 "description": "Cancels all line items in an order, making a
full refund. This method can only be called for non-multi-client accounts.", |
144 "httpMethod": "POST", | 144 "httpMethod": "POST", |
145 "id": "content.orders.cancel", | 145 "id": "content.orders.cancel", |
146 "parameterOrder": [ | 146 "parameterOrder": [ |
147 "merchantId", | 147 "merchantId", |
148 "orderId" | 148 "orderId" |
149 ], | 149 ], |
150 "parameters": { | 150 "parameters": { |
151 "merchantId": { | 151 "merchantId": { |
152 "description": "The ID of the managing account.", | 152 "description": "The ID of the managing account.", |
153 "format": "uint64", | 153 "format": "uint64", |
(...skipping 13 matching lines...) Expand all Loading... |
167 "$ref": "OrdersCancelRequest" | 167 "$ref": "OrdersCancelRequest" |
168 }, | 168 }, |
169 "response": { | 169 "response": { |
170 "$ref": "OrdersCancelResponse" | 170 "$ref": "OrdersCancelResponse" |
171 }, | 171 }, |
172 "scopes": [ | 172 "scopes": [ |
173 "https://www.googleapis.com/auth/content" | 173 "https://www.googleapis.com/auth/content" |
174 ] | 174 ] |
175 }, | 175 }, |
176 "cancellineitem": { | 176 "cancellineitem": { |
177 "description": "Cancels a line item. This method can only be
called for non-multi-client accounts.", | 177 "description": "Cancels a line item, making a full refund. T
his method can only be called for non-multi-client accounts.", |
178 "httpMethod": "POST", | 178 "httpMethod": "POST", |
179 "id": "content.orders.cancellineitem", | 179 "id": "content.orders.cancellineitem", |
180 "parameterOrder": [ | 180 "parameterOrder": [ |
181 "merchantId", | 181 "merchantId", |
182 "orderId" | 182 "orderId" |
183 ], | 183 ], |
184 "parameters": { | 184 "parameters": { |
185 "merchantId": { | 185 "merchantId": { |
186 "description": "The ID of the managing account.", | 186 "description": "The ID of the managing account.", |
187 "format": "uint64", | 187 "format": "uint64", |
(...skipping 427 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": "20170303", | 625 "revision": "20170406", |
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 1625 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2261 "type": "string" | 2261 "type": "string" |
2262 } | 2262 } |
2263 }, | 2263 }, |
2264 "type": "object" | 2264 "type": "object" |
2265 } | 2265 } |
2266 }, | 2266 }, |
2267 "servicePath": "content/v2sandbox/", | 2267 "servicePath": "content/v2sandbox/", |
2268 "title": "Content API for Shopping", | 2268 "title": "Content API for Shopping", |
2269 "version": "v2sandbox" | 2269 "version": "v2sandbox" |
2270 } | 2270 } |
OLD | NEW |