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/pwuIwH6if72qJQNYjyHHHlGz_Mo\"", | 18 "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/W1AQ-5FwbPweFAs-GFJ9Ju07xes\"", |
19 "icons": { | 19 "icons": { |
20 "x16": "http://www.google.com/images/icons/product/search-16.gif", | 20 "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.
png", |
21 "x32": "http://www.google.com/images/icons/product/search-32.gif" | 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": { |
29 "alt": { | 29 "alt": { |
30 "default": "json", | 30 "default": "json", |
31 "description": "Data format for the response.", | 31 "description": "Data format for the response.", |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
68 "description": "IP address of the site where the request originates.
Use this if you want to enforce per-user limits.", | 68 "description": "IP address of the site where the request originates.
Use this if you want to enforce per-user limits.", |
69 "location": "query", | 69 "location": "query", |
70 "type": "string" | 70 "type": "string" |
71 } | 71 } |
72 }, | 72 }, |
73 "protocol": "rest", | 73 "protocol": "rest", |
74 "resources": { | 74 "resources": { |
75 "orders": { | 75 "orders": { |
76 "methods": { | 76 "methods": { |
77 "acknowledge": { | 77 "acknowledge": { |
78 "description": "Marks an order as acknowledged.", | 78 "description": "Marks an order as acknowledged. This method
can only be called for non-multi-client accounts.", |
79 "httpMethod": "POST", | 79 "httpMethod": "POST", |
80 "id": "content.orders.acknowledge", | 80 "id": "content.orders.acknowledge", |
81 "parameterOrder": [ | 81 "parameterOrder": [ |
82 "merchantId", | 82 "merchantId", |
83 "orderId" | 83 "orderId" |
84 ], | 84 ], |
85 "parameters": { | 85 "parameters": { |
86 "merchantId": { | 86 "merchantId": { |
87 "description": "The ID of the managing account.", | 87 "description": "The ID of the managing account.", |
88 "format": "uint64", | 88 "format": "uint64", |
(...skipping 13 matching lines...) Expand all Loading... |
102 "$ref": "OrdersAcknowledgeRequest" | 102 "$ref": "OrdersAcknowledgeRequest" |
103 }, | 103 }, |
104 "response": { | 104 "response": { |
105 "$ref": "OrdersAcknowledgeResponse" | 105 "$ref": "OrdersAcknowledgeResponse" |
106 }, | 106 }, |
107 "scopes": [ | 107 "scopes": [ |
108 "https://www.googleapis.com/auth/content" | 108 "https://www.googleapis.com/auth/content" |
109 ] | 109 ] |
110 }, | 110 }, |
111 "advancetestorder": { | 111 "advancetestorder": { |
112 "description": "Sandbox only. Moves a test order from state
\"inProgress\" to state \"pendingShipment\".", | 112 "description": "Sandbox only. Moves a test order from state
\"inProgress\" to state \"pendingShipment\". This method can only be called for
non-multi-client accounts.", |
113 "httpMethod": "POST", | 113 "httpMethod": "POST", |
114 "id": "content.orders.advancetestorder", | 114 "id": "content.orders.advancetestorder", |
115 "parameterOrder": [ | 115 "parameterOrder": [ |
116 "merchantId", | 116 "merchantId", |
117 "orderId" | 117 "orderId" |
118 ], | 118 ], |
119 "parameters": { | 119 "parameters": { |
120 "merchantId": { | 120 "merchantId": { |
121 "description": "The ID of the managing account.", | 121 "description": "The ID of the managing account.", |
122 "format": "uint64", | 122 "format": "uint64", |
(...skipping 10 matching lines...) Expand all 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.", | 143 "description": "Cancels all line items in an order. This met
hod 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.", | 177 "description": "Cancels a line item. This 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 13 matching lines...) Expand all Loading... |
201 "$ref": "OrdersCancelLineItemRequest" | 201 "$ref": "OrdersCancelLineItemRequest" |
202 }, | 202 }, |
203 "response": { | 203 "response": { |
204 "$ref": "OrdersCancelLineItemResponse" | 204 "$ref": "OrdersCancelLineItemResponse" |
205 }, | 205 }, |
206 "scopes": [ | 206 "scopes": [ |
207 "https://www.googleapis.com/auth/content" | 207 "https://www.googleapis.com/auth/content" |
208 ] | 208 ] |
209 }, | 209 }, |
210 "createtestorder": { | 210 "createtestorder": { |
211 "description": "Sandbox only. Creates a test order.", | 211 "description": "Sandbox only. Creates a test order. This met
hod can only be called for non-multi-client accounts.", |
212 "httpMethod": "POST", | 212 "httpMethod": "POST", |
213 "id": "content.orders.createtestorder", | 213 "id": "content.orders.createtestorder", |
214 "parameterOrder": [ | 214 "parameterOrder": [ |
215 "merchantId" | 215 "merchantId" |
216 ], | 216 ], |
217 "parameters": { | 217 "parameters": { |
218 "merchantId": { | 218 "merchantId": { |
219 "description": "The ID of the managing account.", | 219 "description": "The ID of the managing account.", |
220 "format": "uint64", | 220 "format": "uint64", |
221 "location": "path", | 221 "location": "path", |
222 "required": true, | 222 "required": true, |
223 "type": "string" | 223 "type": "string" |
224 } | 224 } |
225 }, | 225 }, |
226 "path": "{merchantId}/testorders", | 226 "path": "{merchantId}/testorders", |
227 "request": { | 227 "request": { |
228 "$ref": "OrdersCreateTestOrderRequest" | 228 "$ref": "OrdersCreateTestOrderRequest" |
229 }, | 229 }, |
230 "response": { | 230 "response": { |
231 "$ref": "OrdersCreateTestOrderResponse" | 231 "$ref": "OrdersCreateTestOrderResponse" |
232 }, | 232 }, |
233 "scopes": [ | 233 "scopes": [ |
234 "https://www.googleapis.com/auth/content" | 234 "https://www.googleapis.com/auth/content" |
235 ] | 235 ] |
236 }, | 236 }, |
237 "custombatch": { | 237 "custombatch": { |
238 "description": "Retrieves or modifies multiple orders in a s
ingle request.", | 238 "description": "Retrieves or modifies multiple orders in a s
ingle request. This method can only be called for non-multi-client accounts.", |
239 "httpMethod": "POST", | 239 "httpMethod": "POST", |
240 "id": "content.orders.custombatch", | 240 "id": "content.orders.custombatch", |
241 "path": "orders/batch", | 241 "path": "orders/batch", |
242 "request": { | 242 "request": { |
243 "$ref": "OrdersCustomBatchRequest" | 243 "$ref": "OrdersCustomBatchRequest" |
244 }, | 244 }, |
245 "response": { | 245 "response": { |
246 "$ref": "OrdersCustomBatchResponse" | 246 "$ref": "OrdersCustomBatchResponse" |
247 }, | 247 }, |
248 "scopes": [ | 248 "scopes": [ |
249 "https://www.googleapis.com/auth/content" | 249 "https://www.googleapis.com/auth/content" |
250 ] | 250 ] |
251 }, | 251 }, |
252 "get": { | 252 "get": { |
253 "description": "Retrieves an order from your Merchant Center
account.", | 253 "description": "Retrieves an order from your Merchant Center
account. This method can only be called for non-multi-client accounts.", |
254 "httpMethod": "GET", | 254 "httpMethod": "GET", |
255 "id": "content.orders.get", | 255 "id": "content.orders.get", |
256 "parameterOrder": [ | 256 "parameterOrder": [ |
257 "merchantId", | 257 "merchantId", |
258 "orderId" | 258 "orderId" |
259 ], | 259 ], |
260 "parameters": { | 260 "parameters": { |
261 "merchantId": { | 261 "merchantId": { |
262 "description": "The ID of the managing account.", | 262 "description": "The ID of the managing account.", |
263 "format": "uint64", | 263 "format": "uint64", |
(...skipping 10 matching lines...) Expand all Loading... |
274 }, | 274 }, |
275 "path": "{merchantId}/orders/{orderId}", | 275 "path": "{merchantId}/orders/{orderId}", |
276 "response": { | 276 "response": { |
277 "$ref": "Order" | 277 "$ref": "Order" |
278 }, | 278 }, |
279 "scopes": [ | 279 "scopes": [ |
280 "https://www.googleapis.com/auth/content" | 280 "https://www.googleapis.com/auth/content" |
281 ] | 281 ] |
282 }, | 282 }, |
283 "getbymerchantorderid": { | 283 "getbymerchantorderid": { |
284 "description": "Retrieves an order using merchant order id."
, | 284 "description": "Retrieves an order using merchant order id.
This method can only be called for non-multi-client accounts.", |
285 "httpMethod": "GET", | 285 "httpMethod": "GET", |
286 "id": "content.orders.getbymerchantorderid", | 286 "id": "content.orders.getbymerchantorderid", |
287 "parameterOrder": [ | 287 "parameterOrder": [ |
288 "merchantId", | 288 "merchantId", |
289 "merchantOrderId" | 289 "merchantOrderId" |
290 ], | 290 ], |
291 "parameters": { | 291 "parameters": { |
292 "merchantId": { | 292 "merchantId": { |
293 "description": "The ID of the managing account.", | 293 "description": "The ID of the managing account.", |
294 "format": "uint64", | 294 "format": "uint64", |
(...skipping 10 matching lines...) Expand all Loading... |
305 }, | 305 }, |
306 "path": "{merchantId}/ordersbymerchantid/{merchantOrderId}", | 306 "path": "{merchantId}/ordersbymerchantid/{merchantOrderId}", |
307 "response": { | 307 "response": { |
308 "$ref": "OrdersGetByMerchantOrderIdResponse" | 308 "$ref": "OrdersGetByMerchantOrderIdResponse" |
309 }, | 309 }, |
310 "scopes": [ | 310 "scopes": [ |
311 "https://www.googleapis.com/auth/content" | 311 "https://www.googleapis.com/auth/content" |
312 ] | 312 ] |
313 }, | 313 }, |
314 "gettestordertemplate": { | 314 "gettestordertemplate": { |
315 "description": "Sandbox only. Retrieves an order template th
at can be used to quickly create a new order in sandbox.", | 315 "description": "Sandbox only. Retrieves an order template th
at can be used to quickly create a new order in sandbox. This method can only be
called for non-multi-client accounts.", |
316 "httpMethod": "GET", | 316 "httpMethod": "GET", |
317 "id": "content.orders.gettestordertemplate", | 317 "id": "content.orders.gettestordertemplate", |
318 "parameterOrder": [ | 318 "parameterOrder": [ |
319 "merchantId", | 319 "merchantId", |
320 "templateName" | 320 "templateName" |
321 ], | 321 ], |
322 "parameters": { | 322 "parameters": { |
323 "merchantId": { | 323 "merchantId": { |
324 "description": "The ID of the managing account.", | 324 "description": "The ID of the managing account.", |
325 "format": "uint64", | 325 "format": "uint64", |
(...skipping 22 matching lines...) Expand all Loading... |
348 }, | 348 }, |
349 "path": "{merchantId}/testordertemplates/{templateName}", | 349 "path": "{merchantId}/testordertemplates/{templateName}", |
350 "response": { | 350 "response": { |
351 "$ref": "OrdersGetTestOrderTemplateResponse" | 351 "$ref": "OrdersGetTestOrderTemplateResponse" |
352 }, | 352 }, |
353 "scopes": [ | 353 "scopes": [ |
354 "https://www.googleapis.com/auth/content" | 354 "https://www.googleapis.com/auth/content" |
355 ] | 355 ] |
356 }, | 356 }, |
357 "list": { | 357 "list": { |
358 "description": "Lists the orders in your Merchant Center acc
ount.", | 358 "description": "Lists the orders in your Merchant Center acc
ount. This method can only be called for non-multi-client accounts.", |
359 "httpMethod": "GET", | 359 "httpMethod": "GET", |
360 "id": "content.orders.list", | 360 "id": "content.orders.list", |
361 "parameterOrder": [ | 361 "parameterOrder": [ |
362 "merchantId" | 362 "merchantId" |
363 ], | 363 ], |
364 "parameters": { | 364 "parameters": { |
365 "acknowledged": { | 365 "acknowledged": { |
366 "description": "Obtains orders that match the acknow
ledgement status. When set to true, obtains orders that have been acknowledged.
When false, obtains orders that have not been acknowledged.\nWe recommend using
this filter set to false, in conjunction with the acknowledge call, such that on
ly un-acknowledged orders are returned.", | 366 "description": "Obtains orders that match the acknow
ledgement status. When set to true, obtains orders that have been acknowledged.
When false, obtains orders that have not been acknowledged.\nWe recommend using
this filter set to false, in conjunction with the acknowledge call, such that on
ly un-acknowledged orders are returned.", |
367 "location": "query", | 367 "location": "query", |
368 "type": "boolean" | 368 "type": "boolean" |
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
443 }, | 443 }, |
444 "path": "{merchantId}/orders", | 444 "path": "{merchantId}/orders", |
445 "response": { | 445 "response": { |
446 "$ref": "OrdersListResponse" | 446 "$ref": "OrdersListResponse" |
447 }, | 447 }, |
448 "scopes": [ | 448 "scopes": [ |
449 "https://www.googleapis.com/auth/content" | 449 "https://www.googleapis.com/auth/content" |
450 ] | 450 ] |
451 }, | 451 }, |
452 "refund": { | 452 "refund": { |
453 "description": "Refund a portion of the order, up to the ful
l amount paid.", | 453 "description": "Refund a portion of the order, up to the ful
l amount paid. This method can only be called for non-multi-client accounts.", |
454 "httpMethod": "POST", | 454 "httpMethod": "POST", |
455 "id": "content.orders.refund", | 455 "id": "content.orders.refund", |
456 "parameterOrder": [ | 456 "parameterOrder": [ |
457 "merchantId", | 457 "merchantId", |
458 "orderId" | 458 "orderId" |
459 ], | 459 ], |
460 "parameters": { | 460 "parameters": { |
461 "merchantId": { | 461 "merchantId": { |
462 "description": "The ID of the managing account.", | 462 "description": "The ID of the managing account.", |
463 "format": "uint64", | 463 "format": "uint64", |
(...skipping 13 matching lines...) Expand all Loading... |
477 "$ref": "OrdersRefundRequest" | 477 "$ref": "OrdersRefundRequest" |
478 }, | 478 }, |
479 "response": { | 479 "response": { |
480 "$ref": "OrdersRefundResponse" | 480 "$ref": "OrdersRefundResponse" |
481 }, | 481 }, |
482 "scopes": [ | 482 "scopes": [ |
483 "https://www.googleapis.com/auth/content" | 483 "https://www.googleapis.com/auth/content" |
484 ] | 484 ] |
485 }, | 485 }, |
486 "returnlineitem": { | 486 "returnlineitem": { |
487 "description": "Returns a line item.", | 487 "description": "Returns a line item. This method can only be
called for non-multi-client accounts.", |
488 "httpMethod": "POST", | 488 "httpMethod": "POST", |
489 "id": "content.orders.returnlineitem", | 489 "id": "content.orders.returnlineitem", |
490 "parameterOrder": [ | 490 "parameterOrder": [ |
491 "merchantId", | 491 "merchantId", |
492 "orderId" | 492 "orderId" |
493 ], | 493 ], |
494 "parameters": { | 494 "parameters": { |
495 "merchantId": { | 495 "merchantId": { |
496 "description": "The ID of the managing account.", | 496 "description": "The ID of the managing account.", |
497 "format": "uint64", | 497 "format": "uint64", |
(...skipping 13 matching lines...) Expand all Loading... |
511 "$ref": "OrdersReturnLineItemRequest" | 511 "$ref": "OrdersReturnLineItemRequest" |
512 }, | 512 }, |
513 "response": { | 513 "response": { |
514 "$ref": "OrdersReturnLineItemResponse" | 514 "$ref": "OrdersReturnLineItemResponse" |
515 }, | 515 }, |
516 "scopes": [ | 516 "scopes": [ |
517 "https://www.googleapis.com/auth/content" | 517 "https://www.googleapis.com/auth/content" |
518 ] | 518 ] |
519 }, | 519 }, |
520 "shiplineitems": { | 520 "shiplineitems": { |
521 "description": "Marks line item(s) as shipped.", | 521 "description": "Marks line item(s) as shipped. This method c
an only be called for non-multi-client accounts.", |
522 "httpMethod": "POST", | 522 "httpMethod": "POST", |
523 "id": "content.orders.shiplineitems", | 523 "id": "content.orders.shiplineitems", |
524 "parameterOrder": [ | 524 "parameterOrder": [ |
525 "merchantId", | 525 "merchantId", |
526 "orderId" | 526 "orderId" |
527 ], | 527 ], |
528 "parameters": { | 528 "parameters": { |
529 "merchantId": { | 529 "merchantId": { |
530 "description": "The ID of the managing account.", | 530 "description": "The ID of the managing account.", |
531 "format": "uint64", | 531 "format": "uint64", |
(...skipping 13 matching lines...) Expand all Loading... |
545 "$ref": "OrdersShipLineItemsRequest" | 545 "$ref": "OrdersShipLineItemsRequest" |
546 }, | 546 }, |
547 "response": { | 547 "response": { |
548 "$ref": "OrdersShipLineItemsResponse" | 548 "$ref": "OrdersShipLineItemsResponse" |
549 }, | 549 }, |
550 "scopes": [ | 550 "scopes": [ |
551 "https://www.googleapis.com/auth/content" | 551 "https://www.googleapis.com/auth/content" |
552 ] | 552 ] |
553 }, | 553 }, |
554 "updatemerchantorderid": { | 554 "updatemerchantorderid": { |
555 "description": "Updates the merchant order ID for a given or
der.", | 555 "description": "Updates the merchant order ID for a given or
der. This method can only be called for non-multi-client accounts.", |
556 "httpMethod": "POST", | 556 "httpMethod": "POST", |
557 "id": "content.orders.updatemerchantorderid", | 557 "id": "content.orders.updatemerchantorderid", |
558 "parameterOrder": [ | 558 "parameterOrder": [ |
559 "merchantId", | 559 "merchantId", |
560 "orderId" | 560 "orderId" |
561 ], | 561 ], |
562 "parameters": { | 562 "parameters": { |
563 "merchantId": { | 563 "merchantId": { |
564 "description": "The ID of the managing account.", | 564 "description": "The ID of the managing account.", |
565 "format": "uint64", | 565 "format": "uint64", |
(...skipping 13 matching lines...) Expand all Loading... |
579 "$ref": "OrdersUpdateMerchantOrderIdRequest" | 579 "$ref": "OrdersUpdateMerchantOrderIdRequest" |
580 }, | 580 }, |
581 "response": { | 581 "response": { |
582 "$ref": "OrdersUpdateMerchantOrderIdResponse" | 582 "$ref": "OrdersUpdateMerchantOrderIdResponse" |
583 }, | 583 }, |
584 "scopes": [ | 584 "scopes": [ |
585 "https://www.googleapis.com/auth/content" | 585 "https://www.googleapis.com/auth/content" |
586 ] | 586 ] |
587 }, | 587 }, |
588 "updateshipment": { | 588 "updateshipment": { |
589 "description": "Updates a shipment's status, carrier, and/or
tracking ID.", | 589 "description": "Updates a shipment's status, carrier, and/or
tracking ID. This method can only be called for non-multi-client accounts.", |
590 "httpMethod": "POST", | 590 "httpMethod": "POST", |
591 "id": "content.orders.updateshipment", | 591 "id": "content.orders.updateshipment", |
592 "parameterOrder": [ | 592 "parameterOrder": [ |
593 "merchantId", | 593 "merchantId", |
594 "orderId" | 594 "orderId" |
595 ], | 595 ], |
596 "parameters": { | 596 "parameters": { |
597 "merchantId": { | 597 "merchantId": { |
598 "description": "The ID of the managing account.", | 598 "description": "The ID of the managing account.", |
599 "format": "uint64", | 599 "format": "uint64", |
(...skipping 15 matching lines...) Expand all 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": "20161027", | 625 "revision": "20161205", |
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 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
838 "type": "object" | 838 "type": "object" |
839 }, | 839 }, |
840 "OrderCustomer": { | 840 "OrderCustomer": { |
841 "id": "OrderCustomer", | 841 "id": "OrderCustomer", |
842 "properties": { | 842 "properties": { |
843 "email": { | 843 "email": { |
844 "description": "Email address of the customer.", | 844 "description": "Email address of the customer.", |
845 "type": "string" | 845 "type": "string" |
846 }, | 846 }, |
847 "explicitMarketingPreference": { | 847 "explicitMarketingPreference": { |
848 "description": "If set, this indicates the user explicitly c
hose to opt in or out of providing marketing rights to the merchant. If unset, t
his indicates the user has already made this choice in a previous purchase, and
was thus not shown the marketing right opt in/out checkbox during the Purchases
on Google checkout flow.", | 848 "description": "If set, this indicates the user explicitly c
hose to opt in or out of providing marketing rights to the merchant. If unset, t
his indicates the user has already made this choice in a previous purchase, and
was thus not shown the marketing right opt in/out checkbox during the checkout f
low.", |
849 "type": "boolean" | 849 "type": "boolean" |
850 }, | 850 }, |
851 "fullName": { | 851 "fullName": { |
852 "description": "Full name of the customer.", | 852 "description": "Full name of the customer.", |
853 "type": "string" | 853 "type": "string" |
854 } | 854 } |
855 }, | 855 }, |
856 "type": "object" | 856 "type": "object" |
857 }, | 857 }, |
858 "OrderDeliveryDetails": { | 858 "OrderDeliveryDetails": { |
(...skipping 1206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2065 "email": { | 2065 "email": { |
2066 "annotations": { | 2066 "annotations": { |
2067 "required": [ | 2067 "required": [ |
2068 "content.orders.createtestorder" | 2068 "content.orders.createtestorder" |
2069 ] | 2069 ] |
2070 }, | 2070 }, |
2071 "description": "Email address of the customer.", | 2071 "description": "Email address of the customer.", |
2072 "type": "string" | 2072 "type": "string" |
2073 }, | 2073 }, |
2074 "explicitMarketingPreference": { | 2074 "explicitMarketingPreference": { |
2075 "description": "If set, this indicates the user explicitly c
hose to opt in or out of providing marketing rights to the merchant. If unset, t
his indicates the user has already made this choice in a previous purchase, and
was thus not shown the marketing right opt in/out checkbox during the Purchases
on Google checkout flow. Optional.", | 2075 "description": "If set, this indicates the user explicitly c
hose to opt in or out of providing marketing rights to the merchant. If unset, t
his indicates the user has already made this choice in a previous purchase, and
was thus not shown the marketing right opt in/out checkbox during the checkout f
low. Optional.", |
2076 "type": "boolean" | 2076 "type": "boolean" |
2077 }, | 2077 }, |
2078 "fullName": { | 2078 "fullName": { |
2079 "description": "Full name of the customer.", | 2079 "description": "Full name of the customer.", |
2080 "type": "string" | 2080 "type": "string" |
2081 } | 2081 } |
2082 }, | 2082 }, |
2083 "type": "object" | 2083 "type": "object" |
2084 }, | 2084 }, |
2085 "TestOrderLineItem": { | 2085 "TestOrderLineItem": { |
(...skipping 175 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 |