@n8n-dev/n8n-nodes-jumpseller 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 (103) hide show
  1. package/README.md +397 -0
  2. package/dist/banner.svg +81 -0
  3. package/dist/credentials/JumpsellerApi.credentials.d.ts +9 -0
  4. package/dist/credentials/JumpsellerApi.credentials.js +40 -0
  5. package/dist/credentials/JumpsellerApi.credentials.js.map +1 -0
  6. package/dist/icons/jumpseller.dark.png +0 -0
  7. package/dist/icons/jumpseller.png +0 -0
  8. package/dist/nodes/Jumpseller/Jumpseller.node.d.ts +4 -0
  9. package/dist/nodes/Jumpseller/Jumpseller.node.js +243 -0
  10. package/dist/nodes/Jumpseller/Jumpseller.node.js.map +1 -0
  11. package/dist/nodes/Jumpseller/Jumpseller.node.json +20 -0
  12. package/dist/nodes/Jumpseller/jumpseller.dark.png +0 -0
  13. package/dist/nodes/Jumpseller/jumpseller.png +0 -0
  14. package/dist/nodes/Jumpseller/resources/apps/index.d.ts +2 -0
  15. package/dist/nodes/Jumpseller/resources/apps/index.js +414 -0
  16. package/dist/nodes/Jumpseller/resources/apps/index.js.map +1 -0
  17. package/dist/nodes/Jumpseller/resources/categories/index.d.ts +2 -0
  18. package/dist/nodes/Jumpseller/resources/categories/index.js +622 -0
  19. package/dist/nodes/Jumpseller/resources/categories/index.js.map +1 -0
  20. package/dist/nodes/Jumpseller/resources/checkout-custom-fields/index.d.ts +2 -0
  21. package/dist/nodes/Jumpseller/resources/checkout-custom-fields/index.js +589 -0
  22. package/dist/nodes/Jumpseller/resources/checkout-custom-fields/index.js.map +1 -0
  23. package/dist/nodes/Jumpseller/resources/countries/index.d.ts +2 -0
  24. package/dist/nodes/Jumpseller/resources/countries/index.js +426 -0
  25. package/dist/nodes/Jumpseller/resources/countries/index.js.map +1 -0
  26. package/dist/nodes/Jumpseller/resources/custom-field-select-options/index.d.ts +2 -0
  27. package/dist/nodes/Jumpseller/resources/custom-field-select-options/index.js +510 -0
  28. package/dist/nodes/Jumpseller/resources/custom-field-select-options/index.js.map +1 -0
  29. package/dist/nodes/Jumpseller/resources/custom-fields/index.d.ts +2 -0
  30. package/dist/nodes/Jumpseller/resources/custom-fields/index.js +658 -0
  31. package/dist/nodes/Jumpseller/resources/custom-fields/index.js.map +1 -0
  32. package/dist/nodes/Jumpseller/resources/customer-additional-fields/index.d.ts +2 -0
  33. package/dist/nodes/Jumpseller/resources/customer-additional-fields/index.js +510 -0
  34. package/dist/nodes/Jumpseller/resources/customer-additional-fields/index.js.map +1 -0
  35. package/dist/nodes/Jumpseller/resources/customer-categories/index.d.ts +2 -0
  36. package/dist/nodes/Jumpseller/resources/customer-categories/index.js +940 -0
  37. package/dist/nodes/Jumpseller/resources/customer-categories/index.js.map +1 -0
  38. package/dist/nodes/Jumpseller/resources/customers/index.d.ts +2 -0
  39. package/dist/nodes/Jumpseller/resources/customers/index.js +773 -0
  40. package/dist/nodes/Jumpseller/resources/customers/index.js.map +1 -0
  41. package/dist/nodes/Jumpseller/resources/fulfillments/index.d.ts +2 -0
  42. package/dist/nodes/Jumpseller/resources/fulfillments/index.js +440 -0
  43. package/dist/nodes/Jumpseller/resources/fulfillments/index.js.map +1 -0
  44. package/dist/nodes/Jumpseller/resources/hooks/index.d.ts +2 -0
  45. package/dist/nodes/Jumpseller/resources/hooks/index.js +589 -0
  46. package/dist/nodes/Jumpseller/resources/hooks/index.js.map +1 -0
  47. package/dist/nodes/Jumpseller/resources/index.d.ts +28 -0
  48. package/dist/nodes/Jumpseller/resources/index.js +60 -0
  49. package/dist/nodes/Jumpseller/resources/index.js.map +1 -0
  50. package/dist/nodes/Jumpseller/resources/orders/index.d.ts +2 -0
  51. package/dist/nodes/Jumpseller/resources/orders/index.js +1029 -0
  52. package/dist/nodes/Jumpseller/resources/orders/index.js.map +1 -0
  53. package/dist/nodes/Jumpseller/resources/pages/index.d.ts +2 -0
  54. package/dist/nodes/Jumpseller/resources/pages/index.js +672 -0
  55. package/dist/nodes/Jumpseller/resources/pages/index.js.map +1 -0
  56. package/dist/nodes/Jumpseller/resources/partners/index.d.ts +2 -0
  57. package/dist/nodes/Jumpseller/resources/partners/index.js +588 -0
  58. package/dist/nodes/Jumpseller/resources/partners/index.js.map +1 -0
  59. package/dist/nodes/Jumpseller/resources/payment-methods/index.d.ts +2 -0
  60. package/dist/nodes/Jumpseller/resources/payment-methods/index.js +206 -0
  61. package/dist/nodes/Jumpseller/resources/payment-methods/index.js.map +1 -0
  62. package/dist/nodes/Jumpseller/resources/product-attachments/index.d.ts +2 -0
  63. package/dist/nodes/Jumpseller/resources/product-attachments/index.js +587 -0
  64. package/dist/nodes/Jumpseller/resources/product-attachments/index.js.map +1 -0
  65. package/dist/nodes/Jumpseller/resources/product-custom-fields/index.d.ts +2 -0
  66. package/dist/nodes/Jumpseller/resources/product-custom-fields/index.js +587 -0
  67. package/dist/nodes/Jumpseller/resources/product-custom-fields/index.js.map +1 -0
  68. package/dist/nodes/Jumpseller/resources/product-digital-products/index.d.ts +2 -0
  69. package/dist/nodes/Jumpseller/resources/product-digital-products/index.js +587 -0
  70. package/dist/nodes/Jumpseller/resources/product-digital-products/index.js.map +1 -0
  71. package/dist/nodes/Jumpseller/resources/product-images/index.d.ts +2 -0
  72. package/dist/nodes/Jumpseller/resources/product-images/index.js +587 -0
  73. package/dist/nodes/Jumpseller/resources/product-images/index.js.map +1 -0
  74. package/dist/nodes/Jumpseller/resources/product-option-values/index.d.ts +2 -0
  75. package/dist/nodes/Jumpseller/resources/product-option-values/index.js +838 -0
  76. package/dist/nodes/Jumpseller/resources/product-option-values/index.js.map +1 -0
  77. package/dist/nodes/Jumpseller/resources/product-options/index.d.ts +2 -0
  78. package/dist/nodes/Jumpseller/resources/product-options/index.js +730 -0
  79. package/dist/nodes/Jumpseller/resources/product-options/index.js.map +1 -0
  80. package/dist/nodes/Jumpseller/resources/product-variants/index.d.ts +2 -0
  81. package/dist/nodes/Jumpseller/resources/product-variants/index.js +611 -0
  82. package/dist/nodes/Jumpseller/resources/product-variants/index.js.map +1 -0
  83. package/dist/nodes/Jumpseller/resources/products/index.d.ts +2 -0
  84. package/dist/nodes/Jumpseller/resources/products/index.js +1627 -0
  85. package/dist/nodes/Jumpseller/resources/products/index.js.map +1 -0
  86. package/dist/nodes/Jumpseller/resources/promotions/index.d.ts +2 -0
  87. package/dist/nodes/Jumpseller/resources/promotions/index.js +589 -0
  88. package/dist/nodes/Jumpseller/resources/promotions/index.js.map +1 -0
  89. package/dist/nodes/Jumpseller/resources/regions/index.d.ts +2 -0
  90. package/dist/nodes/Jumpseller/resources/regions/index.js +242 -0
  91. package/dist/nodes/Jumpseller/resources/regions/index.js.map +1 -0
  92. package/dist/nodes/Jumpseller/resources/shipping-methods/index.d.ts +2 -0
  93. package/dist/nodes/Jumpseller/resources/shipping-methods/index.js +539 -0
  94. package/dist/nodes/Jumpseller/resources/shipping-methods/index.js.map +1 -0
  95. package/dist/nodes/Jumpseller/resources/stores/index.d.ts +2 -0
  96. package/dist/nodes/Jumpseller/resources/stores/index.js +188 -0
  97. package/dist/nodes/Jumpseller/resources/stores/index.js.map +1 -0
  98. package/dist/nodes/Jumpseller/resources/taxes/index.d.ts +2 -0
  99. package/dist/nodes/Jumpseller/resources/taxes/index.js +313 -0
  100. package/dist/nodes/Jumpseller/resources/taxes/index.js.map +1 -0
  101. package/dist/package.json +62 -0
  102. package/dist/tsconfig.tsbuildinfo +1 -0
  103. package/package.json +62 -0
@@ -0,0 +1,1627 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.productsDescription = void 0;
4
+ exports.productsDescription = [
5
+ {
6
+ "displayName": "Operation",
7
+ "name": "operation",
8
+ "type": "options",
9
+ "noDataExpression": true,
10
+ "displayOptions": {
11
+ "show": {
12
+ "resource": [
13
+ "Products"
14
+ ]
15
+ }
16
+ },
17
+ "options": [
18
+ {
19
+ "name": "GET Products JSON",
20
+ "value": "GET Products JSON",
21
+ "action": "Retrieve all Products.",
22
+ "description": "Retrieve all Products.",
23
+ "routing": {
24
+ "request": {
25
+ "method": "GET",
26
+ "url": "=/products.json"
27
+ }
28
+ }
29
+ },
30
+ {
31
+ "name": "POST Products JSON",
32
+ "value": "POST Products JSON",
33
+ "action": "Create a new Product.",
34
+ "description": "Create a new Product.",
35
+ "routing": {
36
+ "request": {
37
+ "method": "POST",
38
+ "url": "=/products.json"
39
+ }
40
+ }
41
+ },
42
+ {
43
+ "name": "GET Products After",
44
+ "value": "GET Products After",
45
+ "action": "Retrieves Products after the given id.",
46
+ "description": "Retrieves Products after the given id.",
47
+ "routing": {
48
+ "request": {
49
+ "method": "GET",
50
+ "url": "=/products/after/{{$parameter[\"id\"]}}.json"
51
+ }
52
+ }
53
+ },
54
+ {
55
+ "name": "GET Products Category",
56
+ "value": "GET Products Category",
57
+ "action": "Retrieve Products filtered by category.",
58
+ "description": "Retrieve Products filtered by category.",
59
+ "routing": {
60
+ "request": {
61
+ "method": "GET",
62
+ "url": "=/products/category/{{$parameter[\"category_id\"]}}.json"
63
+ }
64
+ }
65
+ },
66
+ {
67
+ "name": "GET Products Category Count JSON",
68
+ "value": "GET Products Category Count JSON",
69
+ "action": "Count Products filtered by category.",
70
+ "description": "Count Products filtered by category.",
71
+ "routing": {
72
+ "request": {
73
+ "method": "GET",
74
+ "url": "=/products/category/{{$parameter[\"category_id\"]}}/count.json"
75
+ }
76
+ }
77
+ },
78
+ {
79
+ "name": "GET Products Count JSON",
80
+ "value": "GET Products Count JSON",
81
+ "action": "Count all Products.",
82
+ "description": "Count all Products.",
83
+ "routing": {
84
+ "request": {
85
+ "method": "GET",
86
+ "url": "=/products/count.json"
87
+ }
88
+ }
89
+ },
90
+ {
91
+ "name": "GET Products Search JSON",
92
+ "value": "GET Products Search JSON",
93
+ "action": "Retrieve a Product List from a query.",
94
+ "description": "Endpoint example: \n\n```text\nhttps://api.jumpseller.com/v1/products/search.json?login=XXXXXX&authtoken=XXXXX&query=test&fields=name,description \n```",
95
+ "routing": {
96
+ "request": {
97
+ "method": "GET",
98
+ "url": "=/products/search.json"
99
+ }
100
+ }
101
+ },
102
+ {
103
+ "name": "GET Products Status",
104
+ "value": "GET Products Status",
105
+ "action": "Retrieve Products filtered by status.",
106
+ "description": "Retrieve Products filtered by status.",
107
+ "routing": {
108
+ "request": {
109
+ "method": "GET",
110
+ "url": "=/products/status/{{$parameter[\"status\"]}}.json"
111
+ }
112
+ }
113
+ },
114
+ {
115
+ "name": "GET Products Status Count JSON",
116
+ "value": "GET Products Status Count JSON",
117
+ "action": "Count Products filtered by status.",
118
+ "description": "Count Products filtered by status.",
119
+ "routing": {
120
+ "request": {
121
+ "method": "GET",
122
+ "url": "=/products/status/{{$parameter[\"status\"]}}/count.json"
123
+ }
124
+ }
125
+ },
126
+ {
127
+ "name": "DELETE Products",
128
+ "value": "DELETE Products",
129
+ "action": "Delete an existing Product.",
130
+ "description": "Delete an existing Product.",
131
+ "routing": {
132
+ "request": {
133
+ "method": "DELETE",
134
+ "url": "=/products/{{$parameter[\"id\"]}}.json"
135
+ }
136
+ }
137
+ },
138
+ {
139
+ "name": "GET Products",
140
+ "value": "GET Products",
141
+ "action": "Retrieve a single Product.",
142
+ "description": "Retrieve a single Product.",
143
+ "routing": {
144
+ "request": {
145
+ "method": "GET",
146
+ "url": "=/products/{{$parameter[\"id\"]}}.json"
147
+ }
148
+ }
149
+ },
150
+ {
151
+ "name": "PUT Products",
152
+ "value": "PUT Products",
153
+ "action": "Modify an existing Product.",
154
+ "description": "Modify an existing Product.",
155
+ "routing": {
156
+ "request": {
157
+ "method": "PUT",
158
+ "url": "=/products/{{$parameter[\"id\"]}}.json"
159
+ }
160
+ }
161
+ }
162
+ ],
163
+ "default": ""
164
+ },
165
+ {
166
+ "displayName": "GET /products.json",
167
+ "name": "operation",
168
+ "type": "notice",
169
+ "typeOptions": {
170
+ "theme": "info"
171
+ },
172
+ "default": "",
173
+ "displayOptions": {
174
+ "show": {
175
+ "resource": [
176
+ "Products"
177
+ ],
178
+ "operation": [
179
+ "GET Products JSON"
180
+ ]
181
+ }
182
+ }
183
+ },
184
+ {
185
+ "displayName": "Login",
186
+ "name": "login",
187
+ "required": true,
188
+ "description": "API OAuth login.",
189
+ "default": "",
190
+ "type": "string",
191
+ "routing": {
192
+ "send": {
193
+ "type": "query",
194
+ "property": "login",
195
+ "value": "={{ $value }}",
196
+ "propertyInDotNotation": false
197
+ }
198
+ },
199
+ "displayOptions": {
200
+ "show": {
201
+ "resource": [
202
+ "Products"
203
+ ],
204
+ "operation": [
205
+ "GET Products JSON"
206
+ ]
207
+ }
208
+ }
209
+ },
210
+ {
211
+ "displayName": "Authtoken",
212
+ "name": "authtoken",
213
+ "required": true,
214
+ "description": "API OAuth token.",
215
+ "default": "",
216
+ "type": "string",
217
+ "routing": {
218
+ "send": {
219
+ "type": "query",
220
+ "property": "authtoken",
221
+ "value": "={{ $value }}",
222
+ "propertyInDotNotation": false
223
+ }
224
+ },
225
+ "displayOptions": {
226
+ "show": {
227
+ "resource": [
228
+ "Products"
229
+ ],
230
+ "operation": [
231
+ "GET Products JSON"
232
+ ]
233
+ }
234
+ }
235
+ },
236
+ {
237
+ "displayName": "Limit",
238
+ "name": "limit",
239
+ "description": "List restriction",
240
+ "default": 50,
241
+ "type": "number",
242
+ "routing": {
243
+ "send": {
244
+ "type": "query",
245
+ "property": "limit",
246
+ "value": "={{ $value }}",
247
+ "propertyInDotNotation": false
248
+ }
249
+ },
250
+ "displayOptions": {
251
+ "show": {
252
+ "resource": [
253
+ "Products"
254
+ ],
255
+ "operation": [
256
+ "GET Products JSON"
257
+ ]
258
+ }
259
+ }
260
+ },
261
+ {
262
+ "displayName": "Page",
263
+ "name": "page",
264
+ "description": "List page",
265
+ "default": 1,
266
+ "type": "number",
267
+ "routing": {
268
+ "send": {
269
+ "type": "query",
270
+ "property": "page",
271
+ "value": "={{ $value }}",
272
+ "propertyInDotNotation": false
273
+ }
274
+ },
275
+ "displayOptions": {
276
+ "show": {
277
+ "resource": [
278
+ "Products"
279
+ ],
280
+ "operation": [
281
+ "GET Products JSON"
282
+ ]
283
+ }
284
+ }
285
+ },
286
+ {
287
+ "displayName": "Locale",
288
+ "name": "locale",
289
+ "description": "Locale code of the translation",
290
+ "default": "",
291
+ "type": "string",
292
+ "routing": {
293
+ "send": {
294
+ "type": "query",
295
+ "property": "locale",
296
+ "value": "={{ $value }}",
297
+ "propertyInDotNotation": false
298
+ }
299
+ },
300
+ "displayOptions": {
301
+ "show": {
302
+ "resource": [
303
+ "Products"
304
+ ],
305
+ "operation": [
306
+ "GET Products JSON"
307
+ ]
308
+ }
309
+ }
310
+ },
311
+ {
312
+ "displayName": "POST /products.json",
313
+ "name": "operation",
314
+ "type": "notice",
315
+ "typeOptions": {
316
+ "theme": "info"
317
+ },
318
+ "default": "",
319
+ "displayOptions": {
320
+ "show": {
321
+ "resource": [
322
+ "Products"
323
+ ],
324
+ "operation": [
325
+ "POST Products JSON"
326
+ ]
327
+ }
328
+ }
329
+ },
330
+ {
331
+ "displayName": "Login",
332
+ "name": "login",
333
+ "required": true,
334
+ "description": "API OAuth login.",
335
+ "default": "",
336
+ "type": "string",
337
+ "routing": {
338
+ "send": {
339
+ "type": "query",
340
+ "property": "login",
341
+ "value": "={{ $value }}",
342
+ "propertyInDotNotation": false
343
+ }
344
+ },
345
+ "displayOptions": {
346
+ "show": {
347
+ "resource": [
348
+ "Products"
349
+ ],
350
+ "operation": [
351
+ "POST Products JSON"
352
+ ]
353
+ }
354
+ }
355
+ },
356
+ {
357
+ "displayName": "Authtoken",
358
+ "name": "authtoken",
359
+ "required": true,
360
+ "description": "API OAuth token.",
361
+ "default": "",
362
+ "type": "string",
363
+ "routing": {
364
+ "send": {
365
+ "type": "query",
366
+ "property": "authtoken",
367
+ "value": "={{ $value }}",
368
+ "propertyInDotNotation": false
369
+ }
370
+ },
371
+ "displayOptions": {
372
+ "show": {
373
+ "resource": [
374
+ "Products"
375
+ ],
376
+ "operation": [
377
+ "POST Products JSON"
378
+ ]
379
+ }
380
+ }
381
+ },
382
+ {
383
+ "displayName": "Locale",
384
+ "name": "locale",
385
+ "description": "Locale code of the translation",
386
+ "default": "",
387
+ "type": "string",
388
+ "routing": {
389
+ "send": {
390
+ "type": "query",
391
+ "property": "locale",
392
+ "value": "={{ $value }}",
393
+ "propertyInDotNotation": false
394
+ }
395
+ },
396
+ "displayOptions": {
397
+ "show": {
398
+ "resource": [
399
+ "Products"
400
+ ],
401
+ "operation": [
402
+ "POST Products JSON"
403
+ ]
404
+ }
405
+ }
406
+ },
407
+ {
408
+ "displayName": "Product",
409
+ "name": "product",
410
+ "type": "json",
411
+ "default": "{\n \"categories\": [\n {}\n ],\n \"featured\": false,\n \"package_format\": \"box\",\n \"shipping_required\": true,\n \"status\": \"available\",\n \"stock\": 100,\n \"weight\": 1\n}",
412
+ "routing": {
413
+ "send": {
414
+ "property": "product",
415
+ "propertyInDotNotation": false,
416
+ "type": "body",
417
+ "value": "={{ JSON.parse($value) }}"
418
+ }
419
+ },
420
+ "displayOptions": {
421
+ "show": {
422
+ "resource": [
423
+ "Products"
424
+ ],
425
+ "operation": [
426
+ "POST Products JSON"
427
+ ]
428
+ }
429
+ }
430
+ },
431
+ {
432
+ "displayName": "GET /products/after/{id}.json",
433
+ "name": "operation",
434
+ "type": "notice",
435
+ "typeOptions": {
436
+ "theme": "info"
437
+ },
438
+ "default": "",
439
+ "displayOptions": {
440
+ "show": {
441
+ "resource": [
442
+ "Products"
443
+ ],
444
+ "operation": [
445
+ "GET Products After"
446
+ ]
447
+ }
448
+ }
449
+ },
450
+ {
451
+ "displayName": "Login",
452
+ "name": "login",
453
+ "required": true,
454
+ "description": "API OAuth login.",
455
+ "default": "",
456
+ "type": "string",
457
+ "routing": {
458
+ "send": {
459
+ "type": "query",
460
+ "property": "login",
461
+ "value": "={{ $value }}",
462
+ "propertyInDotNotation": false
463
+ }
464
+ },
465
+ "displayOptions": {
466
+ "show": {
467
+ "resource": [
468
+ "Products"
469
+ ],
470
+ "operation": [
471
+ "GET Products After"
472
+ ]
473
+ }
474
+ }
475
+ },
476
+ {
477
+ "displayName": "Authtoken",
478
+ "name": "authtoken",
479
+ "required": true,
480
+ "description": "API OAuth token.",
481
+ "default": "",
482
+ "type": "string",
483
+ "routing": {
484
+ "send": {
485
+ "type": "query",
486
+ "property": "authtoken",
487
+ "value": "={{ $value }}",
488
+ "propertyInDotNotation": false
489
+ }
490
+ },
491
+ "displayOptions": {
492
+ "show": {
493
+ "resource": [
494
+ "Products"
495
+ ],
496
+ "operation": [
497
+ "GET Products After"
498
+ ]
499
+ }
500
+ }
501
+ },
502
+ {
503
+ "displayName": "ID",
504
+ "name": "id",
505
+ "required": true,
506
+ "description": "Id of the Product",
507
+ "default": 0,
508
+ "type": "number",
509
+ "displayOptions": {
510
+ "show": {
511
+ "resource": [
512
+ "Products"
513
+ ],
514
+ "operation": [
515
+ "GET Products After"
516
+ ]
517
+ }
518
+ }
519
+ },
520
+ {
521
+ "displayName": "Locale",
522
+ "name": "locale",
523
+ "description": "Locale code of the translation",
524
+ "default": "",
525
+ "type": "string",
526
+ "routing": {
527
+ "send": {
528
+ "type": "query",
529
+ "property": "locale",
530
+ "value": "={{ $value }}",
531
+ "propertyInDotNotation": false
532
+ }
533
+ },
534
+ "displayOptions": {
535
+ "show": {
536
+ "resource": [
537
+ "Products"
538
+ ],
539
+ "operation": [
540
+ "GET Products After"
541
+ ]
542
+ }
543
+ }
544
+ },
545
+ {
546
+ "displayName": "GET /products/category/{category_id}.json",
547
+ "name": "operation",
548
+ "type": "notice",
549
+ "typeOptions": {
550
+ "theme": "info"
551
+ },
552
+ "default": "",
553
+ "displayOptions": {
554
+ "show": {
555
+ "resource": [
556
+ "Products"
557
+ ],
558
+ "operation": [
559
+ "GET Products Category"
560
+ ]
561
+ }
562
+ }
563
+ },
564
+ {
565
+ "displayName": "Login",
566
+ "name": "login",
567
+ "required": true,
568
+ "description": "API OAuth login.",
569
+ "default": "",
570
+ "type": "string",
571
+ "routing": {
572
+ "send": {
573
+ "type": "query",
574
+ "property": "login",
575
+ "value": "={{ $value }}",
576
+ "propertyInDotNotation": false
577
+ }
578
+ },
579
+ "displayOptions": {
580
+ "show": {
581
+ "resource": [
582
+ "Products"
583
+ ],
584
+ "operation": [
585
+ "GET Products Category"
586
+ ]
587
+ }
588
+ }
589
+ },
590
+ {
591
+ "displayName": "Authtoken",
592
+ "name": "authtoken",
593
+ "required": true,
594
+ "description": "API OAuth token.",
595
+ "default": "",
596
+ "type": "string",
597
+ "routing": {
598
+ "send": {
599
+ "type": "query",
600
+ "property": "authtoken",
601
+ "value": "={{ $value }}",
602
+ "propertyInDotNotation": false
603
+ }
604
+ },
605
+ "displayOptions": {
606
+ "show": {
607
+ "resource": [
608
+ "Products"
609
+ ],
610
+ "operation": [
611
+ "GET Products Category"
612
+ ]
613
+ }
614
+ }
615
+ },
616
+ {
617
+ "displayName": "Locale",
618
+ "name": "locale",
619
+ "description": "Locale code of the translation",
620
+ "default": "",
621
+ "type": "string",
622
+ "routing": {
623
+ "send": {
624
+ "type": "query",
625
+ "property": "locale",
626
+ "value": "={{ $value }}",
627
+ "propertyInDotNotation": false
628
+ }
629
+ },
630
+ "displayOptions": {
631
+ "show": {
632
+ "resource": [
633
+ "Products"
634
+ ],
635
+ "operation": [
636
+ "GET Products Category"
637
+ ]
638
+ }
639
+ }
640
+ },
641
+ {
642
+ "displayName": "Category ID",
643
+ "name": "category_id",
644
+ "required": true,
645
+ "description": "Category ID of the Product used as filter",
646
+ "default": 0,
647
+ "type": "number",
648
+ "displayOptions": {
649
+ "show": {
650
+ "resource": [
651
+ "Products"
652
+ ],
653
+ "operation": [
654
+ "GET Products Category"
655
+ ]
656
+ }
657
+ }
658
+ },
659
+ {
660
+ "displayName": "GET /products/category/{category_id}/count.json",
661
+ "name": "operation",
662
+ "type": "notice",
663
+ "typeOptions": {
664
+ "theme": "info"
665
+ },
666
+ "default": "",
667
+ "displayOptions": {
668
+ "show": {
669
+ "resource": [
670
+ "Products"
671
+ ],
672
+ "operation": [
673
+ "GET Products Category Count JSON"
674
+ ]
675
+ }
676
+ }
677
+ },
678
+ {
679
+ "displayName": "Login",
680
+ "name": "login",
681
+ "required": true,
682
+ "description": "API OAuth login.",
683
+ "default": "",
684
+ "type": "string",
685
+ "routing": {
686
+ "send": {
687
+ "type": "query",
688
+ "property": "login",
689
+ "value": "={{ $value }}",
690
+ "propertyInDotNotation": false
691
+ }
692
+ },
693
+ "displayOptions": {
694
+ "show": {
695
+ "resource": [
696
+ "Products"
697
+ ],
698
+ "operation": [
699
+ "GET Products Category Count JSON"
700
+ ]
701
+ }
702
+ }
703
+ },
704
+ {
705
+ "displayName": "Authtoken",
706
+ "name": "authtoken",
707
+ "required": true,
708
+ "description": "API OAuth token.",
709
+ "default": "",
710
+ "type": "string",
711
+ "routing": {
712
+ "send": {
713
+ "type": "query",
714
+ "property": "authtoken",
715
+ "value": "={{ $value }}",
716
+ "propertyInDotNotation": false
717
+ }
718
+ },
719
+ "displayOptions": {
720
+ "show": {
721
+ "resource": [
722
+ "Products"
723
+ ],
724
+ "operation": [
725
+ "GET Products Category Count JSON"
726
+ ]
727
+ }
728
+ }
729
+ },
730
+ {
731
+ "displayName": "Locale",
732
+ "name": "locale",
733
+ "description": "Locale code of the translation",
734
+ "default": "",
735
+ "type": "string",
736
+ "routing": {
737
+ "send": {
738
+ "type": "query",
739
+ "property": "locale",
740
+ "value": "={{ $value }}",
741
+ "propertyInDotNotation": false
742
+ }
743
+ },
744
+ "displayOptions": {
745
+ "show": {
746
+ "resource": [
747
+ "Products"
748
+ ],
749
+ "operation": [
750
+ "GET Products Category Count JSON"
751
+ ]
752
+ }
753
+ }
754
+ },
755
+ {
756
+ "displayName": "Category ID",
757
+ "name": "category_id",
758
+ "required": true,
759
+ "description": "Category ID of the Product used as filter",
760
+ "default": 0,
761
+ "type": "number",
762
+ "displayOptions": {
763
+ "show": {
764
+ "resource": [
765
+ "Products"
766
+ ],
767
+ "operation": [
768
+ "GET Products Category Count JSON"
769
+ ]
770
+ }
771
+ }
772
+ },
773
+ {
774
+ "displayName": "GET /products/count.json",
775
+ "name": "operation",
776
+ "type": "notice",
777
+ "typeOptions": {
778
+ "theme": "info"
779
+ },
780
+ "default": "",
781
+ "displayOptions": {
782
+ "show": {
783
+ "resource": [
784
+ "Products"
785
+ ],
786
+ "operation": [
787
+ "GET Products Count JSON"
788
+ ]
789
+ }
790
+ }
791
+ },
792
+ {
793
+ "displayName": "Login",
794
+ "name": "login",
795
+ "required": true,
796
+ "description": "API OAuth login.",
797
+ "default": "",
798
+ "type": "string",
799
+ "routing": {
800
+ "send": {
801
+ "type": "query",
802
+ "property": "login",
803
+ "value": "={{ $value }}",
804
+ "propertyInDotNotation": false
805
+ }
806
+ },
807
+ "displayOptions": {
808
+ "show": {
809
+ "resource": [
810
+ "Products"
811
+ ],
812
+ "operation": [
813
+ "GET Products Count JSON"
814
+ ]
815
+ }
816
+ }
817
+ },
818
+ {
819
+ "displayName": "Authtoken",
820
+ "name": "authtoken",
821
+ "required": true,
822
+ "description": "API OAuth token.",
823
+ "default": "",
824
+ "type": "string",
825
+ "routing": {
826
+ "send": {
827
+ "type": "query",
828
+ "property": "authtoken",
829
+ "value": "={{ $value }}",
830
+ "propertyInDotNotation": false
831
+ }
832
+ },
833
+ "displayOptions": {
834
+ "show": {
835
+ "resource": [
836
+ "Products"
837
+ ],
838
+ "operation": [
839
+ "GET Products Count JSON"
840
+ ]
841
+ }
842
+ }
843
+ },
844
+ {
845
+ "displayName": "GET /products/search.json",
846
+ "name": "operation",
847
+ "type": "notice",
848
+ "typeOptions": {
849
+ "theme": "info"
850
+ },
851
+ "default": "",
852
+ "displayOptions": {
853
+ "show": {
854
+ "resource": [
855
+ "Products"
856
+ ],
857
+ "operation": [
858
+ "GET Products Search JSON"
859
+ ]
860
+ }
861
+ }
862
+ },
863
+ {
864
+ "displayName": "Login",
865
+ "name": "login",
866
+ "required": true,
867
+ "description": "API OAuth login.",
868
+ "default": "",
869
+ "type": "string",
870
+ "routing": {
871
+ "send": {
872
+ "type": "query",
873
+ "property": "login",
874
+ "value": "={{ $value }}",
875
+ "propertyInDotNotation": false
876
+ }
877
+ },
878
+ "displayOptions": {
879
+ "show": {
880
+ "resource": [
881
+ "Products"
882
+ ],
883
+ "operation": [
884
+ "GET Products Search JSON"
885
+ ]
886
+ }
887
+ }
888
+ },
889
+ {
890
+ "displayName": "Authtoken",
891
+ "name": "authtoken",
892
+ "required": true,
893
+ "description": "API OAuth token.",
894
+ "default": "",
895
+ "type": "string",
896
+ "routing": {
897
+ "send": {
898
+ "type": "query",
899
+ "property": "authtoken",
900
+ "value": "={{ $value }}",
901
+ "propertyInDotNotation": false
902
+ }
903
+ },
904
+ "displayOptions": {
905
+ "show": {
906
+ "resource": [
907
+ "Products"
908
+ ],
909
+ "operation": [
910
+ "GET Products Search JSON"
911
+ ]
912
+ }
913
+ }
914
+ },
915
+ {
916
+ "displayName": "Locale",
917
+ "name": "locale",
918
+ "description": "Locale code of the translation",
919
+ "default": "",
920
+ "type": "string",
921
+ "routing": {
922
+ "send": {
923
+ "type": "query",
924
+ "property": "locale",
925
+ "value": "={{ $value }}",
926
+ "propertyInDotNotation": false
927
+ }
928
+ },
929
+ "displayOptions": {
930
+ "show": {
931
+ "resource": [
932
+ "Products"
933
+ ],
934
+ "operation": [
935
+ "GET Products Search JSON"
936
+ ]
937
+ }
938
+ }
939
+ },
940
+ {
941
+ "displayName": "Query",
942
+ "name": "query",
943
+ "required": true,
944
+ "description": "Text to query for the Product",
945
+ "default": "",
946
+ "type": "string",
947
+ "routing": {
948
+ "send": {
949
+ "type": "query",
950
+ "property": "query",
951
+ "value": "={{ $value }}",
952
+ "propertyInDotNotation": false
953
+ }
954
+ },
955
+ "displayOptions": {
956
+ "show": {
957
+ "resource": [
958
+ "Products"
959
+ ],
960
+ "operation": [
961
+ "GET Products Search JSON"
962
+ ]
963
+ }
964
+ }
965
+ },
966
+ {
967
+ "displayName": "Fields",
968
+ "name": "fields",
969
+ "description": "Comma separated values of the fields to query for the Product",
970
+ "default": "sku",
971
+ "type": "options",
972
+ "options": [
973
+ {
974
+ "name": "Sku",
975
+ "value": "sku"
976
+ },
977
+ {
978
+ "name": "Barcode",
979
+ "value": "barcode"
980
+ },
981
+ {
982
+ "name": "Brand",
983
+ "value": "brand"
984
+ },
985
+ {
986
+ "name": "Name",
987
+ "value": "name"
988
+ },
989
+ {
990
+ "name": "Description",
991
+ "value": "description"
992
+ },
993
+ {
994
+ "name": "Variants",
995
+ "value": "variants"
996
+ },
997
+ {
998
+ "name": "Option Name",
999
+ "value": "option_name"
1000
+ },
1001
+ {
1002
+ "name": "Custom Fields",
1003
+ "value": "custom_fields"
1004
+ },
1005
+ {
1006
+ "name": "Custom Fields Selects",
1007
+ "value": "custom_fields_selects"
1008
+ }
1009
+ ],
1010
+ "routing": {
1011
+ "send": {
1012
+ "type": "query",
1013
+ "property": "fields",
1014
+ "value": "={{ $value }}",
1015
+ "propertyInDotNotation": false
1016
+ }
1017
+ },
1018
+ "displayOptions": {
1019
+ "show": {
1020
+ "resource": [
1021
+ "Products"
1022
+ ],
1023
+ "operation": [
1024
+ "GET Products Search JSON"
1025
+ ]
1026
+ }
1027
+ }
1028
+ },
1029
+ {
1030
+ "displayName": "GET /products/status/{status}.json",
1031
+ "name": "operation",
1032
+ "type": "notice",
1033
+ "typeOptions": {
1034
+ "theme": "info"
1035
+ },
1036
+ "default": "",
1037
+ "displayOptions": {
1038
+ "show": {
1039
+ "resource": [
1040
+ "Products"
1041
+ ],
1042
+ "operation": [
1043
+ "GET Products Status"
1044
+ ]
1045
+ }
1046
+ }
1047
+ },
1048
+ {
1049
+ "displayName": "Login",
1050
+ "name": "login",
1051
+ "required": true,
1052
+ "description": "API OAuth login.",
1053
+ "default": "",
1054
+ "type": "string",
1055
+ "routing": {
1056
+ "send": {
1057
+ "type": "query",
1058
+ "property": "login",
1059
+ "value": "={{ $value }}",
1060
+ "propertyInDotNotation": false
1061
+ }
1062
+ },
1063
+ "displayOptions": {
1064
+ "show": {
1065
+ "resource": [
1066
+ "Products"
1067
+ ],
1068
+ "operation": [
1069
+ "GET Products Status"
1070
+ ]
1071
+ }
1072
+ }
1073
+ },
1074
+ {
1075
+ "displayName": "Authtoken",
1076
+ "name": "authtoken",
1077
+ "required": true,
1078
+ "description": "API OAuth token.",
1079
+ "default": "",
1080
+ "type": "string",
1081
+ "routing": {
1082
+ "send": {
1083
+ "type": "query",
1084
+ "property": "authtoken",
1085
+ "value": "={{ $value }}",
1086
+ "propertyInDotNotation": false
1087
+ }
1088
+ },
1089
+ "displayOptions": {
1090
+ "show": {
1091
+ "resource": [
1092
+ "Products"
1093
+ ],
1094
+ "operation": [
1095
+ "GET Products Status"
1096
+ ]
1097
+ }
1098
+ }
1099
+ },
1100
+ {
1101
+ "displayName": "Locale",
1102
+ "name": "locale",
1103
+ "description": "Locale code of the translation",
1104
+ "default": "",
1105
+ "type": "string",
1106
+ "routing": {
1107
+ "send": {
1108
+ "type": "query",
1109
+ "property": "locale",
1110
+ "value": "={{ $value }}",
1111
+ "propertyInDotNotation": false
1112
+ }
1113
+ },
1114
+ "displayOptions": {
1115
+ "show": {
1116
+ "resource": [
1117
+ "Products"
1118
+ ],
1119
+ "operation": [
1120
+ "GET Products Status"
1121
+ ]
1122
+ }
1123
+ }
1124
+ },
1125
+ {
1126
+ "displayName": "Status",
1127
+ "name": "status",
1128
+ "required": true,
1129
+ "description": "Status of the Product used as filter",
1130
+ "default": "available",
1131
+ "type": "options",
1132
+ "options": [
1133
+ {
1134
+ "name": "Available",
1135
+ "value": "available"
1136
+ },
1137
+ {
1138
+ "name": "Not Available",
1139
+ "value": "not-available"
1140
+ },
1141
+ {
1142
+ "name": "Disabled",
1143
+ "value": "disabled"
1144
+ }
1145
+ ],
1146
+ "displayOptions": {
1147
+ "show": {
1148
+ "resource": [
1149
+ "Products"
1150
+ ],
1151
+ "operation": [
1152
+ "GET Products Status"
1153
+ ]
1154
+ }
1155
+ }
1156
+ },
1157
+ {
1158
+ "displayName": "GET /products/status/{status}/count.json",
1159
+ "name": "operation",
1160
+ "type": "notice",
1161
+ "typeOptions": {
1162
+ "theme": "info"
1163
+ },
1164
+ "default": "",
1165
+ "displayOptions": {
1166
+ "show": {
1167
+ "resource": [
1168
+ "Products"
1169
+ ],
1170
+ "operation": [
1171
+ "GET Products Status Count JSON"
1172
+ ]
1173
+ }
1174
+ }
1175
+ },
1176
+ {
1177
+ "displayName": "Login",
1178
+ "name": "login",
1179
+ "required": true,
1180
+ "description": "API OAuth login.",
1181
+ "default": "",
1182
+ "type": "string",
1183
+ "routing": {
1184
+ "send": {
1185
+ "type": "query",
1186
+ "property": "login",
1187
+ "value": "={{ $value }}",
1188
+ "propertyInDotNotation": false
1189
+ }
1190
+ },
1191
+ "displayOptions": {
1192
+ "show": {
1193
+ "resource": [
1194
+ "Products"
1195
+ ],
1196
+ "operation": [
1197
+ "GET Products Status Count JSON"
1198
+ ]
1199
+ }
1200
+ }
1201
+ },
1202
+ {
1203
+ "displayName": "Authtoken",
1204
+ "name": "authtoken",
1205
+ "required": true,
1206
+ "description": "API OAuth token.",
1207
+ "default": "",
1208
+ "type": "string",
1209
+ "routing": {
1210
+ "send": {
1211
+ "type": "query",
1212
+ "property": "authtoken",
1213
+ "value": "={{ $value }}",
1214
+ "propertyInDotNotation": false
1215
+ }
1216
+ },
1217
+ "displayOptions": {
1218
+ "show": {
1219
+ "resource": [
1220
+ "Products"
1221
+ ],
1222
+ "operation": [
1223
+ "GET Products Status Count JSON"
1224
+ ]
1225
+ }
1226
+ }
1227
+ },
1228
+ {
1229
+ "displayName": "Locale",
1230
+ "name": "locale",
1231
+ "description": "Locale code of the translation",
1232
+ "default": "",
1233
+ "type": "string",
1234
+ "routing": {
1235
+ "send": {
1236
+ "type": "query",
1237
+ "property": "locale",
1238
+ "value": "={{ $value }}",
1239
+ "propertyInDotNotation": false
1240
+ }
1241
+ },
1242
+ "displayOptions": {
1243
+ "show": {
1244
+ "resource": [
1245
+ "Products"
1246
+ ],
1247
+ "operation": [
1248
+ "GET Products Status Count JSON"
1249
+ ]
1250
+ }
1251
+ }
1252
+ },
1253
+ {
1254
+ "displayName": "Status",
1255
+ "name": "status",
1256
+ "required": true,
1257
+ "description": "Status of the Product used as filter",
1258
+ "default": "available",
1259
+ "type": "options",
1260
+ "options": [
1261
+ {
1262
+ "name": "Available",
1263
+ "value": "available"
1264
+ },
1265
+ {
1266
+ "name": "Not Available",
1267
+ "value": "not-available"
1268
+ },
1269
+ {
1270
+ "name": "Disabled",
1271
+ "value": "disabled"
1272
+ }
1273
+ ],
1274
+ "displayOptions": {
1275
+ "show": {
1276
+ "resource": [
1277
+ "Products"
1278
+ ],
1279
+ "operation": [
1280
+ "GET Products Status Count JSON"
1281
+ ]
1282
+ }
1283
+ }
1284
+ },
1285
+ {
1286
+ "displayName": "DELETE /products/{id}.json",
1287
+ "name": "operation",
1288
+ "type": "notice",
1289
+ "typeOptions": {
1290
+ "theme": "info"
1291
+ },
1292
+ "default": "",
1293
+ "displayOptions": {
1294
+ "show": {
1295
+ "resource": [
1296
+ "Products"
1297
+ ],
1298
+ "operation": [
1299
+ "DELETE Products"
1300
+ ]
1301
+ }
1302
+ }
1303
+ },
1304
+ {
1305
+ "displayName": "Login",
1306
+ "name": "login",
1307
+ "required": true,
1308
+ "description": "API OAuth login.",
1309
+ "default": "",
1310
+ "type": "string",
1311
+ "routing": {
1312
+ "send": {
1313
+ "type": "query",
1314
+ "property": "login",
1315
+ "value": "={{ $value }}",
1316
+ "propertyInDotNotation": false
1317
+ }
1318
+ },
1319
+ "displayOptions": {
1320
+ "show": {
1321
+ "resource": [
1322
+ "Products"
1323
+ ],
1324
+ "operation": [
1325
+ "DELETE Products"
1326
+ ]
1327
+ }
1328
+ }
1329
+ },
1330
+ {
1331
+ "displayName": "Authtoken",
1332
+ "name": "authtoken",
1333
+ "required": true,
1334
+ "description": "API OAuth token.",
1335
+ "default": "",
1336
+ "type": "string",
1337
+ "routing": {
1338
+ "send": {
1339
+ "type": "query",
1340
+ "property": "authtoken",
1341
+ "value": "={{ $value }}",
1342
+ "propertyInDotNotation": false
1343
+ }
1344
+ },
1345
+ "displayOptions": {
1346
+ "show": {
1347
+ "resource": [
1348
+ "Products"
1349
+ ],
1350
+ "operation": [
1351
+ "DELETE Products"
1352
+ ]
1353
+ }
1354
+ }
1355
+ },
1356
+ {
1357
+ "displayName": "ID",
1358
+ "name": "id",
1359
+ "required": true,
1360
+ "description": "Id of the Product",
1361
+ "default": 0,
1362
+ "type": "number",
1363
+ "displayOptions": {
1364
+ "show": {
1365
+ "resource": [
1366
+ "Products"
1367
+ ],
1368
+ "operation": [
1369
+ "DELETE Products"
1370
+ ]
1371
+ }
1372
+ }
1373
+ },
1374
+ {
1375
+ "displayName": "GET /products/{id}.json",
1376
+ "name": "operation",
1377
+ "type": "notice",
1378
+ "typeOptions": {
1379
+ "theme": "info"
1380
+ },
1381
+ "default": "",
1382
+ "displayOptions": {
1383
+ "show": {
1384
+ "resource": [
1385
+ "Products"
1386
+ ],
1387
+ "operation": [
1388
+ "GET Products"
1389
+ ]
1390
+ }
1391
+ }
1392
+ },
1393
+ {
1394
+ "displayName": "Login",
1395
+ "name": "login",
1396
+ "required": true,
1397
+ "description": "API OAuth login.",
1398
+ "default": "",
1399
+ "type": "string",
1400
+ "routing": {
1401
+ "send": {
1402
+ "type": "query",
1403
+ "property": "login",
1404
+ "value": "={{ $value }}",
1405
+ "propertyInDotNotation": false
1406
+ }
1407
+ },
1408
+ "displayOptions": {
1409
+ "show": {
1410
+ "resource": [
1411
+ "Products"
1412
+ ],
1413
+ "operation": [
1414
+ "GET Products"
1415
+ ]
1416
+ }
1417
+ }
1418
+ },
1419
+ {
1420
+ "displayName": "Authtoken",
1421
+ "name": "authtoken",
1422
+ "required": true,
1423
+ "description": "API OAuth token.",
1424
+ "default": "",
1425
+ "type": "string",
1426
+ "routing": {
1427
+ "send": {
1428
+ "type": "query",
1429
+ "property": "authtoken",
1430
+ "value": "={{ $value }}",
1431
+ "propertyInDotNotation": false
1432
+ }
1433
+ },
1434
+ "displayOptions": {
1435
+ "show": {
1436
+ "resource": [
1437
+ "Products"
1438
+ ],
1439
+ "operation": [
1440
+ "GET Products"
1441
+ ]
1442
+ }
1443
+ }
1444
+ },
1445
+ {
1446
+ "displayName": "Locale",
1447
+ "name": "locale",
1448
+ "description": "Locale code of the translation",
1449
+ "default": "",
1450
+ "type": "string",
1451
+ "routing": {
1452
+ "send": {
1453
+ "type": "query",
1454
+ "property": "locale",
1455
+ "value": "={{ $value }}",
1456
+ "propertyInDotNotation": false
1457
+ }
1458
+ },
1459
+ "displayOptions": {
1460
+ "show": {
1461
+ "resource": [
1462
+ "Products"
1463
+ ],
1464
+ "operation": [
1465
+ "GET Products"
1466
+ ]
1467
+ }
1468
+ }
1469
+ },
1470
+ {
1471
+ "displayName": "ID",
1472
+ "name": "id",
1473
+ "required": true,
1474
+ "description": "ID of the Product",
1475
+ "default": 0,
1476
+ "type": "number",
1477
+ "displayOptions": {
1478
+ "show": {
1479
+ "resource": [
1480
+ "Products"
1481
+ ],
1482
+ "operation": [
1483
+ "GET Products"
1484
+ ]
1485
+ }
1486
+ }
1487
+ },
1488
+ {
1489
+ "displayName": "PUT /products/{id}.json",
1490
+ "name": "operation",
1491
+ "type": "notice",
1492
+ "typeOptions": {
1493
+ "theme": "info"
1494
+ },
1495
+ "default": "",
1496
+ "displayOptions": {
1497
+ "show": {
1498
+ "resource": [
1499
+ "Products"
1500
+ ],
1501
+ "operation": [
1502
+ "PUT Products"
1503
+ ]
1504
+ }
1505
+ }
1506
+ },
1507
+ {
1508
+ "displayName": "Login",
1509
+ "name": "login",
1510
+ "required": true,
1511
+ "description": "API OAuth login.",
1512
+ "default": "",
1513
+ "type": "string",
1514
+ "routing": {
1515
+ "send": {
1516
+ "type": "query",
1517
+ "property": "login",
1518
+ "value": "={{ $value }}",
1519
+ "propertyInDotNotation": false
1520
+ }
1521
+ },
1522
+ "displayOptions": {
1523
+ "show": {
1524
+ "resource": [
1525
+ "Products"
1526
+ ],
1527
+ "operation": [
1528
+ "PUT Products"
1529
+ ]
1530
+ }
1531
+ }
1532
+ },
1533
+ {
1534
+ "displayName": "Authtoken",
1535
+ "name": "authtoken",
1536
+ "required": true,
1537
+ "description": "API OAuth token.",
1538
+ "default": "",
1539
+ "type": "string",
1540
+ "routing": {
1541
+ "send": {
1542
+ "type": "query",
1543
+ "property": "authtoken",
1544
+ "value": "={{ $value }}",
1545
+ "propertyInDotNotation": false
1546
+ }
1547
+ },
1548
+ "displayOptions": {
1549
+ "show": {
1550
+ "resource": [
1551
+ "Products"
1552
+ ],
1553
+ "operation": [
1554
+ "PUT Products"
1555
+ ]
1556
+ }
1557
+ }
1558
+ },
1559
+ {
1560
+ "displayName": "ID",
1561
+ "name": "id",
1562
+ "required": true,
1563
+ "description": "Id of the Product",
1564
+ "default": 0,
1565
+ "type": "number",
1566
+ "displayOptions": {
1567
+ "show": {
1568
+ "resource": [
1569
+ "Products"
1570
+ ],
1571
+ "operation": [
1572
+ "PUT Products"
1573
+ ]
1574
+ }
1575
+ }
1576
+ },
1577
+ {
1578
+ "displayName": "Locale",
1579
+ "name": "locale",
1580
+ "description": "Locale code of the translation",
1581
+ "default": "",
1582
+ "type": "string",
1583
+ "routing": {
1584
+ "send": {
1585
+ "type": "query",
1586
+ "property": "locale",
1587
+ "value": "={{ $value }}",
1588
+ "propertyInDotNotation": false
1589
+ }
1590
+ },
1591
+ "displayOptions": {
1592
+ "show": {
1593
+ "resource": [
1594
+ "Products"
1595
+ ],
1596
+ "operation": [
1597
+ "PUT Products"
1598
+ ]
1599
+ }
1600
+ }
1601
+ },
1602
+ {
1603
+ "displayName": "Product",
1604
+ "name": "product",
1605
+ "type": "json",
1606
+ "default": "{\n \"categories\": [\n {}\n ],\n \"featured\": false,\n \"package_format\": \"box\",\n \"shipping_required\": true,\n \"status\": \"available\",\n \"stock\": 100,\n \"weight\": 1\n}",
1607
+ "routing": {
1608
+ "send": {
1609
+ "property": "product",
1610
+ "propertyInDotNotation": false,
1611
+ "type": "body",
1612
+ "value": "={{ JSON.parse($value) }}"
1613
+ }
1614
+ },
1615
+ "displayOptions": {
1616
+ "show": {
1617
+ "resource": [
1618
+ "Products"
1619
+ ],
1620
+ "operation": [
1621
+ "PUT Products"
1622
+ ]
1623
+ }
1624
+ }
1625
+ },
1626
+ ];
1627
+ //# sourceMappingURL=index.js.map