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/v2/", | 11 "basePath": "/content/v2/", |
12 "baseUrl": "https://www.googleapis.com/content/v2/", | 12 "baseUrl": "https://www.googleapis.com/content/v2/", |
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/3ndj6CrnaIPgtGQaHLaTi2-tP64\"", | 18 "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/VEEyLOh5uQoE1GRmT6bPbJj1uoA\"", |
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:v2", | 23 "id": "content:v2", |
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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
102 "$ref": "AccountsCustomBatchRequest" | 102 "$ref": "AccountsCustomBatchRequest" |
103 }, | 103 }, |
104 "response": { | 104 "response": { |
105 "$ref": "AccountsCustomBatchResponse" | 105 "$ref": "AccountsCustomBatchResponse" |
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 "delete": { | 111 "delete": { |
112 "description": "Deletes a Merchant Center sub-account.", | 112 "description": "Deletes a Merchant Center sub-account. This
method can only be called for multi-client accounts.", |
113 "httpMethod": "DELETE", | 113 "httpMethod": "DELETE", |
114 "id": "content.accounts.delete", | 114 "id": "content.accounts.delete", |
115 "parameterOrder": [ | 115 "parameterOrder": [ |
116 "merchantId", | 116 "merchantId", |
117 "accountId" | 117 "accountId" |
118 ], | 118 ], |
119 "parameters": { | 119 "parameters": { |
120 "accountId": { | 120 "accountId": { |
121 "description": "The ID of the account.", | 121 "description": "The ID of the account.", |
122 "format": "uint64", | 122 "format": "uint64", |
(...skipping 13 matching lines...) Expand all Loading... |
136 "required": true, | 136 "required": true, |
137 "type": "string" | 137 "type": "string" |
138 } | 138 } |
139 }, | 139 }, |
140 "path": "{merchantId}/accounts/{accountId}", | 140 "path": "{merchantId}/accounts/{accountId}", |
141 "scopes": [ | 141 "scopes": [ |
142 "https://www.googleapis.com/auth/content" | 142 "https://www.googleapis.com/auth/content" |
143 ] | 143 ] |
144 }, | 144 }, |
145 "get": { | 145 "get": { |
146 "description": "Retrieves a Merchant Center account.", | 146 "description": "Retrieves a Merchant Center account. This me
thod can only be called for accounts to which the managing account has access: e
ither the managing account itself or sub-accounts if the managing account is a m
ulti-client account.", |
147 "httpMethod": "GET", | 147 "httpMethod": "GET", |
148 "id": "content.accounts.get", | 148 "id": "content.accounts.get", |
149 "parameterOrder": [ | 149 "parameterOrder": [ |
150 "merchantId", | 150 "merchantId", |
151 "accountId" | 151 "accountId" |
152 ], | 152 ], |
153 "parameters": { | 153 "parameters": { |
154 "accountId": { | 154 "accountId": { |
155 "description": "The ID of the account.", | 155 "description": "The ID of the account.", |
156 "format": "uint64", | 156 "format": "uint64", |
(...skipping 11 matching lines...) Expand all Loading... |
168 }, | 168 }, |
169 "path": "{merchantId}/accounts/{accountId}", | 169 "path": "{merchantId}/accounts/{accountId}", |
170 "response": { | 170 "response": { |
171 "$ref": "Account" | 171 "$ref": "Account" |
172 }, | 172 }, |
173 "scopes": [ | 173 "scopes": [ |
174 "https://www.googleapis.com/auth/content" | 174 "https://www.googleapis.com/auth/content" |
175 ] | 175 ] |
176 }, | 176 }, |
177 "insert": { | 177 "insert": { |
178 "description": "Creates a Merchant Center sub-account.", | 178 "description": "Creates a Merchant Center sub-account. This
method can only be called for multi-client accounts.", |
179 "httpMethod": "POST", | 179 "httpMethod": "POST", |
180 "id": "content.accounts.insert", | 180 "id": "content.accounts.insert", |
181 "parameterOrder": [ | 181 "parameterOrder": [ |
182 "merchantId" | 182 "merchantId" |
183 ], | 183 ], |
184 "parameters": { | 184 "parameters": { |
185 "dryRun": { | 185 "dryRun": { |
186 "description": "Flag to run the request in dry-run m
ode.", | 186 "description": "Flag to run the request in dry-run m
ode.", |
187 "location": "query", | 187 "location": "query", |
188 "type": "boolean" | 188 "type": "boolean" |
(...skipping 11 matching lines...) Expand all Loading... |
200 "$ref": "Account" | 200 "$ref": "Account" |
201 }, | 201 }, |
202 "response": { | 202 "response": { |
203 "$ref": "Account" | 203 "$ref": "Account" |
204 }, | 204 }, |
205 "scopes": [ | 205 "scopes": [ |
206 "https://www.googleapis.com/auth/content" | 206 "https://www.googleapis.com/auth/content" |
207 ] | 207 ] |
208 }, | 208 }, |
209 "list": { | 209 "list": { |
210 "description": "Lists the sub-accounts in your Merchant Cent
er account.", | 210 "description": "Lists the sub-accounts in your Merchant Cent
er account. This method can only be called for multi-client accounts.", |
211 "httpMethod": "GET", | 211 "httpMethod": "GET", |
212 "id": "content.accounts.list", | 212 "id": "content.accounts.list", |
213 "parameterOrder": [ | 213 "parameterOrder": [ |
214 "merchantId" | 214 "merchantId" |
215 ], | 215 ], |
216 "parameters": { | 216 "parameters": { |
217 "maxResults": { | 217 "maxResults": { |
218 "description": "The maximum number of accounts to re
turn in the response, used for paging.", | 218 "description": "The maximum number of accounts to re
turn in the response, used for paging.", |
219 "format": "uint32", | 219 "format": "uint32", |
220 "location": "query", | 220 "location": "query", |
(...skipping 14 matching lines...) Expand all Loading... |
235 }, | 235 }, |
236 "path": "{merchantId}/accounts", | 236 "path": "{merchantId}/accounts", |
237 "response": { | 237 "response": { |
238 "$ref": "AccountsListResponse" | 238 "$ref": "AccountsListResponse" |
239 }, | 239 }, |
240 "scopes": [ | 240 "scopes": [ |
241 "https://www.googleapis.com/auth/content" | 241 "https://www.googleapis.com/auth/content" |
242 ] | 242 ] |
243 }, | 243 }, |
244 "patch": { | 244 "patch": { |
245 "description": "Updates a Merchant Center account. This meth
od supports patch semantics.", | 245 "description": "Updates a Merchant Center account. This meth
od can only be called for multi-client accounts. This method supports patch sema
ntics.", |
246 "httpMethod": "PATCH", | 246 "httpMethod": "PATCH", |
247 "id": "content.accounts.patch", | 247 "id": "content.accounts.patch", |
248 "parameterOrder": [ | 248 "parameterOrder": [ |
249 "merchantId", | 249 "merchantId", |
250 "accountId" | 250 "accountId" |
251 ], | 251 ], |
252 "parameters": { | 252 "parameters": { |
253 "accountId": { | 253 "accountId": { |
254 "description": "The ID of the account.", | 254 "description": "The ID of the account.", |
255 "format": "uint64", | 255 "format": "uint64", |
(...skipping 19 matching lines...) Expand all Loading... |
275 "$ref": "Account" | 275 "$ref": "Account" |
276 }, | 276 }, |
277 "response": { | 277 "response": { |
278 "$ref": "Account" | 278 "$ref": "Account" |
279 }, | 279 }, |
280 "scopes": [ | 280 "scopes": [ |
281 "https://www.googleapis.com/auth/content" | 281 "https://www.googleapis.com/auth/content" |
282 ] | 282 ] |
283 }, | 283 }, |
284 "update": { | 284 "update": { |
285 "description": "Updates a Merchant Center account.", | 285 "description": "Updates a Merchant Center account. This meth
od can only be called for multi-client accounts.", |
286 "httpMethod": "PUT", | 286 "httpMethod": "PUT", |
287 "id": "content.accounts.update", | 287 "id": "content.accounts.update", |
288 "parameterOrder": [ | 288 "parameterOrder": [ |
289 "merchantId", | 289 "merchantId", |
290 "accountId" | 290 "accountId" |
291 ], | 291 ], |
292 "parameters": { | 292 "parameters": { |
293 "accountId": { | 293 "accountId": { |
294 "description": "The ID of the account.", | 294 "description": "The ID of the account.", |
295 "format": "uint64", | 295 "format": "uint64", |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
341 "$ref": "AccountshippingCustomBatchRequest" | 341 "$ref": "AccountshippingCustomBatchRequest" |
342 }, | 342 }, |
343 "response": { | 343 "response": { |
344 "$ref": "AccountshippingCustomBatchResponse" | 344 "$ref": "AccountshippingCustomBatchResponse" |
345 }, | 345 }, |
346 "scopes": [ | 346 "scopes": [ |
347 "https://www.googleapis.com/auth/content" | 347 "https://www.googleapis.com/auth/content" |
348 ] | 348 ] |
349 }, | 349 }, |
350 "get": { | 350 "get": { |
351 "description": "Retrieves the shipping settings of the accou
nt.", | 351 "description": "Retrieves the shipping settings of the accou
nt. This method can only be called for accounts to which the managing account ha
s access: either the managing account itself or sub-accounts if the managing acc
ount is a multi-client account.", |
352 "httpMethod": "GET", | 352 "httpMethod": "GET", |
353 "id": "content.accountshipping.get", | 353 "id": "content.accountshipping.get", |
354 "parameterOrder": [ | 354 "parameterOrder": [ |
355 "merchantId", | 355 "merchantId", |
356 "accountId" | 356 "accountId" |
357 ], | 357 ], |
358 "parameters": { | 358 "parameters": { |
359 "accountId": { | 359 "accountId": { |
360 "description": "The ID of the account for which to g
et/update account shipping settings.", | 360 "description": "The ID of the account for which to g
et/update account shipping settings.", |
361 "format": "uint64", | 361 "format": "uint64", |
(...skipping 11 matching lines...) Expand all Loading... |
373 }, | 373 }, |
374 "path": "{merchantId}/accountshipping/{accountId}", | 374 "path": "{merchantId}/accountshipping/{accountId}", |
375 "response": { | 375 "response": { |
376 "$ref": "AccountShipping" | 376 "$ref": "AccountShipping" |
377 }, | 377 }, |
378 "scopes": [ | 378 "scopes": [ |
379 "https://www.googleapis.com/auth/content" | 379 "https://www.googleapis.com/auth/content" |
380 ] | 380 ] |
381 }, | 381 }, |
382 "list": { | 382 "list": { |
383 "description": "Lists the shipping settings of the sub-accou
nts in your Merchant Center account.", | 383 "description": "Lists the shipping settings of the sub-accou
nts in your Merchant Center account. This method can only be called for multi-cl
ient accounts.", |
384 "httpMethod": "GET", | 384 "httpMethod": "GET", |
385 "id": "content.accountshipping.list", | 385 "id": "content.accountshipping.list", |
386 "parameterOrder": [ | 386 "parameterOrder": [ |
387 "merchantId" | 387 "merchantId" |
388 ], | 388 ], |
389 "parameters": { | 389 "parameters": { |
390 "maxResults": { | 390 "maxResults": { |
391 "description": "The maximum number of shipping setti
ngs to return in the response, used for paging.", | 391 "description": "The maximum number of shipping setti
ngs to return in the response, used for paging.", |
392 "format": "uint32", | 392 "format": "uint32", |
393 "location": "query", | 393 "location": "query", |
(...skipping 14 matching lines...) Expand all Loading... |
408 }, | 408 }, |
409 "path": "{merchantId}/accountshipping", | 409 "path": "{merchantId}/accountshipping", |
410 "response": { | 410 "response": { |
411 "$ref": "AccountshippingListResponse" | 411 "$ref": "AccountshippingListResponse" |
412 }, | 412 }, |
413 "scopes": [ | 413 "scopes": [ |
414 "https://www.googleapis.com/auth/content" | 414 "https://www.googleapis.com/auth/content" |
415 ] | 415 ] |
416 }, | 416 }, |
417 "patch": { | 417 "patch": { |
418 "description": "Updates the shipping settings of the account
. This method supports patch semantics.", | 418 "description": "Updates the shipping settings of the account
. This method can only be called for accounts to which the managing account has
access: either the managing account itself or sub-accounts if the managing accou
nt is a multi-client account. This method supports patch semantics.", |
419 "httpMethod": "PATCH", | 419 "httpMethod": "PATCH", |
420 "id": "content.accountshipping.patch", | 420 "id": "content.accountshipping.patch", |
421 "parameterOrder": [ | 421 "parameterOrder": [ |
422 "merchantId", | 422 "merchantId", |
423 "accountId" | 423 "accountId" |
424 ], | 424 ], |
425 "parameters": { | 425 "parameters": { |
426 "accountId": { | 426 "accountId": { |
427 "description": "The ID of the account for which to g
et/update account shipping settings.", | 427 "description": "The ID of the account for which to g
et/update account shipping settings.", |
428 "format": "uint64", | 428 "format": "uint64", |
(...skipping 19 matching lines...) Expand all Loading... |
448 "$ref": "AccountShipping" | 448 "$ref": "AccountShipping" |
449 }, | 449 }, |
450 "response": { | 450 "response": { |
451 "$ref": "AccountShipping" | 451 "$ref": "AccountShipping" |
452 }, | 452 }, |
453 "scopes": [ | 453 "scopes": [ |
454 "https://www.googleapis.com/auth/content" | 454 "https://www.googleapis.com/auth/content" |
455 ] | 455 ] |
456 }, | 456 }, |
457 "update": { | 457 "update": { |
458 "description": "Updates the shipping settings of the account
.", | 458 "description": "Updates the shipping settings of the account
. This method can only be called for accounts to which the managing account has
access: either the managing account itself or sub-accounts if the managing accou
nt is a multi-client account.", |
459 "httpMethod": "PUT", | 459 "httpMethod": "PUT", |
460 "id": "content.accountshipping.update", | 460 "id": "content.accountshipping.update", |
461 "parameterOrder": [ | 461 "parameterOrder": [ |
462 "merchantId", | 462 "merchantId", |
463 "accountId" | 463 "accountId" |
464 ], | 464 ], |
465 "parameters": { | 465 "parameters": { |
466 "accountId": { | 466 "accountId": { |
467 "description": "The ID of the account for which to g
et/update account shipping settings.", | 467 "description": "The ID of the account for which to g
et/update account shipping settings.", |
468 "format": "uint64", | 468 "format": "uint64", |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
506 "$ref": "AccountstatusesCustomBatchRequest" | 506 "$ref": "AccountstatusesCustomBatchRequest" |
507 }, | 507 }, |
508 "response": { | 508 "response": { |
509 "$ref": "AccountstatusesCustomBatchResponse" | 509 "$ref": "AccountstatusesCustomBatchResponse" |
510 }, | 510 }, |
511 "scopes": [ | 511 "scopes": [ |
512 "https://www.googleapis.com/auth/content" | 512 "https://www.googleapis.com/auth/content" |
513 ] | 513 ] |
514 }, | 514 }, |
515 "get": { | 515 "get": { |
516 "description": "Retrieves the status of a Merchant Center ac
count.", | 516 "description": "Retrieves the status of a Merchant Center ac
count. This method can only be called for accounts to which the managing account
has access: either the managing account itself or sub-accounts if the managing
account is a multi-client account.", |
517 "httpMethod": "GET", | 517 "httpMethod": "GET", |
518 "id": "content.accountstatuses.get", | 518 "id": "content.accountstatuses.get", |
519 "parameterOrder": [ | 519 "parameterOrder": [ |
520 "merchantId", | 520 "merchantId", |
521 "accountId" | 521 "accountId" |
522 ], | 522 ], |
523 "parameters": { | 523 "parameters": { |
524 "accountId": { | 524 "accountId": { |
525 "description": "The ID of the account.", | 525 "description": "The ID of the account.", |
526 "format": "uint64", | 526 "format": "uint64", |
(...skipping 11 matching lines...) Expand all Loading... |
538 }, | 538 }, |
539 "path": "{merchantId}/accountstatuses/{accountId}", | 539 "path": "{merchantId}/accountstatuses/{accountId}", |
540 "response": { | 540 "response": { |
541 "$ref": "AccountStatus" | 541 "$ref": "AccountStatus" |
542 }, | 542 }, |
543 "scopes": [ | 543 "scopes": [ |
544 "https://www.googleapis.com/auth/content" | 544 "https://www.googleapis.com/auth/content" |
545 ] | 545 ] |
546 }, | 546 }, |
547 "list": { | 547 "list": { |
548 "description": "Lists the statuses of the sub-accounts in yo
ur Merchant Center account.", | 548 "description": "Lists the statuses of the sub-accounts in yo
ur Merchant Center account. This method can only be called for multi-client acco
unts.", |
549 "httpMethod": "GET", | 549 "httpMethod": "GET", |
550 "id": "content.accountstatuses.list", | 550 "id": "content.accountstatuses.list", |
551 "parameterOrder": [ | 551 "parameterOrder": [ |
552 "merchantId" | 552 "merchantId" |
553 ], | 553 ], |
554 "parameters": { | 554 "parameters": { |
555 "maxResults": { | 555 "maxResults": { |
556 "description": "The maximum number of account status
es to return in the response, used for paging.", | 556 "description": "The maximum number of account status
es to return in the response, used for paging.", |
557 "format": "uint32", | 557 "format": "uint32", |
558 "location": "query", | 558 "location": "query", |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
599 "$ref": "AccounttaxCustomBatchRequest" | 599 "$ref": "AccounttaxCustomBatchRequest" |
600 }, | 600 }, |
601 "response": { | 601 "response": { |
602 "$ref": "AccounttaxCustomBatchResponse" | 602 "$ref": "AccounttaxCustomBatchResponse" |
603 }, | 603 }, |
604 "scopes": [ | 604 "scopes": [ |
605 "https://www.googleapis.com/auth/content" | 605 "https://www.googleapis.com/auth/content" |
606 ] | 606 ] |
607 }, | 607 }, |
608 "get": { | 608 "get": { |
609 "description": "Retrieves the tax settings of the account.", | 609 "description": "Retrieves the tax settings of the account. T
his method can only be called for accounts to which the managing account has acc
ess: either the managing account itself or sub-accounts if the managing account
is a multi-client account.", |
610 "httpMethod": "GET", | 610 "httpMethod": "GET", |
611 "id": "content.accounttax.get", | 611 "id": "content.accounttax.get", |
612 "parameterOrder": [ | 612 "parameterOrder": [ |
613 "merchantId", | 613 "merchantId", |
614 "accountId" | 614 "accountId" |
615 ], | 615 ], |
616 "parameters": { | 616 "parameters": { |
617 "accountId": { | 617 "accountId": { |
618 "description": "The ID of the account for which to g
et/update account tax settings.", | 618 "description": "The ID of the account for which to g
et/update account tax settings.", |
619 "format": "uint64", | 619 "format": "uint64", |
(...skipping 11 matching lines...) Expand all Loading... |
631 }, | 631 }, |
632 "path": "{merchantId}/accounttax/{accountId}", | 632 "path": "{merchantId}/accounttax/{accountId}", |
633 "response": { | 633 "response": { |
634 "$ref": "AccountTax" | 634 "$ref": "AccountTax" |
635 }, | 635 }, |
636 "scopes": [ | 636 "scopes": [ |
637 "https://www.googleapis.com/auth/content" | 637 "https://www.googleapis.com/auth/content" |
638 ] | 638 ] |
639 }, | 639 }, |
640 "list": { | 640 "list": { |
641 "description": "Lists the tax settings of the sub-accounts i
n your Merchant Center account.", | 641 "description": "Lists the tax settings of the sub-accounts i
n your Merchant Center account. This method can only be called for multi-client
accounts.", |
642 "httpMethod": "GET", | 642 "httpMethod": "GET", |
643 "id": "content.accounttax.list", | 643 "id": "content.accounttax.list", |
644 "parameterOrder": [ | 644 "parameterOrder": [ |
645 "merchantId" | 645 "merchantId" |
646 ], | 646 ], |
647 "parameters": { | 647 "parameters": { |
648 "maxResults": { | 648 "maxResults": { |
649 "description": "The maximum number of tax settings t
o return in the response, used for paging.", | 649 "description": "The maximum number of tax settings t
o return in the response, used for paging.", |
650 "format": "uint32", | 650 "format": "uint32", |
651 "location": "query", | 651 "location": "query", |
(...skipping 14 matching lines...) Expand all Loading... |
666 }, | 666 }, |
667 "path": "{merchantId}/accounttax", | 667 "path": "{merchantId}/accounttax", |
668 "response": { | 668 "response": { |
669 "$ref": "AccounttaxListResponse" | 669 "$ref": "AccounttaxListResponse" |
670 }, | 670 }, |
671 "scopes": [ | 671 "scopes": [ |
672 "https://www.googleapis.com/auth/content" | 672 "https://www.googleapis.com/auth/content" |
673 ] | 673 ] |
674 }, | 674 }, |
675 "patch": { | 675 "patch": { |
676 "description": "Updates the tax settings of the account. Thi
s method supports patch semantics.", | 676 "description": "Updates the tax settings of the account. Thi
s method can only be called for accounts to which the managing account has acces
s: either the managing account itself or sub-accounts if the managing account is
a multi-client account. This method supports patch semantics.", |
677 "httpMethod": "PATCH", | 677 "httpMethod": "PATCH", |
678 "id": "content.accounttax.patch", | 678 "id": "content.accounttax.patch", |
679 "parameterOrder": [ | 679 "parameterOrder": [ |
680 "merchantId", | 680 "merchantId", |
681 "accountId" | 681 "accountId" |
682 ], | 682 ], |
683 "parameters": { | 683 "parameters": { |
684 "accountId": { | 684 "accountId": { |
685 "description": "The ID of the account for which to g
et/update account tax settings.", | 685 "description": "The ID of the account for which to g
et/update account tax settings.", |
686 "format": "uint64", | 686 "format": "uint64", |
(...skipping 19 matching lines...) Expand all Loading... |
706 "$ref": "AccountTax" | 706 "$ref": "AccountTax" |
707 }, | 707 }, |
708 "response": { | 708 "response": { |
709 "$ref": "AccountTax" | 709 "$ref": "AccountTax" |
710 }, | 710 }, |
711 "scopes": [ | 711 "scopes": [ |
712 "https://www.googleapis.com/auth/content" | 712 "https://www.googleapis.com/auth/content" |
713 ] | 713 ] |
714 }, | 714 }, |
715 "update": { | 715 "update": { |
716 "description": "Updates the tax settings of the account.", | 716 "description": "Updates the tax settings of the account. Thi
s method can only be called for accounts to which the managing account has acces
s: either the managing account itself or sub-accounts if the managing account is
a multi-client account.", |
717 "httpMethod": "PUT", | 717 "httpMethod": "PUT", |
718 "id": "content.accounttax.update", | 718 "id": "content.accounttax.update", |
719 "parameterOrder": [ | 719 "parameterOrder": [ |
720 "merchantId", | 720 "merchantId", |
721 "accountId" | 721 "accountId" |
722 ], | 722 ], |
723 "parameters": { | 723 "parameters": { |
724 "accountId": { | 724 "accountId": { |
725 "description": "The ID of the account for which to g
et/update account tax settings.", | 725 "description": "The ID of the account for which to g
et/update account tax settings.", |
726 "format": "uint64", | 726 "format": "uint64", |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
771 "$ref": "DatafeedsCustomBatchRequest" | 771 "$ref": "DatafeedsCustomBatchRequest" |
772 }, | 772 }, |
773 "response": { | 773 "response": { |
774 "$ref": "DatafeedsCustomBatchResponse" | 774 "$ref": "DatafeedsCustomBatchResponse" |
775 }, | 775 }, |
776 "scopes": [ | 776 "scopes": [ |
777 "https://www.googleapis.com/auth/content" | 777 "https://www.googleapis.com/auth/content" |
778 ] | 778 ] |
779 }, | 779 }, |
780 "delete": { | 780 "delete": { |
781 "description": "Deletes a datafeed from your Merchant Center
account.", | 781 "description": "Deletes a datafeed from your Merchant Center
account. This method can only be called for non-multi-client accounts.", |
782 "httpMethod": "DELETE", | 782 "httpMethod": "DELETE", |
783 "id": "content.datafeeds.delete", | 783 "id": "content.datafeeds.delete", |
784 "parameterOrder": [ | 784 "parameterOrder": [ |
785 "merchantId", | 785 "merchantId", |
786 "datafeedId" | 786 "datafeedId" |
787 ], | 787 ], |
788 "parameters": { | 788 "parameters": { |
789 "datafeedId": { | 789 "datafeedId": { |
790 "format": "uint64", | 790 "format": "uint64", |
791 "location": "path", | 791 "location": "path", |
(...skipping 11 matching lines...) Expand all Loading... |
803 "required": true, | 803 "required": true, |
804 "type": "string" | 804 "type": "string" |
805 } | 805 } |
806 }, | 806 }, |
807 "path": "{merchantId}/datafeeds/{datafeedId}", | 807 "path": "{merchantId}/datafeeds/{datafeedId}", |
808 "scopes": [ | 808 "scopes": [ |
809 "https://www.googleapis.com/auth/content" | 809 "https://www.googleapis.com/auth/content" |
810 ] | 810 ] |
811 }, | 811 }, |
812 "get": { | 812 "get": { |
813 "description": "Retrieves a datafeed from your Merchant Cent
er account.", | 813 "description": "Retrieves a datafeed from your Merchant Cent
er account. This method can only be called for non-multi-client accounts.", |
814 "httpMethod": "GET", | 814 "httpMethod": "GET", |
815 "id": "content.datafeeds.get", | 815 "id": "content.datafeeds.get", |
816 "parameterOrder": [ | 816 "parameterOrder": [ |
817 "merchantId", | 817 "merchantId", |
818 "datafeedId" | 818 "datafeedId" |
819 ], | 819 ], |
820 "parameters": { | 820 "parameters": { |
821 "datafeedId": { | 821 "datafeedId": { |
822 "format": "uint64", | 822 "format": "uint64", |
823 "location": "path", | 823 "location": "path", |
824 "required": true, | 824 "required": true, |
825 "type": "string" | 825 "type": "string" |
826 }, | 826 }, |
827 "merchantId": { | 827 "merchantId": { |
828 "format": "uint64", | 828 "format": "uint64", |
829 "location": "path", | 829 "location": "path", |
830 "required": true, | 830 "required": true, |
831 "type": "string" | 831 "type": "string" |
832 } | 832 } |
833 }, | 833 }, |
834 "path": "{merchantId}/datafeeds/{datafeedId}", | 834 "path": "{merchantId}/datafeeds/{datafeedId}", |
835 "response": { | 835 "response": { |
836 "$ref": "Datafeed" | 836 "$ref": "Datafeed" |
837 }, | 837 }, |
838 "scopes": [ | 838 "scopes": [ |
839 "https://www.googleapis.com/auth/content" | 839 "https://www.googleapis.com/auth/content" |
840 ] | 840 ] |
841 }, | 841 }, |
842 "insert": { | 842 "insert": { |
843 "description": "Registers a datafeed with your Merchant Cent
er account.", | 843 "description": "Registers a datafeed with your Merchant Cent
er account. This method can only be called for non-multi-client accounts.", |
844 "httpMethod": "POST", | 844 "httpMethod": "POST", |
845 "id": "content.datafeeds.insert", | 845 "id": "content.datafeeds.insert", |
846 "parameterOrder": [ | 846 "parameterOrder": [ |
847 "merchantId" | 847 "merchantId" |
848 ], | 848 ], |
849 "parameters": { | 849 "parameters": { |
850 "dryRun": { | 850 "dryRun": { |
851 "description": "Flag to run the request in dry-run m
ode.", | 851 "description": "Flag to run the request in dry-run m
ode.", |
852 "location": "query", | 852 "location": "query", |
853 "type": "boolean" | 853 "type": "boolean" |
(...skipping 10 matching lines...) Expand all Loading... |
864 "$ref": "Datafeed" | 864 "$ref": "Datafeed" |
865 }, | 865 }, |
866 "response": { | 866 "response": { |
867 "$ref": "Datafeed" | 867 "$ref": "Datafeed" |
868 }, | 868 }, |
869 "scopes": [ | 869 "scopes": [ |
870 "https://www.googleapis.com/auth/content" | 870 "https://www.googleapis.com/auth/content" |
871 ] | 871 ] |
872 }, | 872 }, |
873 "list": { | 873 "list": { |
874 "description": "Lists the datafeeds in your Merchant Center
account.", | 874 "description": "Lists the datafeeds in your Merchant Center
account. This method can only be called for non-multi-client accounts.", |
875 "httpMethod": "GET", | 875 "httpMethod": "GET", |
876 "id": "content.datafeeds.list", | 876 "id": "content.datafeeds.list", |
877 "parameterOrder": [ | 877 "parameterOrder": [ |
878 "merchantId" | 878 "merchantId" |
879 ], | 879 ], |
880 "parameters": { | 880 "parameters": { |
881 "maxResults": { | 881 "maxResults": { |
882 "description": "The maximum number of products to re
turn in the response, used for paging.", | 882 "description": "The maximum number of products to re
turn in the response, used for paging.", |
883 "format": "uint32", | 883 "format": "uint32", |
884 "location": "query", | 884 "location": "query", |
(...skipping 14 matching lines...) Expand all Loading... |
899 }, | 899 }, |
900 "path": "{merchantId}/datafeeds", | 900 "path": "{merchantId}/datafeeds", |
901 "response": { | 901 "response": { |
902 "$ref": "DatafeedsListResponse" | 902 "$ref": "DatafeedsListResponse" |
903 }, | 903 }, |
904 "scopes": [ | 904 "scopes": [ |
905 "https://www.googleapis.com/auth/content" | 905 "https://www.googleapis.com/auth/content" |
906 ] | 906 ] |
907 }, | 907 }, |
908 "patch": { | 908 "patch": { |
909 "description": "Updates a datafeed of your Merchant Center a
ccount. This method supports patch semantics.", | 909 "description": "Updates a datafeed of your Merchant Center a
ccount. This method can only be called for non-multi-client accounts. This metho
d supports patch semantics.", |
910 "httpMethod": "PATCH", | 910 "httpMethod": "PATCH", |
911 "id": "content.datafeeds.patch", | 911 "id": "content.datafeeds.patch", |
912 "parameterOrder": [ | 912 "parameterOrder": [ |
913 "merchantId", | 913 "merchantId", |
914 "datafeedId" | 914 "datafeedId" |
915 ], | 915 ], |
916 "parameters": { | 916 "parameters": { |
917 "datafeedId": { | 917 "datafeedId": { |
918 "format": "uint64", | 918 "format": "uint64", |
919 "location": "path", | 919 "location": "path", |
(...skipping 17 matching lines...) Expand all Loading... |
937 "$ref": "Datafeed" | 937 "$ref": "Datafeed" |
938 }, | 938 }, |
939 "response": { | 939 "response": { |
940 "$ref": "Datafeed" | 940 "$ref": "Datafeed" |
941 }, | 941 }, |
942 "scopes": [ | 942 "scopes": [ |
943 "https://www.googleapis.com/auth/content" | 943 "https://www.googleapis.com/auth/content" |
944 ] | 944 ] |
945 }, | 945 }, |
946 "update": { | 946 "update": { |
947 "description": "Updates a datafeed of your Merchant Center a
ccount.", | 947 "description": "Updates a datafeed of your Merchant Center a
ccount. This method can only be called for non-multi-client accounts.", |
948 "httpMethod": "PUT", | 948 "httpMethod": "PUT", |
949 "id": "content.datafeeds.update", | 949 "id": "content.datafeeds.update", |
950 "parameterOrder": [ | 950 "parameterOrder": [ |
951 "merchantId", | 951 "merchantId", |
952 "datafeedId" | 952 "datafeedId" |
953 ], | 953 ], |
954 "parameters": { | 954 "parameters": { |
955 "datafeedId": { | 955 "datafeedId": { |
956 "format": "uint64", | 956 "format": "uint64", |
957 "location": "path", | 957 "location": "path", |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
993 "$ref": "DatafeedstatusesCustomBatchRequest" | 993 "$ref": "DatafeedstatusesCustomBatchRequest" |
994 }, | 994 }, |
995 "response": { | 995 "response": { |
996 "$ref": "DatafeedstatusesCustomBatchResponse" | 996 "$ref": "DatafeedstatusesCustomBatchResponse" |
997 }, | 997 }, |
998 "scopes": [ | 998 "scopes": [ |
999 "https://www.googleapis.com/auth/content" | 999 "https://www.googleapis.com/auth/content" |
1000 ] | 1000 ] |
1001 }, | 1001 }, |
1002 "get": { | 1002 "get": { |
1003 "description": "Retrieves the status of a datafeed from your
Merchant Center account.", | 1003 "description": "Retrieves the status of a datafeed from your
Merchant Center account. This method can only be called for non-multi-client ac
counts.", |
1004 "httpMethod": "GET", | 1004 "httpMethod": "GET", |
1005 "id": "content.datafeedstatuses.get", | 1005 "id": "content.datafeedstatuses.get", |
1006 "parameterOrder": [ | 1006 "parameterOrder": [ |
1007 "merchantId", | 1007 "merchantId", |
1008 "datafeedId" | 1008 "datafeedId" |
1009 ], | 1009 ], |
1010 "parameters": { | 1010 "parameters": { |
1011 "datafeedId": { | 1011 "datafeedId": { |
1012 "format": "uint64", | 1012 "format": "uint64", |
1013 "location": "path", | 1013 "location": "path", |
1014 "required": true, | 1014 "required": true, |
1015 "type": "string" | 1015 "type": "string" |
1016 }, | 1016 }, |
1017 "merchantId": { | 1017 "merchantId": { |
1018 "format": "uint64", | 1018 "format": "uint64", |
1019 "location": "path", | 1019 "location": "path", |
1020 "required": true, | 1020 "required": true, |
1021 "type": "string" | 1021 "type": "string" |
1022 } | 1022 } |
1023 }, | 1023 }, |
1024 "path": "{merchantId}/datafeedstatuses/{datafeedId}", | 1024 "path": "{merchantId}/datafeedstatuses/{datafeedId}", |
1025 "response": { | 1025 "response": { |
1026 "$ref": "DatafeedStatus" | 1026 "$ref": "DatafeedStatus" |
1027 }, | 1027 }, |
1028 "scopes": [ | 1028 "scopes": [ |
1029 "https://www.googleapis.com/auth/content" | 1029 "https://www.googleapis.com/auth/content" |
1030 ] | 1030 ] |
1031 }, | 1031 }, |
1032 "list": { | 1032 "list": { |
1033 "description": "Lists the statuses of the datafeeds in your
Merchant Center account.", | 1033 "description": "Lists the statuses of the datafeeds in your
Merchant Center account. This method can only be called for non-multi-client acc
ounts.", |
1034 "httpMethod": "GET", | 1034 "httpMethod": "GET", |
1035 "id": "content.datafeedstatuses.list", | 1035 "id": "content.datafeedstatuses.list", |
1036 "parameterOrder": [ | 1036 "parameterOrder": [ |
1037 "merchantId" | 1037 "merchantId" |
1038 ], | 1038 ], |
1039 "parameters": { | 1039 "parameters": { |
1040 "maxResults": { | 1040 "maxResults": { |
1041 "description": "The maximum number of products to re
turn in the response, used for paging.", | 1041 "description": "The maximum number of products to re
turn in the response, used for paging.", |
1042 "format": "uint32", | 1042 "format": "uint32", |
1043 "location": "query", | 1043 "location": "query", |
(...skipping 18 matching lines...) Expand all Loading... |
1062 }, | 1062 }, |
1063 "scopes": [ | 1063 "scopes": [ |
1064 "https://www.googleapis.com/auth/content" | 1064 "https://www.googleapis.com/auth/content" |
1065 ] | 1065 ] |
1066 } | 1066 } |
1067 } | 1067 } |
1068 }, | 1068 }, |
1069 "inventory": { | 1069 "inventory": { |
1070 "methods": { | 1070 "methods": { |
1071 "custombatch": { | 1071 "custombatch": { |
1072 "description": "Updates price and availability for multiple
products or stores in a single request. This operation does not update the expir
ation date of the products.", | 1072 "description": "Updates price and availability for multiple
products or stores in a single request. This operation does not update the expir
ation date of the products. This method can only be called for non-multi-client
accounts.", |
1073 "httpMethod": "POST", | 1073 "httpMethod": "POST", |
1074 "id": "content.inventory.custombatch", | 1074 "id": "content.inventory.custombatch", |
1075 "parameters": { | 1075 "parameters": { |
1076 "dryRun": { | 1076 "dryRun": { |
1077 "description": "Flag to run the request in dry-run m
ode.", | 1077 "description": "Flag to run the request in dry-run m
ode.", |
1078 "location": "query", | 1078 "location": "query", |
1079 "type": "boolean" | 1079 "type": "boolean" |
1080 } | 1080 } |
1081 }, | 1081 }, |
1082 "path": "inventory/batch", | 1082 "path": "inventory/batch", |
1083 "request": { | 1083 "request": { |
1084 "$ref": "InventoryCustomBatchRequest" | 1084 "$ref": "InventoryCustomBatchRequest" |
1085 }, | 1085 }, |
1086 "response": { | 1086 "response": { |
1087 "$ref": "InventoryCustomBatchResponse" | 1087 "$ref": "InventoryCustomBatchResponse" |
1088 }, | 1088 }, |
1089 "scopes": [ | 1089 "scopes": [ |
1090 "https://www.googleapis.com/auth/content" | 1090 "https://www.googleapis.com/auth/content" |
1091 ] | 1091 ] |
1092 }, | 1092 }, |
1093 "set": { | 1093 "set": { |
1094 "description": "Updates price and availability of a product
in your Merchant Center account. This operation does not update the expiration d
ate of the product.", | 1094 "description": "Updates price and availability of a product
in your Merchant Center account. This operation does not update the expiration d
ate of the product. This method can only be called for non-multi-client accounts
.", |
1095 "httpMethod": "POST", | 1095 "httpMethod": "POST", |
1096 "id": "content.inventory.set", | 1096 "id": "content.inventory.set", |
1097 "parameterOrder": [ | 1097 "parameterOrder": [ |
1098 "merchantId", | 1098 "merchantId", |
1099 "storeCode", | 1099 "storeCode", |
1100 "productId" | 1100 "productId" |
1101 ], | 1101 ], |
1102 "parameters": { | 1102 "parameters": { |
1103 "dryRun": { | 1103 "dryRun": { |
1104 "description": "Flag to run the request in dry-run m
ode.", | 1104 "description": "Flag to run the request in dry-run m
ode.", |
(...skipping 29 matching lines...) Expand all Loading... |
1134 }, | 1134 }, |
1135 "scopes": [ | 1135 "scopes": [ |
1136 "https://www.googleapis.com/auth/content" | 1136 "https://www.googleapis.com/auth/content" |
1137 ] | 1137 ] |
1138 } | 1138 } |
1139 } | 1139 } |
1140 }, | 1140 }, |
1141 "orders": { | 1141 "orders": { |
1142 "methods": { | 1142 "methods": { |
1143 "acknowledge": { | 1143 "acknowledge": { |
1144 "description": "Marks an order as acknowledged.", | 1144 "description": "Marks an order as acknowledged. This method
can only be called for non-multi-client accounts.", |
1145 "httpMethod": "POST", | 1145 "httpMethod": "POST", |
1146 "id": "content.orders.acknowledge", | 1146 "id": "content.orders.acknowledge", |
1147 "parameterOrder": [ | 1147 "parameterOrder": [ |
1148 "merchantId", | 1148 "merchantId", |
1149 "orderId" | 1149 "orderId" |
1150 ], | 1150 ], |
1151 "parameters": { | 1151 "parameters": { |
1152 "merchantId": { | 1152 "merchantId": { |
1153 "description": "The ID of the managing account.", | 1153 "description": "The ID of the managing account.", |
1154 "format": "uint64", | 1154 "format": "uint64", |
(...skipping 13 matching lines...) Expand all Loading... |
1168 "$ref": "OrdersAcknowledgeRequest" | 1168 "$ref": "OrdersAcknowledgeRequest" |
1169 }, | 1169 }, |
1170 "response": { | 1170 "response": { |
1171 "$ref": "OrdersAcknowledgeResponse" | 1171 "$ref": "OrdersAcknowledgeResponse" |
1172 }, | 1172 }, |
1173 "scopes": [ | 1173 "scopes": [ |
1174 "https://www.googleapis.com/auth/content" | 1174 "https://www.googleapis.com/auth/content" |
1175 ] | 1175 ] |
1176 }, | 1176 }, |
1177 "advancetestorder": { | 1177 "advancetestorder": { |
1178 "description": "Sandbox only. Moves a test order from state
\"inProgress\" to state \"pendingShipment\".", | 1178 "description": "Sandbox only. Moves a test order from state
\"inProgress\" to state \"pendingShipment\". This method can only be called for
non-multi-client accounts.", |
1179 "httpMethod": "POST", | 1179 "httpMethod": "POST", |
1180 "id": "content.orders.advancetestorder", | 1180 "id": "content.orders.advancetestorder", |
1181 "parameterOrder": [ | 1181 "parameterOrder": [ |
1182 "merchantId", | 1182 "merchantId", |
1183 "orderId" | 1183 "orderId" |
1184 ], | 1184 ], |
1185 "parameters": { | 1185 "parameters": { |
1186 "merchantId": { | 1186 "merchantId": { |
1187 "description": "The ID of the managing account.", | 1187 "description": "The ID of the managing account.", |
1188 "format": "uint64", | 1188 "format": "uint64", |
(...skipping 10 matching lines...) Expand all Loading... |
1199 }, | 1199 }, |
1200 "path": "{merchantId}/testorders/{orderId}/advance", | 1200 "path": "{merchantId}/testorders/{orderId}/advance", |
1201 "response": { | 1201 "response": { |
1202 "$ref": "OrdersAdvanceTestOrderResponse" | 1202 "$ref": "OrdersAdvanceTestOrderResponse" |
1203 }, | 1203 }, |
1204 "scopes": [ | 1204 "scopes": [ |
1205 "https://www.googleapis.com/auth/content" | 1205 "https://www.googleapis.com/auth/content" |
1206 ] | 1206 ] |
1207 }, | 1207 }, |
1208 "cancel": { | 1208 "cancel": { |
1209 "description": "Cancels all line items in an order.", | 1209 "description": "Cancels all line items in an order. This met
hod can only be called for non-multi-client accounts.", |
1210 "httpMethod": "POST", | 1210 "httpMethod": "POST", |
1211 "id": "content.orders.cancel", | 1211 "id": "content.orders.cancel", |
1212 "parameterOrder": [ | 1212 "parameterOrder": [ |
1213 "merchantId", | 1213 "merchantId", |
1214 "orderId" | 1214 "orderId" |
1215 ], | 1215 ], |
1216 "parameters": { | 1216 "parameters": { |
1217 "merchantId": { | 1217 "merchantId": { |
1218 "description": "The ID of the managing account.", | 1218 "description": "The ID of the managing account.", |
1219 "format": "uint64", | 1219 "format": "uint64", |
(...skipping 13 matching lines...) Expand all Loading... |
1233 "$ref": "OrdersCancelRequest" | 1233 "$ref": "OrdersCancelRequest" |
1234 }, | 1234 }, |
1235 "response": { | 1235 "response": { |
1236 "$ref": "OrdersCancelResponse" | 1236 "$ref": "OrdersCancelResponse" |
1237 }, | 1237 }, |
1238 "scopes": [ | 1238 "scopes": [ |
1239 "https://www.googleapis.com/auth/content" | 1239 "https://www.googleapis.com/auth/content" |
1240 ] | 1240 ] |
1241 }, | 1241 }, |
1242 "cancellineitem": { | 1242 "cancellineitem": { |
1243 "description": "Cancels a line item.", | 1243 "description": "Cancels a line item. This method can only be
called for non-multi-client accounts.", |
1244 "httpMethod": "POST", | 1244 "httpMethod": "POST", |
1245 "id": "content.orders.cancellineitem", | 1245 "id": "content.orders.cancellineitem", |
1246 "parameterOrder": [ | 1246 "parameterOrder": [ |
1247 "merchantId", | 1247 "merchantId", |
1248 "orderId" | 1248 "orderId" |
1249 ], | 1249 ], |
1250 "parameters": { | 1250 "parameters": { |
1251 "merchantId": { | 1251 "merchantId": { |
1252 "description": "The ID of the managing account.", | 1252 "description": "The ID of the managing account.", |
1253 "format": "uint64", | 1253 "format": "uint64", |
(...skipping 13 matching lines...) Expand all Loading... |
1267 "$ref": "OrdersCancelLineItemRequest" | 1267 "$ref": "OrdersCancelLineItemRequest" |
1268 }, | 1268 }, |
1269 "response": { | 1269 "response": { |
1270 "$ref": "OrdersCancelLineItemResponse" | 1270 "$ref": "OrdersCancelLineItemResponse" |
1271 }, | 1271 }, |
1272 "scopes": [ | 1272 "scopes": [ |
1273 "https://www.googleapis.com/auth/content" | 1273 "https://www.googleapis.com/auth/content" |
1274 ] | 1274 ] |
1275 }, | 1275 }, |
1276 "createtestorder": { | 1276 "createtestorder": { |
1277 "description": "Sandbox only. Creates a test order.", | 1277 "description": "Sandbox only. Creates a test order. This met
hod can only be called for non-multi-client accounts.", |
1278 "httpMethod": "POST", | 1278 "httpMethod": "POST", |
1279 "id": "content.orders.createtestorder", | 1279 "id": "content.orders.createtestorder", |
1280 "parameterOrder": [ | 1280 "parameterOrder": [ |
1281 "merchantId" | 1281 "merchantId" |
1282 ], | 1282 ], |
1283 "parameters": { | 1283 "parameters": { |
1284 "merchantId": { | 1284 "merchantId": { |
1285 "description": "The ID of the managing account.", | 1285 "description": "The ID of the managing account.", |
1286 "format": "uint64", | 1286 "format": "uint64", |
1287 "location": "path", | 1287 "location": "path", |
1288 "required": true, | 1288 "required": true, |
1289 "type": "string" | 1289 "type": "string" |
1290 } | 1290 } |
1291 }, | 1291 }, |
1292 "path": "{merchantId}/testorders", | 1292 "path": "{merchantId}/testorders", |
1293 "request": { | 1293 "request": { |
1294 "$ref": "OrdersCreateTestOrderRequest" | 1294 "$ref": "OrdersCreateTestOrderRequest" |
1295 }, | 1295 }, |
1296 "response": { | 1296 "response": { |
1297 "$ref": "OrdersCreateTestOrderResponse" | 1297 "$ref": "OrdersCreateTestOrderResponse" |
1298 }, | 1298 }, |
1299 "scopes": [ | 1299 "scopes": [ |
1300 "https://www.googleapis.com/auth/content" | 1300 "https://www.googleapis.com/auth/content" |
1301 ] | 1301 ] |
1302 }, | 1302 }, |
1303 "custombatch": { | 1303 "custombatch": { |
1304 "description": "Retrieves or modifies multiple orders in a s
ingle request.", | 1304 "description": "Retrieves or modifies multiple orders in a s
ingle request. This method can only be called for non-multi-client accounts.", |
1305 "httpMethod": "POST", | 1305 "httpMethod": "POST", |
1306 "id": "content.orders.custombatch", | 1306 "id": "content.orders.custombatch", |
1307 "path": "orders/batch", | 1307 "path": "orders/batch", |
1308 "request": { | 1308 "request": { |
1309 "$ref": "OrdersCustomBatchRequest" | 1309 "$ref": "OrdersCustomBatchRequest" |
1310 }, | 1310 }, |
1311 "response": { | 1311 "response": { |
1312 "$ref": "OrdersCustomBatchResponse" | 1312 "$ref": "OrdersCustomBatchResponse" |
1313 }, | 1313 }, |
1314 "scopes": [ | 1314 "scopes": [ |
1315 "https://www.googleapis.com/auth/content" | 1315 "https://www.googleapis.com/auth/content" |
1316 ] | 1316 ] |
1317 }, | 1317 }, |
1318 "get": { | 1318 "get": { |
1319 "description": "Retrieves an order from your Merchant Center
account.", | 1319 "description": "Retrieves an order from your Merchant Center
account. This method can only be called for non-multi-client accounts.", |
1320 "httpMethod": "GET", | 1320 "httpMethod": "GET", |
1321 "id": "content.orders.get", | 1321 "id": "content.orders.get", |
1322 "parameterOrder": [ | 1322 "parameterOrder": [ |
1323 "merchantId", | 1323 "merchantId", |
1324 "orderId" | 1324 "orderId" |
1325 ], | 1325 ], |
1326 "parameters": { | 1326 "parameters": { |
1327 "merchantId": { | 1327 "merchantId": { |
1328 "description": "The ID of the managing account.", | 1328 "description": "The ID of the managing account.", |
1329 "format": "uint64", | 1329 "format": "uint64", |
(...skipping 10 matching lines...) Expand all Loading... |
1340 }, | 1340 }, |
1341 "path": "{merchantId}/orders/{orderId}", | 1341 "path": "{merchantId}/orders/{orderId}", |
1342 "response": { | 1342 "response": { |
1343 "$ref": "Order" | 1343 "$ref": "Order" |
1344 }, | 1344 }, |
1345 "scopes": [ | 1345 "scopes": [ |
1346 "https://www.googleapis.com/auth/content" | 1346 "https://www.googleapis.com/auth/content" |
1347 ] | 1347 ] |
1348 }, | 1348 }, |
1349 "getbymerchantorderid": { | 1349 "getbymerchantorderid": { |
1350 "description": "Retrieves an order using merchant order id."
, | 1350 "description": "Retrieves an order using merchant order id.
This method can only be called for non-multi-client accounts.", |
1351 "httpMethod": "GET", | 1351 "httpMethod": "GET", |
1352 "id": "content.orders.getbymerchantorderid", | 1352 "id": "content.orders.getbymerchantorderid", |
1353 "parameterOrder": [ | 1353 "parameterOrder": [ |
1354 "merchantId", | 1354 "merchantId", |
1355 "merchantOrderId" | 1355 "merchantOrderId" |
1356 ], | 1356 ], |
1357 "parameters": { | 1357 "parameters": { |
1358 "merchantId": { | 1358 "merchantId": { |
1359 "description": "The ID of the managing account.", | 1359 "description": "The ID of the managing account.", |
1360 "format": "uint64", | 1360 "format": "uint64", |
(...skipping 10 matching lines...) Expand all Loading... |
1371 }, | 1371 }, |
1372 "path": "{merchantId}/ordersbymerchantid/{merchantOrderId}", | 1372 "path": "{merchantId}/ordersbymerchantid/{merchantOrderId}", |
1373 "response": { | 1373 "response": { |
1374 "$ref": "OrdersGetByMerchantOrderIdResponse" | 1374 "$ref": "OrdersGetByMerchantOrderIdResponse" |
1375 }, | 1375 }, |
1376 "scopes": [ | 1376 "scopes": [ |
1377 "https://www.googleapis.com/auth/content" | 1377 "https://www.googleapis.com/auth/content" |
1378 ] | 1378 ] |
1379 }, | 1379 }, |
1380 "gettestordertemplate": { | 1380 "gettestordertemplate": { |
1381 "description": "Sandbox only. Retrieves an order template th
at can be used to quickly create a new order in sandbox.", | 1381 "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.", |
1382 "httpMethod": "GET", | 1382 "httpMethod": "GET", |
1383 "id": "content.orders.gettestordertemplate", | 1383 "id": "content.orders.gettestordertemplate", |
1384 "parameterOrder": [ | 1384 "parameterOrder": [ |
1385 "merchantId", | 1385 "merchantId", |
1386 "templateName" | 1386 "templateName" |
1387 ], | 1387 ], |
1388 "parameters": { | 1388 "parameters": { |
1389 "merchantId": { | 1389 "merchantId": { |
1390 "description": "The ID of the managing account.", | 1390 "description": "The ID of the managing account.", |
1391 "format": "uint64", | 1391 "format": "uint64", |
(...skipping 22 matching lines...) Expand all Loading... |
1414 }, | 1414 }, |
1415 "path": "{merchantId}/testordertemplates/{templateName}", | 1415 "path": "{merchantId}/testordertemplates/{templateName}", |
1416 "response": { | 1416 "response": { |
1417 "$ref": "OrdersGetTestOrderTemplateResponse" | 1417 "$ref": "OrdersGetTestOrderTemplateResponse" |
1418 }, | 1418 }, |
1419 "scopes": [ | 1419 "scopes": [ |
1420 "https://www.googleapis.com/auth/content" | 1420 "https://www.googleapis.com/auth/content" |
1421 ] | 1421 ] |
1422 }, | 1422 }, |
1423 "list": { | 1423 "list": { |
1424 "description": "Lists the orders in your Merchant Center acc
ount.", | 1424 "description": "Lists the orders in your Merchant Center acc
ount. This method can only be called for non-multi-client accounts.", |
1425 "httpMethod": "GET", | 1425 "httpMethod": "GET", |
1426 "id": "content.orders.list", | 1426 "id": "content.orders.list", |
1427 "parameterOrder": [ | 1427 "parameterOrder": [ |
1428 "merchantId" | 1428 "merchantId" |
1429 ], | 1429 ], |
1430 "parameters": { | 1430 "parameters": { |
1431 "acknowledged": { | 1431 "acknowledged": { |
1432 "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.", | 1432 "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.", |
1433 "location": "query", | 1433 "location": "query", |
1434 "type": "boolean" | 1434 "type": "boolean" |
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1509 }, | 1509 }, |
1510 "path": "{merchantId}/orders", | 1510 "path": "{merchantId}/orders", |
1511 "response": { | 1511 "response": { |
1512 "$ref": "OrdersListResponse" | 1512 "$ref": "OrdersListResponse" |
1513 }, | 1513 }, |
1514 "scopes": [ | 1514 "scopes": [ |
1515 "https://www.googleapis.com/auth/content" | 1515 "https://www.googleapis.com/auth/content" |
1516 ] | 1516 ] |
1517 }, | 1517 }, |
1518 "refund": { | 1518 "refund": { |
1519 "description": "Refund a portion of the order, up to the ful
l amount paid.", | 1519 "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.", |
1520 "httpMethod": "POST", | 1520 "httpMethod": "POST", |
1521 "id": "content.orders.refund", | 1521 "id": "content.orders.refund", |
1522 "parameterOrder": [ | 1522 "parameterOrder": [ |
1523 "merchantId", | 1523 "merchantId", |
1524 "orderId" | 1524 "orderId" |
1525 ], | 1525 ], |
1526 "parameters": { | 1526 "parameters": { |
1527 "merchantId": { | 1527 "merchantId": { |
1528 "description": "The ID of the managing account.", | 1528 "description": "The ID of the managing account.", |
1529 "format": "uint64", | 1529 "format": "uint64", |
(...skipping 13 matching lines...) Expand all Loading... |
1543 "$ref": "OrdersRefundRequest" | 1543 "$ref": "OrdersRefundRequest" |
1544 }, | 1544 }, |
1545 "response": { | 1545 "response": { |
1546 "$ref": "OrdersRefundResponse" | 1546 "$ref": "OrdersRefundResponse" |
1547 }, | 1547 }, |
1548 "scopes": [ | 1548 "scopes": [ |
1549 "https://www.googleapis.com/auth/content" | 1549 "https://www.googleapis.com/auth/content" |
1550 ] | 1550 ] |
1551 }, | 1551 }, |
1552 "returnlineitem": { | 1552 "returnlineitem": { |
1553 "description": "Returns a line item.", | 1553 "description": "Returns a line item. This method can only be
called for non-multi-client accounts.", |
1554 "httpMethod": "POST", | 1554 "httpMethod": "POST", |
1555 "id": "content.orders.returnlineitem", | 1555 "id": "content.orders.returnlineitem", |
1556 "parameterOrder": [ | 1556 "parameterOrder": [ |
1557 "merchantId", | 1557 "merchantId", |
1558 "orderId" | 1558 "orderId" |
1559 ], | 1559 ], |
1560 "parameters": { | 1560 "parameters": { |
1561 "merchantId": { | 1561 "merchantId": { |
1562 "description": "The ID of the managing account.", | 1562 "description": "The ID of the managing account.", |
1563 "format": "uint64", | 1563 "format": "uint64", |
(...skipping 13 matching lines...) Expand all Loading... |
1577 "$ref": "OrdersReturnLineItemRequest" | 1577 "$ref": "OrdersReturnLineItemRequest" |
1578 }, | 1578 }, |
1579 "response": { | 1579 "response": { |
1580 "$ref": "OrdersReturnLineItemResponse" | 1580 "$ref": "OrdersReturnLineItemResponse" |
1581 }, | 1581 }, |
1582 "scopes": [ | 1582 "scopes": [ |
1583 "https://www.googleapis.com/auth/content" | 1583 "https://www.googleapis.com/auth/content" |
1584 ] | 1584 ] |
1585 }, | 1585 }, |
1586 "shiplineitems": { | 1586 "shiplineitems": { |
1587 "description": "Marks line item(s) as shipped.", | 1587 "description": "Marks line item(s) as shipped. This method c
an only be called for non-multi-client accounts.", |
1588 "httpMethod": "POST", | 1588 "httpMethod": "POST", |
1589 "id": "content.orders.shiplineitems", | 1589 "id": "content.orders.shiplineitems", |
1590 "parameterOrder": [ | 1590 "parameterOrder": [ |
1591 "merchantId", | 1591 "merchantId", |
1592 "orderId" | 1592 "orderId" |
1593 ], | 1593 ], |
1594 "parameters": { | 1594 "parameters": { |
1595 "merchantId": { | 1595 "merchantId": { |
1596 "description": "The ID of the managing account.", | 1596 "description": "The ID of the managing account.", |
1597 "format": "uint64", | 1597 "format": "uint64", |
(...skipping 13 matching lines...) Expand all Loading... |
1611 "$ref": "OrdersShipLineItemsRequest" | 1611 "$ref": "OrdersShipLineItemsRequest" |
1612 }, | 1612 }, |
1613 "response": { | 1613 "response": { |
1614 "$ref": "OrdersShipLineItemsResponse" | 1614 "$ref": "OrdersShipLineItemsResponse" |
1615 }, | 1615 }, |
1616 "scopes": [ | 1616 "scopes": [ |
1617 "https://www.googleapis.com/auth/content" | 1617 "https://www.googleapis.com/auth/content" |
1618 ] | 1618 ] |
1619 }, | 1619 }, |
1620 "updatemerchantorderid": { | 1620 "updatemerchantorderid": { |
1621 "description": "Updates the merchant order ID for a given or
der.", | 1621 "description": "Updates the merchant order ID for a given or
der. This method can only be called for non-multi-client accounts.", |
1622 "httpMethod": "POST", | 1622 "httpMethod": "POST", |
1623 "id": "content.orders.updatemerchantorderid", | 1623 "id": "content.orders.updatemerchantorderid", |
1624 "parameterOrder": [ | 1624 "parameterOrder": [ |
1625 "merchantId", | 1625 "merchantId", |
1626 "orderId" | 1626 "orderId" |
1627 ], | 1627 ], |
1628 "parameters": { | 1628 "parameters": { |
1629 "merchantId": { | 1629 "merchantId": { |
1630 "description": "The ID of the managing account.", | 1630 "description": "The ID of the managing account.", |
1631 "format": "uint64", | 1631 "format": "uint64", |
(...skipping 13 matching lines...) Expand all Loading... |
1645 "$ref": "OrdersUpdateMerchantOrderIdRequest" | 1645 "$ref": "OrdersUpdateMerchantOrderIdRequest" |
1646 }, | 1646 }, |
1647 "response": { | 1647 "response": { |
1648 "$ref": "OrdersUpdateMerchantOrderIdResponse" | 1648 "$ref": "OrdersUpdateMerchantOrderIdResponse" |
1649 }, | 1649 }, |
1650 "scopes": [ | 1650 "scopes": [ |
1651 "https://www.googleapis.com/auth/content" | 1651 "https://www.googleapis.com/auth/content" |
1652 ] | 1652 ] |
1653 }, | 1653 }, |
1654 "updateshipment": { | 1654 "updateshipment": { |
1655 "description": "Updates a shipment's status, carrier, and/or
tracking ID.", | 1655 "description": "Updates a shipment's status, carrier, and/or
tracking ID. This method can only be called for non-multi-client accounts.", |
1656 "httpMethod": "POST", | 1656 "httpMethod": "POST", |
1657 "id": "content.orders.updateshipment", | 1657 "id": "content.orders.updateshipment", |
1658 "parameterOrder": [ | 1658 "parameterOrder": [ |
1659 "merchantId", | 1659 "merchantId", |
1660 "orderId" | 1660 "orderId" |
1661 ], | 1661 ], |
1662 "parameters": { | 1662 "parameters": { |
1663 "merchantId": { | 1663 "merchantId": { |
1664 "description": "The ID of the managing account.", | 1664 "description": "The ID of the managing account.", |
1665 "format": "uint64", | 1665 "format": "uint64", |
(...skipping 17 matching lines...) Expand all Loading... |
1683 }, | 1683 }, |
1684 "scopes": [ | 1684 "scopes": [ |
1685 "https://www.googleapis.com/auth/content" | 1685 "https://www.googleapis.com/auth/content" |
1686 ] | 1686 ] |
1687 } | 1687 } |
1688 } | 1688 } |
1689 }, | 1689 }, |
1690 "products": { | 1690 "products": { |
1691 "methods": { | 1691 "methods": { |
1692 "custombatch": { | 1692 "custombatch": { |
1693 "description": "Retrieves, inserts, and deletes multiple pro
ducts in a single request.", | 1693 "description": "Retrieves, inserts, and deletes multiple pro
ducts in a single request. This method can only be called for non-multi-client a
ccounts.", |
1694 "httpMethod": "POST", | 1694 "httpMethod": "POST", |
1695 "id": "content.products.custombatch", | 1695 "id": "content.products.custombatch", |
1696 "parameters": { | 1696 "parameters": { |
1697 "dryRun": { | 1697 "dryRun": { |
1698 "description": "Flag to run the request in dry-run m
ode.", | 1698 "description": "Flag to run the request in dry-run m
ode.", |
1699 "location": "query", | 1699 "location": "query", |
1700 "type": "boolean" | 1700 "type": "boolean" |
1701 } | 1701 } |
1702 }, | 1702 }, |
1703 "path": "products/batch", | 1703 "path": "products/batch", |
1704 "request": { | 1704 "request": { |
1705 "$ref": "ProductsCustomBatchRequest" | 1705 "$ref": "ProductsCustomBatchRequest" |
1706 }, | 1706 }, |
1707 "response": { | 1707 "response": { |
1708 "$ref": "ProductsCustomBatchResponse" | 1708 "$ref": "ProductsCustomBatchResponse" |
1709 }, | 1709 }, |
1710 "scopes": [ | 1710 "scopes": [ |
1711 "https://www.googleapis.com/auth/content" | 1711 "https://www.googleapis.com/auth/content" |
1712 ] | 1712 ] |
1713 }, | 1713 }, |
1714 "delete": { | 1714 "delete": { |
1715 "description": "Deletes a product from your Merchant Center
account.", | 1715 "description": "Deletes a product from your Merchant Center
account. This method can only be called for non-multi-client accounts.", |
1716 "httpMethod": "DELETE", | 1716 "httpMethod": "DELETE", |
1717 "id": "content.products.delete", | 1717 "id": "content.products.delete", |
1718 "parameterOrder": [ | 1718 "parameterOrder": [ |
1719 "merchantId", | 1719 "merchantId", |
1720 "productId" | 1720 "productId" |
1721 ], | 1721 ], |
1722 "parameters": { | 1722 "parameters": { |
1723 "dryRun": { | 1723 "dryRun": { |
1724 "description": "Flag to run the request in dry-run m
ode.", | 1724 "description": "Flag to run the request in dry-run m
ode.", |
1725 "location": "query", | 1725 "location": "query", |
(...skipping 12 matching lines...) Expand all Loading... |
1738 "required": true, | 1738 "required": true, |
1739 "type": "string" | 1739 "type": "string" |
1740 } | 1740 } |
1741 }, | 1741 }, |
1742 "path": "{merchantId}/products/{productId}", | 1742 "path": "{merchantId}/products/{productId}", |
1743 "scopes": [ | 1743 "scopes": [ |
1744 "https://www.googleapis.com/auth/content" | 1744 "https://www.googleapis.com/auth/content" |
1745 ] | 1745 ] |
1746 }, | 1746 }, |
1747 "get": { | 1747 "get": { |
1748 "description": "Retrieves a product from your Merchant Cente
r account.", | 1748 "description": "Retrieves a product from your Merchant Cente
r account. This method can only be called for non-multi-client accounts.", |
1749 "httpMethod": "GET", | 1749 "httpMethod": "GET", |
1750 "id": "content.products.get", | 1750 "id": "content.products.get", |
1751 "parameterOrder": [ | 1751 "parameterOrder": [ |
1752 "merchantId", | 1752 "merchantId", |
1753 "productId" | 1753 "productId" |
1754 ], | 1754 ], |
1755 "parameters": { | 1755 "parameters": { |
1756 "merchantId": { | 1756 "merchantId": { |
1757 "description": "The ID of the managing account.", | 1757 "description": "The ID of the managing account.", |
1758 "format": "uint64", | 1758 "format": "uint64", |
(...skipping 10 matching lines...) Expand all Loading... |
1769 }, | 1769 }, |
1770 "path": "{merchantId}/products/{productId}", | 1770 "path": "{merchantId}/products/{productId}", |
1771 "response": { | 1771 "response": { |
1772 "$ref": "Product" | 1772 "$ref": "Product" |
1773 }, | 1773 }, |
1774 "scopes": [ | 1774 "scopes": [ |
1775 "https://www.googleapis.com/auth/content" | 1775 "https://www.googleapis.com/auth/content" |
1776 ] | 1776 ] |
1777 }, | 1777 }, |
1778 "insert": { | 1778 "insert": { |
1779 "description": "Uploads a product to your Merchant Center ac
count.", | 1779 "description": "Uploads a product to your Merchant Center ac
count. If an item with the same channel, contentLanguage, offerId, and targetCou
ntry already exists, this method updates that entry. This method can only be cal
led for non-multi-client accounts.", |
1780 "httpMethod": "POST", | 1780 "httpMethod": "POST", |
1781 "id": "content.products.insert", | 1781 "id": "content.products.insert", |
1782 "parameterOrder": [ | 1782 "parameterOrder": [ |
1783 "merchantId" | 1783 "merchantId" |
1784 ], | 1784 ], |
1785 "parameters": { | 1785 "parameters": { |
1786 "dryRun": { | 1786 "dryRun": { |
1787 "description": "Flag to run the request in dry-run m
ode.", | 1787 "description": "Flag to run the request in dry-run m
ode.", |
1788 "location": "query", | 1788 "location": "query", |
1789 "type": "boolean" | 1789 "type": "boolean" |
(...skipping 11 matching lines...) Expand all Loading... |
1801 "$ref": "Product" | 1801 "$ref": "Product" |
1802 }, | 1802 }, |
1803 "response": { | 1803 "response": { |
1804 "$ref": "Product" | 1804 "$ref": "Product" |
1805 }, | 1805 }, |
1806 "scopes": [ | 1806 "scopes": [ |
1807 "https://www.googleapis.com/auth/content" | 1807 "https://www.googleapis.com/auth/content" |
1808 ] | 1808 ] |
1809 }, | 1809 }, |
1810 "list": { | 1810 "list": { |
1811 "description": "Lists the products in your Merchant Center a
ccount.", | 1811 "description": "Lists the products in your Merchant Center a
ccount. This method can only be called for non-multi-client accounts.", |
1812 "httpMethod": "GET", | 1812 "httpMethod": "GET", |
1813 "id": "content.products.list", | 1813 "id": "content.products.list", |
1814 "parameterOrder": [ | 1814 "parameterOrder": [ |
1815 "merchantId" | 1815 "merchantId" |
1816 ], | 1816 ], |
1817 "parameters": { | 1817 "parameters": { |
1818 "includeInvalidInsertedItems": { | 1818 "includeInvalidInsertedItems": { |
1819 "description": "Flag to include the invalid inserted
items in the result of the list request. By default the invalid items are not s
hown (the default value is false).", | 1819 "description": "Flag to include the invalid inserted
items in the result of the list request. By default the invalid items are not s
hown (the default value is false).", |
1820 "location": "query", | 1820 "location": "query", |
1821 "type": "boolean" | 1821 "type": "boolean" |
(...skipping 23 matching lines...) Expand all Loading... |
1845 }, | 1845 }, |
1846 "scopes": [ | 1846 "scopes": [ |
1847 "https://www.googleapis.com/auth/content" | 1847 "https://www.googleapis.com/auth/content" |
1848 ] | 1848 ] |
1849 } | 1849 } |
1850 } | 1850 } |
1851 }, | 1851 }, |
1852 "productstatuses": { | 1852 "productstatuses": { |
1853 "methods": { | 1853 "methods": { |
1854 "custombatch": { | 1854 "custombatch": { |
1855 "description": "Gets the statuses of multiple products in a
single request.", | 1855 "description": "Gets the statuses of multiple products in a
single request. This method can only be called for non-multi-client accounts.", |
1856 "httpMethod": "POST", | 1856 "httpMethod": "POST", |
1857 "id": "content.productstatuses.custombatch", | 1857 "id": "content.productstatuses.custombatch", |
1858 "path": "productstatuses/batch", | 1858 "path": "productstatuses/batch", |
1859 "request": { | 1859 "request": { |
1860 "$ref": "ProductstatusesCustomBatchRequest" | 1860 "$ref": "ProductstatusesCustomBatchRequest" |
1861 }, | 1861 }, |
1862 "response": { | 1862 "response": { |
1863 "$ref": "ProductstatusesCustomBatchResponse" | 1863 "$ref": "ProductstatusesCustomBatchResponse" |
1864 }, | 1864 }, |
1865 "scopes": [ | 1865 "scopes": [ |
1866 "https://www.googleapis.com/auth/content" | 1866 "https://www.googleapis.com/auth/content" |
1867 ] | 1867 ] |
1868 }, | 1868 }, |
1869 "get": { | 1869 "get": { |
1870 "description": "Gets the status of a product from your Merch
ant Center account.", | 1870 "description": "Gets the status of a product from your Merch
ant Center account. This method can only be called for non-multi-client accounts
.", |
1871 "httpMethod": "GET", | 1871 "httpMethod": "GET", |
1872 "id": "content.productstatuses.get", | 1872 "id": "content.productstatuses.get", |
1873 "parameterOrder": [ | 1873 "parameterOrder": [ |
1874 "merchantId", | 1874 "merchantId", |
1875 "productId" | 1875 "productId" |
1876 ], | 1876 ], |
1877 "parameters": { | 1877 "parameters": { |
1878 "merchantId": { | 1878 "merchantId": { |
1879 "description": "The ID of the managing account.", | 1879 "description": "The ID of the managing account.", |
1880 "format": "uint64", | 1880 "format": "uint64", |
(...skipping 10 matching lines...) Expand all Loading... |
1891 }, | 1891 }, |
1892 "path": "{merchantId}/productstatuses/{productId}", | 1892 "path": "{merchantId}/productstatuses/{productId}", |
1893 "response": { | 1893 "response": { |
1894 "$ref": "ProductStatus" | 1894 "$ref": "ProductStatus" |
1895 }, | 1895 }, |
1896 "scopes": [ | 1896 "scopes": [ |
1897 "https://www.googleapis.com/auth/content" | 1897 "https://www.googleapis.com/auth/content" |
1898 ] | 1898 ] |
1899 }, | 1899 }, |
1900 "list": { | 1900 "list": { |
1901 "description": "Lists the statuses of the products in your M
erchant Center account.", | 1901 "description": "Lists the statuses of the products in your M
erchant Center account. This method can only be called for non-multi-client acco
unts.", |
1902 "httpMethod": "GET", | 1902 "httpMethod": "GET", |
1903 "id": "content.productstatuses.list", | 1903 "id": "content.productstatuses.list", |
1904 "parameterOrder": [ | 1904 "parameterOrder": [ |
1905 "merchantId" | 1905 "merchantId" |
1906 ], | 1906 ], |
1907 "parameters": { | 1907 "parameters": { |
1908 "includeInvalidInsertedItems": { | 1908 "includeInvalidInsertedItems": { |
1909 "description": "Flag to include the invalid inserted
items in the result of the list request. By default the invalid items are not s
hown (the default value is false).", | 1909 "description": "Flag to include the invalid inserted
items in the result of the list request. By default the invalid items are not s
hown (the default value is false).", |
1910 "location": "query", | 1910 "location": "query", |
1911 "type": "boolean" | 1911 "type": "boolean" |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1957 "$ref": "ShippingsettingsCustomBatchRequest" | 1957 "$ref": "ShippingsettingsCustomBatchRequest" |
1958 }, | 1958 }, |
1959 "response": { | 1959 "response": { |
1960 "$ref": "ShippingsettingsCustomBatchResponse" | 1960 "$ref": "ShippingsettingsCustomBatchResponse" |
1961 }, | 1961 }, |
1962 "scopes": [ | 1962 "scopes": [ |
1963 "https://www.googleapis.com/auth/content" | 1963 "https://www.googleapis.com/auth/content" |
1964 ] | 1964 ] |
1965 }, | 1965 }, |
1966 "get": { | 1966 "get": { |
1967 "description": "Retrieves the shipping settings of the accou
nt.", | 1967 "description": "Retrieves the shipping settings of the accou
nt. This method can only be called for accounts to which the managing account ha
s access: either the managing account itself or sub-accounts if the managing acc
ount is a multi-client account.", |
1968 "httpMethod": "GET", | 1968 "httpMethod": "GET", |
1969 "id": "content.shippingsettings.get", | 1969 "id": "content.shippingsettings.get", |
1970 "parameterOrder": [ | 1970 "parameterOrder": [ |
1971 "merchantId", | 1971 "merchantId", |
1972 "accountId" | 1972 "accountId" |
1973 ], | 1973 ], |
1974 "parameters": { | 1974 "parameters": { |
1975 "accountId": { | 1975 "accountId": { |
1976 "description": "The ID of the account for which to g
et/update shipping settings.", | 1976 "description": "The ID of the account for which to g
et/update shipping settings.", |
1977 "format": "uint64", | 1977 "format": "uint64", |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2013 }, | 2013 }, |
2014 "path": "{merchantId}/supportedCarriers", | 2014 "path": "{merchantId}/supportedCarriers", |
2015 "response": { | 2015 "response": { |
2016 "$ref": "ShippingsettingsGetSupportedCarriersResponse" | 2016 "$ref": "ShippingsettingsGetSupportedCarriersResponse" |
2017 }, | 2017 }, |
2018 "scopes": [ | 2018 "scopes": [ |
2019 "https://www.googleapis.com/auth/content" | 2019 "https://www.googleapis.com/auth/content" |
2020 ] | 2020 ] |
2021 }, | 2021 }, |
2022 "list": { | 2022 "list": { |
2023 "description": "Lists the shipping settings of the sub-accou
nts in your Merchant Center account.", | 2023 "description": "Lists the shipping settings of the sub-accou
nts in your Merchant Center account. This method can only be called for multi-cl
ient accounts.", |
2024 "httpMethod": "GET", | 2024 "httpMethod": "GET", |
2025 "id": "content.shippingsettings.list", | 2025 "id": "content.shippingsettings.list", |
2026 "parameterOrder": [ | 2026 "parameterOrder": [ |
2027 "merchantId" | 2027 "merchantId" |
2028 ], | 2028 ], |
2029 "parameters": { | 2029 "parameters": { |
2030 "maxResults": { | 2030 "maxResults": { |
2031 "description": "The maximum number of shipping setti
ngs to return in the response, used for paging.", | 2031 "description": "The maximum number of shipping setti
ngs to return in the response, used for paging.", |
2032 "format": "uint32", | 2032 "format": "uint32", |
2033 "location": "query", | 2033 "location": "query", |
(...skipping 14 matching lines...) Expand all Loading... |
2048 }, | 2048 }, |
2049 "path": "{merchantId}/shippingsettings", | 2049 "path": "{merchantId}/shippingsettings", |
2050 "response": { | 2050 "response": { |
2051 "$ref": "ShippingsettingsListResponse" | 2051 "$ref": "ShippingsettingsListResponse" |
2052 }, | 2052 }, |
2053 "scopes": [ | 2053 "scopes": [ |
2054 "https://www.googleapis.com/auth/content" | 2054 "https://www.googleapis.com/auth/content" |
2055 ] | 2055 ] |
2056 }, | 2056 }, |
2057 "patch": { | 2057 "patch": { |
2058 "description": "Updates the shipping settings of the account
. This method supports patch semantics.", | 2058 "description": "Updates the shipping settings of the account
. This method can only be called for accounts to which the managing account has
access: either the managing account itself or sub-accounts if the managing accou
nt is a multi-client account. This method supports patch semantics.", |
2059 "httpMethod": "PATCH", | 2059 "httpMethod": "PATCH", |
2060 "id": "content.shippingsettings.patch", | 2060 "id": "content.shippingsettings.patch", |
2061 "parameterOrder": [ | 2061 "parameterOrder": [ |
2062 "merchantId", | 2062 "merchantId", |
2063 "accountId" | 2063 "accountId" |
2064 ], | 2064 ], |
2065 "parameters": { | 2065 "parameters": { |
2066 "accountId": { | 2066 "accountId": { |
2067 "description": "The ID of the account for which to g
et/update shipping settings.", | 2067 "description": "The ID of the account for which to g
et/update shipping settings.", |
2068 "format": "uint64", | 2068 "format": "uint64", |
(...skipping 19 matching lines...) Expand all Loading... |
2088 "$ref": "ShippingSettings" | 2088 "$ref": "ShippingSettings" |
2089 }, | 2089 }, |
2090 "response": { | 2090 "response": { |
2091 "$ref": "ShippingSettings" | 2091 "$ref": "ShippingSettings" |
2092 }, | 2092 }, |
2093 "scopes": [ | 2093 "scopes": [ |
2094 "https://www.googleapis.com/auth/content" | 2094 "https://www.googleapis.com/auth/content" |
2095 ] | 2095 ] |
2096 }, | 2096 }, |
2097 "update": { | 2097 "update": { |
2098 "description": "Updates the shipping settings of the account
.", | 2098 "description": "Updates the shipping settings of the account
. This method can only be called for accounts to which the managing account has
access: either the managing account itself or sub-accounts if the managing accou
nt is a multi-client account.", |
2099 "httpMethod": "PUT", | 2099 "httpMethod": "PUT", |
2100 "id": "content.shippingsettings.update", | 2100 "id": "content.shippingsettings.update", |
2101 "parameterOrder": [ | 2101 "parameterOrder": [ |
2102 "merchantId", | 2102 "merchantId", |
2103 "accountId" | 2103 "accountId" |
2104 ], | 2104 ], |
2105 "parameters": { | 2105 "parameters": { |
2106 "accountId": { | 2106 "accountId": { |
2107 "description": "The ID of the account for which to g
et/update shipping settings.", | 2107 "description": "The ID of the account for which to g
et/update shipping settings.", |
2108 "format": "uint64", | 2108 "format": "uint64", |
(...skipping 21 matching lines...) Expand all Loading... |
2130 "response": { | 2130 "response": { |
2131 "$ref": "ShippingSettings" | 2131 "$ref": "ShippingSettings" |
2132 }, | 2132 }, |
2133 "scopes": [ | 2133 "scopes": [ |
2134 "https://www.googleapis.com/auth/content" | 2134 "https://www.googleapis.com/auth/content" |
2135 ] | 2135 ] |
2136 } | 2136 } |
2137 } | 2137 } |
2138 } | 2138 } |
2139 }, | 2139 }, |
2140 "revision": "20161027", | 2140 "revision": "20161205", |
2141 "rootUrl": "https://www.googleapis.com/", | 2141 "rootUrl": "https://www.googleapis.com/", |
2142 "schemas": { | 2142 "schemas": { |
2143 "Account": { | 2143 "Account": { |
2144 "description": "Account data.", | 2144 "description": "Account data.", |
2145 "id": "Account", | 2145 "id": "Account", |
2146 "properties": { | 2146 "properties": { |
2147 "adultContent": { | 2147 "adultContent": { |
2148 "description": "Indicates whether the merchant sells adult c
ontent.", | 2148 "description": "Indicates whether the merchant sells adult c
ontent.", |
2149 "type": "boolean" | 2149 "type": "boolean" |
2150 }, | 2150 }, |
(...skipping 2060 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4211 "type": "object" | 4211 "type": "object" |
4212 }, | 4212 }, |
4213 "OrderCustomer": { | 4213 "OrderCustomer": { |
4214 "id": "OrderCustomer", | 4214 "id": "OrderCustomer", |
4215 "properties": { | 4215 "properties": { |
4216 "email": { | 4216 "email": { |
4217 "description": "Email address of the customer.", | 4217 "description": "Email address of the customer.", |
4218 "type": "string" | 4218 "type": "string" |
4219 }, | 4219 }, |
4220 "explicitMarketingPreference": { | 4220 "explicitMarketingPreference": { |
4221 "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.", | 4221 "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.", |
4222 "type": "boolean" | 4222 "type": "boolean" |
4223 }, | 4223 }, |
4224 "fullName": { | 4224 "fullName": { |
4225 "description": "Full name of the customer.", | 4225 "description": "Full name of the customer.", |
4226 "type": "string" | 4226 "type": "string" |
4227 } | 4227 } |
4228 }, | 4228 }, |
4229 "type": "object" | 4229 "type": "object" |
4230 }, | 4230 }, |
4231 "OrderDeliveryDetails": { | 4231 "OrderDeliveryDetails": { |
(...skipping 2368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6600 "email": { | 6600 "email": { |
6601 "annotations": { | 6601 "annotations": { |
6602 "required": [ | 6602 "required": [ |
6603 "content.orders.createtestorder" | 6603 "content.orders.createtestorder" |
6604 ] | 6604 ] |
6605 }, | 6605 }, |
6606 "description": "Email address of the customer.", | 6606 "description": "Email address of the customer.", |
6607 "type": "string" | 6607 "type": "string" |
6608 }, | 6608 }, |
6609 "explicitMarketingPreference": { | 6609 "explicitMarketingPreference": { |
6610 "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.", | 6610 "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.", |
6611 "type": "boolean" | 6611 "type": "boolean" |
6612 }, | 6612 }, |
6613 "fullName": { | 6613 "fullName": { |
6614 "description": "Full name of the customer.", | 6614 "description": "Full name of the customer.", |
6615 "type": "string" | 6615 "type": "string" |
6616 } | 6616 } |
6617 }, | 6617 }, |
6618 "type": "object" | 6618 "type": "object" |
6619 }, | 6619 }, |
6620 "TestOrderLineItem": { | 6620 "TestOrderLineItem": { |
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6847 "type": "string" | 6847 "type": "string" |
6848 } | 6848 } |
6849 }, | 6849 }, |
6850 "type": "object" | 6850 "type": "object" |
6851 } | 6851 } |
6852 }, | 6852 }, |
6853 "servicePath": "content/v2/", | 6853 "servicePath": "content/v2/", |
6854 "title": "Content API for Shopping", | 6854 "title": "Content API for Shopping", |
6855 "version": "v2" | 6855 "version": "v2" |
6856 } | 6856 } |
OLD | NEW |