@n8n-dev/n8n-nodes-googleapis-shoppingcontent 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. package/README.md +263 -0
  2. package/dist/banner.svg +126 -0
  3. package/dist/credentials/GoogleapisShoppingcontentApi.credentials.d.ts +9 -0
  4. package/dist/credentials/GoogleapisShoppingcontentApi.credentials.js +49 -0
  5. package/dist/credentials/GoogleapisShoppingcontentApi.credentials.js.map +1 -0
  6. package/dist/icons/googleapis-shoppingcontent.dark.svg +21 -0
  7. package/dist/icons/googleapis-shoppingcontent.svg +21 -0
  8. package/dist/nodes/GoogleapisShoppingcontent/GoogleapisShoppingcontent.node.d.ts +4 -0
  9. package/dist/nodes/GoogleapisShoppingcontent/GoogleapisShoppingcontent.node.js +145 -0
  10. package/dist/nodes/GoogleapisShoppingcontent/GoogleapisShoppingcontent.node.js.map +1 -0
  11. package/dist/nodes/GoogleapisShoppingcontent/GoogleapisShoppingcontent.node.json +20 -0
  12. package/dist/nodes/GoogleapisShoppingcontent/googleapis-shoppingcontent.dark.svg +21 -0
  13. package/dist/nodes/GoogleapisShoppingcontent/googleapis-shoppingcontent.svg +21 -0
  14. package/dist/nodes/GoogleapisShoppingcontent/resources/accounts/index.d.ts +2 -0
  15. package/dist/nodes/GoogleapisShoppingcontent/resources/accounts/index.js +1417 -0
  16. package/dist/nodes/GoogleapisShoppingcontent/resources/accounts/index.js.map +1 -0
  17. package/dist/nodes/GoogleapisShoppingcontent/resources/accountstatuses/index.d.ts +2 -0
  18. package/dist/nodes/GoogleapisShoppingcontent/resources/accountstatuses/index.js +294 -0
  19. package/dist/nodes/GoogleapisShoppingcontent/resources/accountstatuses/index.js.map +1 -0
  20. package/dist/nodes/GoogleapisShoppingcontent/resources/accounttax/index.d.ts +2 -0
  21. package/dist/nodes/GoogleapisShoppingcontent/resources/accounttax/index.js +436 -0
  22. package/dist/nodes/GoogleapisShoppingcontent/resources/accounttax/index.js.map +1 -0
  23. package/dist/nodes/GoogleapisShoppingcontent/resources/datafeeds/index.d.ts +2 -0
  24. package/dist/nodes/GoogleapisShoppingcontent/resources/datafeeds/index.js +1219 -0
  25. package/dist/nodes/GoogleapisShoppingcontent/resources/datafeeds/index.js.map +1 -0
  26. package/dist/nodes/GoogleapisShoppingcontent/resources/datafeedstatuses/index.d.ts +2 -0
  27. package/dist/nodes/GoogleapisShoppingcontent/resources/datafeedstatuses/index.js +294 -0
  28. package/dist/nodes/GoogleapisShoppingcontent/resources/datafeedstatuses/index.js.map +1 -0
  29. package/dist/nodes/GoogleapisShoppingcontent/resources/index.d.ts +14 -0
  30. package/dist/nodes/GoogleapisShoppingcontent/resources/index.js +32 -0
  31. package/dist/nodes/GoogleapisShoppingcontent/resources/index.js.map +1 -0
  32. package/dist/nodes/GoogleapisShoppingcontent/resources/liasettings/index.d.ts +2 -0
  33. package/dist/nodes/GoogleapisShoppingcontent/resources/liasettings/index.js +1026 -0
  34. package/dist/nodes/GoogleapisShoppingcontent/resources/liasettings/index.js.map +1 -0
  35. package/dist/nodes/GoogleapisShoppingcontent/resources/orderinvoices/index.d.ts +2 -0
  36. package/dist/nodes/GoogleapisShoppingcontent/resources/orderinvoices/index.js +406 -0
  37. package/dist/nodes/GoogleapisShoppingcontent/resources/orderinvoices/index.js.map +1 -0
  38. package/dist/nodes/GoogleapisShoppingcontent/resources/orderreports/index.d.ts +2 -0
  39. package/dist/nodes/GoogleapisShoppingcontent/resources/orderreports/index.js +338 -0
  40. package/dist/nodes/GoogleapisShoppingcontent/resources/orderreports/index.js.map +1 -0
  41. package/dist/nodes/GoogleapisShoppingcontent/resources/orderreturns/index.d.ts +2 -0
  42. package/dist/nodes/GoogleapisShoppingcontent/resources/orderreturns/index.js +273 -0
  43. package/dist/nodes/GoogleapisShoppingcontent/resources/orderreturns/index.js.map +1 -0
  44. package/dist/nodes/GoogleapisShoppingcontent/resources/orders/index.d.ts +2 -0
  45. package/dist/nodes/GoogleapisShoppingcontent/resources/orders/index.js +3570 -0
  46. package/dist/nodes/GoogleapisShoppingcontent/resources/orders/index.js.map +1 -0
  47. package/dist/nodes/GoogleapisShoppingcontent/resources/pos/index.d.ts +2 -0
  48. package/dist/nodes/GoogleapisShoppingcontent/resources/pos/index.js +1266 -0
  49. package/dist/nodes/GoogleapisShoppingcontent/resources/pos/index.js.map +1 -0
  50. package/dist/nodes/GoogleapisShoppingcontent/resources/products/index.d.ts +2 -0
  51. package/dist/nodes/GoogleapisShoppingcontent/resources/products/index.js +2435 -0
  52. package/dist/nodes/GoogleapisShoppingcontent/resources/products/index.js.map +1 -0
  53. package/dist/nodes/GoogleapisShoppingcontent/resources/productstatuses/index.d.ts +2 -0
  54. package/dist/nodes/GoogleapisShoppingcontent/resources/productstatuses/index.js +394 -0
  55. package/dist/nodes/GoogleapisShoppingcontent/resources/productstatuses/index.js.map +1 -0
  56. package/dist/nodes/GoogleapisShoppingcontent/resources/shippingsettings/index.d.ts +2 -0
  57. package/dist/nodes/GoogleapisShoppingcontent/resources/shippingsettings/index.js +608 -0
  58. package/dist/nodes/GoogleapisShoppingcontent/resources/shippingsettings/index.js.map +1 -0
  59. package/dist/package.json +62 -0
  60. package/dist/tsconfig.tsbuildinfo +1 -0
  61. package/package.json +62 -0
@@ -0,0 +1,1026 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.liasettingsDescription = void 0;
4
+ exports.liasettingsDescription = [
5
+ {
6
+ "displayName": "Operation",
7
+ "name": "operation",
8
+ "type": "options",
9
+ "noDataExpression": true,
10
+ "displayOptions": {
11
+ "show": {
12
+ "resource": [
13
+ "Liasettings"
14
+ ]
15
+ }
16
+ },
17
+ "options": [
18
+ {
19
+ "name": "Content Liasettings Custombatch",
20
+ "value": "Content Liasettings Custombatch",
21
+ "action": "Content Liasettings Custombatch",
22
+ "description": "Retrieves and/or updates the LIA settings of multiple accounts in a single request.",
23
+ "routing": {
24
+ "request": {
25
+ "method": "POST",
26
+ "url": "=/liasettings/batch"
27
+ }
28
+ }
29
+ },
30
+ {
31
+ "name": "Content Liasettings Listposdataproviders",
32
+ "value": "Content Liasettings Listposdataproviders",
33
+ "action": "Content Liasettings Listposdataproviders",
34
+ "description": "Retrieves the list of POS data providers that have active settings for the all eiligible countries.",
35
+ "routing": {
36
+ "request": {
37
+ "method": "GET",
38
+ "url": "=/liasettings/posdataproviders"
39
+ }
40
+ }
41
+ },
42
+ {
43
+ "name": "Content Liasettings List",
44
+ "value": "Content Liasettings List",
45
+ "action": "Content Liasettings List",
46
+ "description": "Lists the LIA settings of the sub-accounts in your Merchant Center account.",
47
+ "routing": {
48
+ "request": {
49
+ "method": "GET",
50
+ "url": "=/{{$parameter[\"merchantId\"]}}/liasettings"
51
+ }
52
+ }
53
+ },
54
+ {
55
+ "name": "Content Liasettings Get",
56
+ "value": "Content Liasettings Get",
57
+ "action": "Content Liasettings Get",
58
+ "description": "Retrieves the LIA settings of the account.",
59
+ "routing": {
60
+ "request": {
61
+ "method": "GET",
62
+ "url": "=/{{$parameter[\"merchantId\"]}}/liasettings/{{$parameter[\"accountId\"]}}"
63
+ }
64
+ }
65
+ },
66
+ {
67
+ "name": "Content Liasettings Update",
68
+ "value": "Content Liasettings Update",
69
+ "action": "Content Liasettings Update",
70
+ "description": "Updates the LIA settings of the account. Any fields that are not provided are deleted from the resource.",
71
+ "routing": {
72
+ "request": {
73
+ "method": "PUT",
74
+ "url": "=/{{$parameter[\"merchantId\"]}}/liasettings/{{$parameter[\"accountId\"]}}"
75
+ }
76
+ }
77
+ },
78
+ {
79
+ "name": "Content Liasettings Getaccessiblegmbaccounts",
80
+ "value": "Content Liasettings Getaccessiblegmbaccounts",
81
+ "action": "Content Liasettings Getaccessiblegmbaccounts",
82
+ "description": "Retrieves the list of accessible Google My Business accounts.",
83
+ "routing": {
84
+ "request": {
85
+ "method": "GET",
86
+ "url": "=/{{$parameter[\"merchantId\"]}}/liasettings/{{$parameter[\"accountId\"]}}/accessiblegmbaccounts"
87
+ }
88
+ }
89
+ },
90
+ {
91
+ "name": "Content Liasettings Requestgmbaccess",
92
+ "value": "Content Liasettings Requestgmbaccess",
93
+ "action": "Content Liasettings Requestgmbaccess",
94
+ "description": "Requests access to a specified Google My Business account.",
95
+ "routing": {
96
+ "request": {
97
+ "method": "POST",
98
+ "url": "=/{{$parameter[\"merchantId\"]}}/liasettings/{{$parameter[\"accountId\"]}}/requestgmbaccess"
99
+ }
100
+ }
101
+ },
102
+ {
103
+ "name": "Content Liasettings Requestinventoryverification",
104
+ "value": "Content Liasettings Requestinventoryverification",
105
+ "action": "Content Liasettings Requestinventoryverification",
106
+ "description": "Requests inventory validation for the specified country.",
107
+ "routing": {
108
+ "request": {
109
+ "method": "POST",
110
+ "url": "=/{{$parameter[\"merchantId\"]}}/liasettings/{{$parameter[\"accountId\"]}}/requestinventoryverification/{{$parameter[\"country\"]}}"
111
+ }
112
+ }
113
+ },
114
+ {
115
+ "name": "Content Liasettings Setinventoryverificationcontact",
116
+ "value": "Content Liasettings Setinventoryverificationcontact",
117
+ "action": "Content Liasettings Setinventoryverificationcontact",
118
+ "description": "Sets the inventory verification contract for the specified country.",
119
+ "routing": {
120
+ "request": {
121
+ "method": "POST",
122
+ "url": "=/{{$parameter[\"merchantId\"]}}/liasettings/{{$parameter[\"accountId\"]}}/setinventoryverificationcontact"
123
+ }
124
+ }
125
+ },
126
+ {
127
+ "name": "Content Liasettings Setposdataprovider",
128
+ "value": "Content Liasettings Setposdataprovider",
129
+ "action": "Content Liasettings Setposdataprovider",
130
+ "description": "Sets the POS data provider for the specified country.",
131
+ "routing": {
132
+ "request": {
133
+ "method": "POST",
134
+ "url": "=/{{$parameter[\"merchantId\"]}}/liasettings/{{$parameter[\"accountId\"]}}/setposdataprovider"
135
+ }
136
+ }
137
+ }
138
+ ],
139
+ "default": ""
140
+ },
141
+ {
142
+ "displayName": "POST /liasettings/batch",
143
+ "name": "operation",
144
+ "type": "notice",
145
+ "typeOptions": {
146
+ "theme": "info"
147
+ },
148
+ "default": "",
149
+ "displayOptions": {
150
+ "show": {
151
+ "resource": [
152
+ "Liasettings"
153
+ ],
154
+ "operation": [
155
+ "Content Liasettings Custombatch"
156
+ ]
157
+ }
158
+ }
159
+ },
160
+ {
161
+ "displayName": "Dry Run",
162
+ "name": "dryRun",
163
+ "description": "Flag to simulate a request like in a live environment. If set to true, dry-run mode checks the validity of the request and returns errors (if any).",
164
+ "default": true,
165
+ "type": "boolean",
166
+ "routing": {
167
+ "send": {
168
+ "type": "query",
169
+ "property": "dryRun",
170
+ "value": "={{ $value }}",
171
+ "propertyInDotNotation": false
172
+ }
173
+ },
174
+ "displayOptions": {
175
+ "show": {
176
+ "resource": [
177
+ "Liasettings"
178
+ ],
179
+ "operation": [
180
+ "Content Liasettings Custombatch"
181
+ ]
182
+ }
183
+ }
184
+ },
185
+ {
186
+ "displayName": "Entries",
187
+ "name": "entries",
188
+ "type": "json",
189
+ "default": "[\n {\n \"liaSettings\": {\n \"countrySettings\": [\n {\n \"about\": {},\n \"inventory\": {},\n \"onDisplayToOrder\": {},\n \"posDataProvider\": {}\n }\n ]\n }\n }\n]",
190
+ "description": "The request entries to be processed in the batch.",
191
+ "routing": {
192
+ "send": {
193
+ "property": "entries",
194
+ "propertyInDotNotation": false,
195
+ "type": "body",
196
+ "value": "={{ JSON.parse($value) }}"
197
+ }
198
+ },
199
+ "displayOptions": {
200
+ "show": {
201
+ "resource": [
202
+ "Liasettings"
203
+ ],
204
+ "operation": [
205
+ "Content Liasettings Custombatch"
206
+ ]
207
+ }
208
+ }
209
+ },
210
+ {
211
+ "displayName": "GET /liasettings/posdataproviders",
212
+ "name": "operation",
213
+ "type": "notice",
214
+ "typeOptions": {
215
+ "theme": "info"
216
+ },
217
+ "default": "",
218
+ "displayOptions": {
219
+ "show": {
220
+ "resource": [
221
+ "Liasettings"
222
+ ],
223
+ "operation": [
224
+ "Content Liasettings Listposdataproviders"
225
+ ]
226
+ }
227
+ }
228
+ },
229
+ {
230
+ "displayName": "GET /{merchantId}/liasettings",
231
+ "name": "operation",
232
+ "type": "notice",
233
+ "typeOptions": {
234
+ "theme": "info"
235
+ },
236
+ "default": "",
237
+ "displayOptions": {
238
+ "show": {
239
+ "resource": [
240
+ "Liasettings"
241
+ ],
242
+ "operation": [
243
+ "Content Liasettings List"
244
+ ]
245
+ }
246
+ }
247
+ },
248
+ {
249
+ "displayName": "Merchant ID",
250
+ "name": "merchantId",
251
+ "required": true,
252
+ "description": "The ID of the managing account. This must be a multi-client account.",
253
+ "default": "",
254
+ "type": "string",
255
+ "displayOptions": {
256
+ "show": {
257
+ "resource": [
258
+ "Liasettings"
259
+ ],
260
+ "operation": [
261
+ "Content Liasettings List"
262
+ ]
263
+ }
264
+ }
265
+ },
266
+ {
267
+ "displayName": "Max Results",
268
+ "name": "maxResults",
269
+ "description": "The maximum number of LIA settings to return in the response, used for paging.",
270
+ "default": 0,
271
+ "type": "number",
272
+ "routing": {
273
+ "send": {
274
+ "type": "query",
275
+ "property": "maxResults",
276
+ "value": "={{ $value }}",
277
+ "propertyInDotNotation": false
278
+ }
279
+ },
280
+ "displayOptions": {
281
+ "show": {
282
+ "resource": [
283
+ "Liasettings"
284
+ ],
285
+ "operation": [
286
+ "Content Liasettings List"
287
+ ]
288
+ }
289
+ }
290
+ },
291
+ {
292
+ "displayName": "Page Token",
293
+ "name": "pageToken",
294
+ "description": "The token returned by the previous request.",
295
+ "default": "",
296
+ "type": "string",
297
+ "routing": {
298
+ "send": {
299
+ "type": "query",
300
+ "property": "pageToken",
301
+ "value": "={{ $value }}",
302
+ "propertyInDotNotation": false
303
+ }
304
+ },
305
+ "displayOptions": {
306
+ "show": {
307
+ "resource": [
308
+ "Liasettings"
309
+ ],
310
+ "operation": [
311
+ "Content Liasettings List"
312
+ ]
313
+ }
314
+ }
315
+ },
316
+ {
317
+ "displayName": "GET /{merchantId}/liasettings/{accountId}",
318
+ "name": "operation",
319
+ "type": "notice",
320
+ "typeOptions": {
321
+ "theme": "info"
322
+ },
323
+ "default": "",
324
+ "displayOptions": {
325
+ "show": {
326
+ "resource": [
327
+ "Liasettings"
328
+ ],
329
+ "operation": [
330
+ "Content Liasettings Get"
331
+ ]
332
+ }
333
+ }
334
+ },
335
+ {
336
+ "displayName": "Merchant ID",
337
+ "name": "merchantId",
338
+ "required": true,
339
+ "description": "The ID of the managing account. If this parameter is not the same as accountId, then this account must be a multi-client account and `accountId` must be the ID of a sub-account of this account.",
340
+ "default": "",
341
+ "type": "string",
342
+ "displayOptions": {
343
+ "show": {
344
+ "resource": [
345
+ "Liasettings"
346
+ ],
347
+ "operation": [
348
+ "Content Liasettings Get"
349
+ ]
350
+ }
351
+ }
352
+ },
353
+ {
354
+ "displayName": "Account ID",
355
+ "name": "accountId",
356
+ "required": true,
357
+ "description": "The ID of the account for which to get or update LIA settings.",
358
+ "default": "",
359
+ "type": "string",
360
+ "displayOptions": {
361
+ "show": {
362
+ "resource": [
363
+ "Liasettings"
364
+ ],
365
+ "operation": [
366
+ "Content Liasettings Get"
367
+ ]
368
+ }
369
+ }
370
+ },
371
+ {
372
+ "displayName": "PUT /{merchantId}/liasettings/{accountId}",
373
+ "name": "operation",
374
+ "type": "notice",
375
+ "typeOptions": {
376
+ "theme": "info"
377
+ },
378
+ "default": "",
379
+ "displayOptions": {
380
+ "show": {
381
+ "resource": [
382
+ "Liasettings"
383
+ ],
384
+ "operation": [
385
+ "Content Liasettings Update"
386
+ ]
387
+ }
388
+ }
389
+ },
390
+ {
391
+ "displayName": "Merchant ID",
392
+ "name": "merchantId",
393
+ "required": true,
394
+ "description": "The ID of the managing account. If this parameter is not the same as accountId, then this account must be a multi-client account and `accountId` must be the ID of a sub-account of this account.",
395
+ "default": "",
396
+ "type": "string",
397
+ "displayOptions": {
398
+ "show": {
399
+ "resource": [
400
+ "Liasettings"
401
+ ],
402
+ "operation": [
403
+ "Content Liasettings Update"
404
+ ]
405
+ }
406
+ }
407
+ },
408
+ {
409
+ "displayName": "Account ID",
410
+ "name": "accountId",
411
+ "required": true,
412
+ "description": "The ID of the account for which to get or update LIA settings.",
413
+ "default": "",
414
+ "type": "string",
415
+ "displayOptions": {
416
+ "show": {
417
+ "resource": [
418
+ "Liasettings"
419
+ ],
420
+ "operation": [
421
+ "Content Liasettings Update"
422
+ ]
423
+ }
424
+ }
425
+ },
426
+ {
427
+ "displayName": "Dry Run",
428
+ "name": "dryRun",
429
+ "description": "Flag to simulate a request like in a live environment. If set to true, dry-run mode checks the validity of the request and returns errors (if any).",
430
+ "default": true,
431
+ "type": "boolean",
432
+ "routing": {
433
+ "send": {
434
+ "type": "query",
435
+ "property": "dryRun",
436
+ "value": "={{ $value }}",
437
+ "propertyInDotNotation": false
438
+ }
439
+ },
440
+ "displayOptions": {
441
+ "show": {
442
+ "resource": [
443
+ "Liasettings"
444
+ ],
445
+ "operation": [
446
+ "Content Liasettings Update"
447
+ ]
448
+ }
449
+ }
450
+ },
451
+ {
452
+ "displayName": "Account ID",
453
+ "name": "accountId",
454
+ "type": "string",
455
+ "default": "",
456
+ "description": "The ID of the account to which these LIA settings belong. Ignored upon update, always present in get request responses.",
457
+ "routing": {
458
+ "send": {
459
+ "property": "accountId",
460
+ "propertyInDotNotation": false,
461
+ "type": "body",
462
+ "value": "={{ $value }}"
463
+ }
464
+ },
465
+ "displayOptions": {
466
+ "show": {
467
+ "resource": [
468
+ "Liasettings"
469
+ ],
470
+ "operation": [
471
+ "Content Liasettings Update"
472
+ ]
473
+ }
474
+ }
475
+ },
476
+ {
477
+ "displayName": "Country Settings",
478
+ "name": "countrySettings",
479
+ "type": "json",
480
+ "default": "[\n {\n \"about\": {},\n \"inventory\": {},\n \"onDisplayToOrder\": {},\n \"posDataProvider\": {}\n }\n]",
481
+ "description": "The LIA settings for each country.",
482
+ "routing": {
483
+ "send": {
484
+ "property": "countrySettings",
485
+ "propertyInDotNotation": false,
486
+ "type": "body",
487
+ "value": "={{ JSON.parse($value) }}"
488
+ }
489
+ },
490
+ "displayOptions": {
491
+ "show": {
492
+ "resource": [
493
+ "Liasettings"
494
+ ],
495
+ "operation": [
496
+ "Content Liasettings Update"
497
+ ]
498
+ }
499
+ }
500
+ },
501
+ {
502
+ "displayName": "Kind",
503
+ "name": "kind",
504
+ "type": "string",
505
+ "default": "",
506
+ "description": "Identifies what kind of resource this is. Value: the fixed string \"`content#liaSettings`\"",
507
+ "routing": {
508
+ "send": {
509
+ "property": "kind",
510
+ "propertyInDotNotation": false,
511
+ "type": "body",
512
+ "value": "={{ $value }}"
513
+ }
514
+ },
515
+ "displayOptions": {
516
+ "show": {
517
+ "resource": [
518
+ "Liasettings"
519
+ ],
520
+ "operation": [
521
+ "Content Liasettings Update"
522
+ ]
523
+ }
524
+ }
525
+ },
526
+ {
527
+ "displayName": "GET /{merchantId}/liasettings/{accountId}/accessiblegmbaccounts",
528
+ "name": "operation",
529
+ "type": "notice",
530
+ "typeOptions": {
531
+ "theme": "info"
532
+ },
533
+ "default": "",
534
+ "displayOptions": {
535
+ "show": {
536
+ "resource": [
537
+ "Liasettings"
538
+ ],
539
+ "operation": [
540
+ "Content Liasettings Getaccessiblegmbaccounts"
541
+ ]
542
+ }
543
+ }
544
+ },
545
+ {
546
+ "displayName": "Merchant ID",
547
+ "name": "merchantId",
548
+ "required": true,
549
+ "description": "The ID of the managing account. If this parameter is not the same as accountId, then this account must be a multi-client account and `accountId` must be the ID of a sub-account of this account.",
550
+ "default": "",
551
+ "type": "string",
552
+ "displayOptions": {
553
+ "show": {
554
+ "resource": [
555
+ "Liasettings"
556
+ ],
557
+ "operation": [
558
+ "Content Liasettings Getaccessiblegmbaccounts"
559
+ ]
560
+ }
561
+ }
562
+ },
563
+ {
564
+ "displayName": "Account ID",
565
+ "name": "accountId",
566
+ "required": true,
567
+ "description": "The ID of the account for which to retrieve accessible Google My Business accounts.",
568
+ "default": "",
569
+ "type": "string",
570
+ "displayOptions": {
571
+ "show": {
572
+ "resource": [
573
+ "Liasettings"
574
+ ],
575
+ "operation": [
576
+ "Content Liasettings Getaccessiblegmbaccounts"
577
+ ]
578
+ }
579
+ }
580
+ },
581
+ {
582
+ "displayName": "POST /{merchantId}/liasettings/{accountId}/requestgmbaccess",
583
+ "name": "operation",
584
+ "type": "notice",
585
+ "typeOptions": {
586
+ "theme": "info"
587
+ },
588
+ "default": "",
589
+ "displayOptions": {
590
+ "show": {
591
+ "resource": [
592
+ "Liasettings"
593
+ ],
594
+ "operation": [
595
+ "Content Liasettings Requestgmbaccess"
596
+ ]
597
+ }
598
+ }
599
+ },
600
+ {
601
+ "displayName": "Merchant ID",
602
+ "name": "merchantId",
603
+ "required": true,
604
+ "description": "The ID of the managing account. If this parameter is not the same as accountId, then this account must be a multi-client account and `accountId` must be the ID of a sub-account of this account.",
605
+ "default": "",
606
+ "type": "string",
607
+ "displayOptions": {
608
+ "show": {
609
+ "resource": [
610
+ "Liasettings"
611
+ ],
612
+ "operation": [
613
+ "Content Liasettings Requestgmbaccess"
614
+ ]
615
+ }
616
+ }
617
+ },
618
+ {
619
+ "displayName": "Account ID",
620
+ "name": "accountId",
621
+ "required": true,
622
+ "description": "The ID of the account for which GMB access is requested.",
623
+ "default": "",
624
+ "type": "string",
625
+ "displayOptions": {
626
+ "show": {
627
+ "resource": [
628
+ "Liasettings"
629
+ ],
630
+ "operation": [
631
+ "Content Liasettings Requestgmbaccess"
632
+ ]
633
+ }
634
+ }
635
+ },
636
+ {
637
+ "displayName": "Gmb Email",
638
+ "name": "gmbEmail",
639
+ "required": true,
640
+ "description": "The email of the Google My Business account.",
641
+ "default": "",
642
+ "type": "string",
643
+ "routing": {
644
+ "send": {
645
+ "type": "query",
646
+ "property": "gmbEmail",
647
+ "value": "={{ $value }}",
648
+ "propertyInDotNotation": false
649
+ }
650
+ },
651
+ "displayOptions": {
652
+ "show": {
653
+ "resource": [
654
+ "Liasettings"
655
+ ],
656
+ "operation": [
657
+ "Content Liasettings Requestgmbaccess"
658
+ ]
659
+ }
660
+ }
661
+ },
662
+ {
663
+ "displayName": "POST /{merchantId}/liasettings/{accountId}/requestinventoryverification/{country}",
664
+ "name": "operation",
665
+ "type": "notice",
666
+ "typeOptions": {
667
+ "theme": "info"
668
+ },
669
+ "default": "",
670
+ "displayOptions": {
671
+ "show": {
672
+ "resource": [
673
+ "Liasettings"
674
+ ],
675
+ "operation": [
676
+ "Content Liasettings Requestinventoryverification"
677
+ ]
678
+ }
679
+ }
680
+ },
681
+ {
682
+ "displayName": "Merchant ID",
683
+ "name": "merchantId",
684
+ "required": true,
685
+ "description": "The ID of the managing account. If this parameter is not the same as accountId, then this account must be a multi-client account and `accountId` must be the ID of a sub-account of this account.",
686
+ "default": "",
687
+ "type": "string",
688
+ "displayOptions": {
689
+ "show": {
690
+ "resource": [
691
+ "Liasettings"
692
+ ],
693
+ "operation": [
694
+ "Content Liasettings Requestinventoryverification"
695
+ ]
696
+ }
697
+ }
698
+ },
699
+ {
700
+ "displayName": "Account ID",
701
+ "name": "accountId",
702
+ "required": true,
703
+ "description": "The ID of the account that manages the order. This cannot be a multi-client account.",
704
+ "default": "",
705
+ "type": "string",
706
+ "displayOptions": {
707
+ "show": {
708
+ "resource": [
709
+ "Liasettings"
710
+ ],
711
+ "operation": [
712
+ "Content Liasettings Requestinventoryverification"
713
+ ]
714
+ }
715
+ }
716
+ },
717
+ {
718
+ "displayName": "Country",
719
+ "name": "country",
720
+ "required": true,
721
+ "description": "The country for which inventory validation is requested.",
722
+ "default": "",
723
+ "type": "string",
724
+ "displayOptions": {
725
+ "show": {
726
+ "resource": [
727
+ "Liasettings"
728
+ ],
729
+ "operation": [
730
+ "Content Liasettings Requestinventoryverification"
731
+ ]
732
+ }
733
+ }
734
+ },
735
+ {
736
+ "displayName": "POST /{merchantId}/liasettings/{accountId}/setinventoryverificationcontact",
737
+ "name": "operation",
738
+ "type": "notice",
739
+ "typeOptions": {
740
+ "theme": "info"
741
+ },
742
+ "default": "",
743
+ "displayOptions": {
744
+ "show": {
745
+ "resource": [
746
+ "Liasettings"
747
+ ],
748
+ "operation": [
749
+ "Content Liasettings Setinventoryverificationcontact"
750
+ ]
751
+ }
752
+ }
753
+ },
754
+ {
755
+ "displayName": "Merchant ID",
756
+ "name": "merchantId",
757
+ "required": true,
758
+ "description": "The ID of the managing account. If this parameter is not the same as accountId, then this account must be a multi-client account and `accountId` must be the ID of a sub-account of this account.",
759
+ "default": "",
760
+ "type": "string",
761
+ "displayOptions": {
762
+ "show": {
763
+ "resource": [
764
+ "Liasettings"
765
+ ],
766
+ "operation": [
767
+ "Content Liasettings Setinventoryverificationcontact"
768
+ ]
769
+ }
770
+ }
771
+ },
772
+ {
773
+ "displayName": "Account ID",
774
+ "name": "accountId",
775
+ "required": true,
776
+ "description": "The ID of the account that manages the order. This cannot be a multi-client account.",
777
+ "default": "",
778
+ "type": "string",
779
+ "displayOptions": {
780
+ "show": {
781
+ "resource": [
782
+ "Liasettings"
783
+ ],
784
+ "operation": [
785
+ "Content Liasettings Setinventoryverificationcontact"
786
+ ]
787
+ }
788
+ }
789
+ },
790
+ {
791
+ "displayName": "Country",
792
+ "name": "country",
793
+ "required": true,
794
+ "description": "The country for which inventory verification is requested.",
795
+ "default": "",
796
+ "type": "string",
797
+ "routing": {
798
+ "send": {
799
+ "type": "query",
800
+ "property": "country",
801
+ "value": "={{ $value }}",
802
+ "propertyInDotNotation": false
803
+ }
804
+ },
805
+ "displayOptions": {
806
+ "show": {
807
+ "resource": [
808
+ "Liasettings"
809
+ ],
810
+ "operation": [
811
+ "Content Liasettings Setinventoryverificationcontact"
812
+ ]
813
+ }
814
+ }
815
+ },
816
+ {
817
+ "displayName": "Language",
818
+ "name": "language",
819
+ "required": true,
820
+ "description": "The language for which inventory verification is requested.",
821
+ "default": "",
822
+ "type": "string",
823
+ "routing": {
824
+ "send": {
825
+ "type": "query",
826
+ "property": "language",
827
+ "value": "={{ $value }}",
828
+ "propertyInDotNotation": false
829
+ }
830
+ },
831
+ "displayOptions": {
832
+ "show": {
833
+ "resource": [
834
+ "Liasettings"
835
+ ],
836
+ "operation": [
837
+ "Content Liasettings Setinventoryverificationcontact"
838
+ ]
839
+ }
840
+ }
841
+ },
842
+ {
843
+ "displayName": "Contact Name",
844
+ "name": "contactName",
845
+ "required": true,
846
+ "description": "The name of the inventory verification contact.",
847
+ "default": "",
848
+ "type": "string",
849
+ "routing": {
850
+ "send": {
851
+ "type": "query",
852
+ "property": "contactName",
853
+ "value": "={{ $value }}",
854
+ "propertyInDotNotation": false
855
+ }
856
+ },
857
+ "displayOptions": {
858
+ "show": {
859
+ "resource": [
860
+ "Liasettings"
861
+ ],
862
+ "operation": [
863
+ "Content Liasettings Setinventoryverificationcontact"
864
+ ]
865
+ }
866
+ }
867
+ },
868
+ {
869
+ "displayName": "Contact Email",
870
+ "name": "contactEmail",
871
+ "required": true,
872
+ "description": "The email of the inventory verification contact.",
873
+ "default": "",
874
+ "type": "string",
875
+ "routing": {
876
+ "send": {
877
+ "type": "query",
878
+ "property": "contactEmail",
879
+ "value": "={{ $value }}",
880
+ "propertyInDotNotation": false
881
+ }
882
+ },
883
+ "displayOptions": {
884
+ "show": {
885
+ "resource": [
886
+ "Liasettings"
887
+ ],
888
+ "operation": [
889
+ "Content Liasettings Setinventoryverificationcontact"
890
+ ]
891
+ }
892
+ }
893
+ },
894
+ {
895
+ "displayName": "POST /{merchantId}/liasettings/{accountId}/setposdataprovider",
896
+ "name": "operation",
897
+ "type": "notice",
898
+ "typeOptions": {
899
+ "theme": "info"
900
+ },
901
+ "default": "",
902
+ "displayOptions": {
903
+ "show": {
904
+ "resource": [
905
+ "Liasettings"
906
+ ],
907
+ "operation": [
908
+ "Content Liasettings Setposdataprovider"
909
+ ]
910
+ }
911
+ }
912
+ },
913
+ {
914
+ "displayName": "Merchant ID",
915
+ "name": "merchantId",
916
+ "required": true,
917
+ "description": "The ID of the managing account. If this parameter is not the same as accountId, then this account must be a multi-client account and `accountId` must be the ID of a sub-account of this account.",
918
+ "default": "",
919
+ "type": "string",
920
+ "displayOptions": {
921
+ "show": {
922
+ "resource": [
923
+ "Liasettings"
924
+ ],
925
+ "operation": [
926
+ "Content Liasettings Setposdataprovider"
927
+ ]
928
+ }
929
+ }
930
+ },
931
+ {
932
+ "displayName": "Account ID",
933
+ "name": "accountId",
934
+ "required": true,
935
+ "description": "The ID of the account for which to retrieve accessible Google My Business accounts.",
936
+ "default": "",
937
+ "type": "string",
938
+ "displayOptions": {
939
+ "show": {
940
+ "resource": [
941
+ "Liasettings"
942
+ ],
943
+ "operation": [
944
+ "Content Liasettings Setposdataprovider"
945
+ ]
946
+ }
947
+ }
948
+ },
949
+ {
950
+ "displayName": "Country",
951
+ "name": "country",
952
+ "required": true,
953
+ "description": "The country for which the POS data provider is selected.",
954
+ "default": "",
955
+ "type": "string",
956
+ "routing": {
957
+ "send": {
958
+ "type": "query",
959
+ "property": "country",
960
+ "value": "={{ $value }}",
961
+ "propertyInDotNotation": false
962
+ }
963
+ },
964
+ "displayOptions": {
965
+ "show": {
966
+ "resource": [
967
+ "Liasettings"
968
+ ],
969
+ "operation": [
970
+ "Content Liasettings Setposdataprovider"
971
+ ]
972
+ }
973
+ }
974
+ },
975
+ {
976
+ "displayName": "Pos Data Provider ID",
977
+ "name": "posDataProviderId",
978
+ "description": "The ID of POS data provider.",
979
+ "default": "",
980
+ "type": "string",
981
+ "routing": {
982
+ "send": {
983
+ "type": "query",
984
+ "property": "posDataProviderId",
985
+ "value": "={{ $value }}",
986
+ "propertyInDotNotation": false
987
+ }
988
+ },
989
+ "displayOptions": {
990
+ "show": {
991
+ "resource": [
992
+ "Liasettings"
993
+ ],
994
+ "operation": [
995
+ "Content Liasettings Setposdataprovider"
996
+ ]
997
+ }
998
+ }
999
+ },
1000
+ {
1001
+ "displayName": "Pos External Account ID",
1002
+ "name": "posExternalAccountId",
1003
+ "description": "The account ID by which this merchant is known to the POS data provider.",
1004
+ "default": "",
1005
+ "type": "string",
1006
+ "routing": {
1007
+ "send": {
1008
+ "type": "query",
1009
+ "property": "posExternalAccountId",
1010
+ "value": "={{ $value }}",
1011
+ "propertyInDotNotation": false
1012
+ }
1013
+ },
1014
+ "displayOptions": {
1015
+ "show": {
1016
+ "resource": [
1017
+ "Liasettings"
1018
+ ],
1019
+ "operation": [
1020
+ "Content Liasettings Setposdataprovider"
1021
+ ]
1022
+ }
1023
+ }
1024
+ },
1025
+ ];
1026
+ //# sourceMappingURL=index.js.map