@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.
- package/README.md +397 -0
- package/dist/banner.svg +81 -0
- package/dist/credentials/JumpsellerApi.credentials.d.ts +9 -0
- package/dist/credentials/JumpsellerApi.credentials.js +40 -0
- package/dist/credentials/JumpsellerApi.credentials.js.map +1 -0
- package/dist/icons/jumpseller.dark.png +0 -0
- package/dist/icons/jumpseller.png +0 -0
- package/dist/nodes/Jumpseller/Jumpseller.node.d.ts +4 -0
- package/dist/nodes/Jumpseller/Jumpseller.node.js +243 -0
- package/dist/nodes/Jumpseller/Jumpseller.node.js.map +1 -0
- package/dist/nodes/Jumpseller/Jumpseller.node.json +20 -0
- package/dist/nodes/Jumpseller/jumpseller.dark.png +0 -0
- package/dist/nodes/Jumpseller/jumpseller.png +0 -0
- package/dist/nodes/Jumpseller/resources/apps/index.d.ts +2 -0
- package/dist/nodes/Jumpseller/resources/apps/index.js +414 -0
- package/dist/nodes/Jumpseller/resources/apps/index.js.map +1 -0
- package/dist/nodes/Jumpseller/resources/categories/index.d.ts +2 -0
- package/dist/nodes/Jumpseller/resources/categories/index.js +622 -0
- package/dist/nodes/Jumpseller/resources/categories/index.js.map +1 -0
- package/dist/nodes/Jumpseller/resources/checkout-custom-fields/index.d.ts +2 -0
- package/dist/nodes/Jumpseller/resources/checkout-custom-fields/index.js +589 -0
- package/dist/nodes/Jumpseller/resources/checkout-custom-fields/index.js.map +1 -0
- package/dist/nodes/Jumpseller/resources/countries/index.d.ts +2 -0
- package/dist/nodes/Jumpseller/resources/countries/index.js +426 -0
- package/dist/nodes/Jumpseller/resources/countries/index.js.map +1 -0
- package/dist/nodes/Jumpseller/resources/custom-field-select-options/index.d.ts +2 -0
- package/dist/nodes/Jumpseller/resources/custom-field-select-options/index.js +510 -0
- package/dist/nodes/Jumpseller/resources/custom-field-select-options/index.js.map +1 -0
- package/dist/nodes/Jumpseller/resources/custom-fields/index.d.ts +2 -0
- package/dist/nodes/Jumpseller/resources/custom-fields/index.js +658 -0
- package/dist/nodes/Jumpseller/resources/custom-fields/index.js.map +1 -0
- package/dist/nodes/Jumpseller/resources/customer-additional-fields/index.d.ts +2 -0
- package/dist/nodes/Jumpseller/resources/customer-additional-fields/index.js +510 -0
- package/dist/nodes/Jumpseller/resources/customer-additional-fields/index.js.map +1 -0
- package/dist/nodes/Jumpseller/resources/customer-categories/index.d.ts +2 -0
- package/dist/nodes/Jumpseller/resources/customer-categories/index.js +940 -0
- package/dist/nodes/Jumpseller/resources/customer-categories/index.js.map +1 -0
- package/dist/nodes/Jumpseller/resources/customers/index.d.ts +2 -0
- package/dist/nodes/Jumpseller/resources/customers/index.js +773 -0
- package/dist/nodes/Jumpseller/resources/customers/index.js.map +1 -0
- package/dist/nodes/Jumpseller/resources/fulfillments/index.d.ts +2 -0
- package/dist/nodes/Jumpseller/resources/fulfillments/index.js +440 -0
- package/dist/nodes/Jumpseller/resources/fulfillments/index.js.map +1 -0
- package/dist/nodes/Jumpseller/resources/hooks/index.d.ts +2 -0
- package/dist/nodes/Jumpseller/resources/hooks/index.js +589 -0
- package/dist/nodes/Jumpseller/resources/hooks/index.js.map +1 -0
- package/dist/nodes/Jumpseller/resources/index.d.ts +28 -0
- package/dist/nodes/Jumpseller/resources/index.js +60 -0
- package/dist/nodes/Jumpseller/resources/index.js.map +1 -0
- package/dist/nodes/Jumpseller/resources/orders/index.d.ts +2 -0
- package/dist/nodes/Jumpseller/resources/orders/index.js +1029 -0
- package/dist/nodes/Jumpseller/resources/orders/index.js.map +1 -0
- package/dist/nodes/Jumpseller/resources/pages/index.d.ts +2 -0
- package/dist/nodes/Jumpseller/resources/pages/index.js +672 -0
- package/dist/nodes/Jumpseller/resources/pages/index.js.map +1 -0
- package/dist/nodes/Jumpseller/resources/partners/index.d.ts +2 -0
- package/dist/nodes/Jumpseller/resources/partners/index.js +588 -0
- package/dist/nodes/Jumpseller/resources/partners/index.js.map +1 -0
- package/dist/nodes/Jumpseller/resources/payment-methods/index.d.ts +2 -0
- package/dist/nodes/Jumpseller/resources/payment-methods/index.js +206 -0
- package/dist/nodes/Jumpseller/resources/payment-methods/index.js.map +1 -0
- package/dist/nodes/Jumpseller/resources/product-attachments/index.d.ts +2 -0
- package/dist/nodes/Jumpseller/resources/product-attachments/index.js +587 -0
- package/dist/nodes/Jumpseller/resources/product-attachments/index.js.map +1 -0
- package/dist/nodes/Jumpseller/resources/product-custom-fields/index.d.ts +2 -0
- package/dist/nodes/Jumpseller/resources/product-custom-fields/index.js +587 -0
- package/dist/nodes/Jumpseller/resources/product-custom-fields/index.js.map +1 -0
- package/dist/nodes/Jumpseller/resources/product-digital-products/index.d.ts +2 -0
- package/dist/nodes/Jumpseller/resources/product-digital-products/index.js +587 -0
- package/dist/nodes/Jumpseller/resources/product-digital-products/index.js.map +1 -0
- package/dist/nodes/Jumpseller/resources/product-images/index.d.ts +2 -0
- package/dist/nodes/Jumpseller/resources/product-images/index.js +587 -0
- package/dist/nodes/Jumpseller/resources/product-images/index.js.map +1 -0
- package/dist/nodes/Jumpseller/resources/product-option-values/index.d.ts +2 -0
- package/dist/nodes/Jumpseller/resources/product-option-values/index.js +838 -0
- package/dist/nodes/Jumpseller/resources/product-option-values/index.js.map +1 -0
- package/dist/nodes/Jumpseller/resources/product-options/index.d.ts +2 -0
- package/dist/nodes/Jumpseller/resources/product-options/index.js +730 -0
- package/dist/nodes/Jumpseller/resources/product-options/index.js.map +1 -0
- package/dist/nodes/Jumpseller/resources/product-variants/index.d.ts +2 -0
- package/dist/nodes/Jumpseller/resources/product-variants/index.js +611 -0
- package/dist/nodes/Jumpseller/resources/product-variants/index.js.map +1 -0
- package/dist/nodes/Jumpseller/resources/products/index.d.ts +2 -0
- package/dist/nodes/Jumpseller/resources/products/index.js +1627 -0
- package/dist/nodes/Jumpseller/resources/products/index.js.map +1 -0
- package/dist/nodes/Jumpseller/resources/promotions/index.d.ts +2 -0
- package/dist/nodes/Jumpseller/resources/promotions/index.js +589 -0
- package/dist/nodes/Jumpseller/resources/promotions/index.js.map +1 -0
- package/dist/nodes/Jumpseller/resources/regions/index.d.ts +2 -0
- package/dist/nodes/Jumpseller/resources/regions/index.js +242 -0
- package/dist/nodes/Jumpseller/resources/regions/index.js.map +1 -0
- package/dist/nodes/Jumpseller/resources/shipping-methods/index.d.ts +2 -0
- package/dist/nodes/Jumpseller/resources/shipping-methods/index.js +539 -0
- package/dist/nodes/Jumpseller/resources/shipping-methods/index.js.map +1 -0
- package/dist/nodes/Jumpseller/resources/stores/index.d.ts +2 -0
- package/dist/nodes/Jumpseller/resources/stores/index.js +188 -0
- package/dist/nodes/Jumpseller/resources/stores/index.js.map +1 -0
- package/dist/nodes/Jumpseller/resources/taxes/index.d.ts +2 -0
- package/dist/nodes/Jumpseller/resources/taxes/index.js +313 -0
- package/dist/nodes/Jumpseller/resources/taxes/index.js.map +1 -0
- package/dist/package.json +62 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +62 -0
|
@@ -0,0 +1,838 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.productOptionValuesDescription = void 0;
|
|
4
|
+
exports.productOptionValuesDescription = [
|
|
5
|
+
{
|
|
6
|
+
"displayName": "Operation",
|
|
7
|
+
"name": "operation",
|
|
8
|
+
"type": "options",
|
|
9
|
+
"noDataExpression": true,
|
|
10
|
+
"displayOptions": {
|
|
11
|
+
"show": {
|
|
12
|
+
"resource": [
|
|
13
|
+
"Product Option Values"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"options": [
|
|
18
|
+
{
|
|
19
|
+
"name": "GET Products Options Values JSON",
|
|
20
|
+
"value": "GET Products Options Values JSON",
|
|
21
|
+
"action": "Retrieve all Product Option Values.",
|
|
22
|
+
"description": "Retrieve all Product Option Values.",
|
|
23
|
+
"routing": {
|
|
24
|
+
"request": {
|
|
25
|
+
"method": "GET",
|
|
26
|
+
"url": "=/products/{{$parameter[\"id\"]}}/options/{{$parameter[\"option_id\"]}}/values.json"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "POST Products Options Values JSON",
|
|
32
|
+
"value": "POST Products Options Values JSON",
|
|
33
|
+
"action": "Create a new Product Option Value.",
|
|
34
|
+
"description": "Create a new Product Option Value.",
|
|
35
|
+
"routing": {
|
|
36
|
+
"request": {
|
|
37
|
+
"method": "POST",
|
|
38
|
+
"url": "=/products/{{$parameter[\"id\"]}}/options/{{$parameter[\"option_id\"]}}/values.json"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "GET Products Options Values Count JSON",
|
|
44
|
+
"value": "GET Products Options Values Count JSON",
|
|
45
|
+
"action": "Count all Product Option Values.",
|
|
46
|
+
"description": "Count all Product Option Values.",
|
|
47
|
+
"routing": {
|
|
48
|
+
"request": {
|
|
49
|
+
"method": "GET",
|
|
50
|
+
"url": "=/products/{{$parameter[\"id\"]}}/options/{{$parameter[\"option_id\"]}}/values/count.json"
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "DELETE Products Options Values",
|
|
56
|
+
"value": "DELETE Products Options Values",
|
|
57
|
+
"action": "Delete a Product Option Value.",
|
|
58
|
+
"description": "Delete a Product Option Value.",
|
|
59
|
+
"routing": {
|
|
60
|
+
"request": {
|
|
61
|
+
"method": "DELETE",
|
|
62
|
+
"url": "=/products/{{$parameter[\"id\"]}}/options/{{$parameter[\"option_id\"]}}/values/{{$parameter[\"value_id\"]}}.json"
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "GET Products Options Values",
|
|
68
|
+
"value": "GET Products Options Values",
|
|
69
|
+
"action": "Retrieve a single Product Option Value.",
|
|
70
|
+
"description": "Retrieve a single Product Option Value.",
|
|
71
|
+
"routing": {
|
|
72
|
+
"request": {
|
|
73
|
+
"method": "GET",
|
|
74
|
+
"url": "=/products/{{$parameter[\"id\"]}}/options/{{$parameter[\"option_id\"]}}/values/{{$parameter[\"value_id\"]}}.json"
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "PUT Products Options Values",
|
|
80
|
+
"value": "PUT Products Options Values",
|
|
81
|
+
"action": "Modify an existing Product Option Value.",
|
|
82
|
+
"description": "Modify an existing Product Option Value.",
|
|
83
|
+
"routing": {
|
|
84
|
+
"request": {
|
|
85
|
+
"method": "PUT",
|
|
86
|
+
"url": "=/products/{{$parameter[\"id\"]}}/options/{{$parameter[\"option_id\"]}}/values/{{$parameter[\"value_id\"]}}.json"
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
],
|
|
91
|
+
"default": ""
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"displayName": "GET /products/{id}/options/{option_id}/values.json",
|
|
95
|
+
"name": "operation",
|
|
96
|
+
"type": "notice",
|
|
97
|
+
"typeOptions": {
|
|
98
|
+
"theme": "info"
|
|
99
|
+
},
|
|
100
|
+
"default": "",
|
|
101
|
+
"displayOptions": {
|
|
102
|
+
"show": {
|
|
103
|
+
"resource": [
|
|
104
|
+
"Product Option Values"
|
|
105
|
+
],
|
|
106
|
+
"operation": [
|
|
107
|
+
"GET Products Options Values JSON"
|
|
108
|
+
]
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"displayName": "Login",
|
|
114
|
+
"name": "login",
|
|
115
|
+
"required": true,
|
|
116
|
+
"description": "API OAuth login.",
|
|
117
|
+
"default": "",
|
|
118
|
+
"type": "string",
|
|
119
|
+
"routing": {
|
|
120
|
+
"send": {
|
|
121
|
+
"type": "query",
|
|
122
|
+
"property": "login",
|
|
123
|
+
"value": "={{ $value }}",
|
|
124
|
+
"propertyInDotNotation": false
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
"displayOptions": {
|
|
128
|
+
"show": {
|
|
129
|
+
"resource": [
|
|
130
|
+
"Product Option Values"
|
|
131
|
+
],
|
|
132
|
+
"operation": [
|
|
133
|
+
"GET Products Options Values JSON"
|
|
134
|
+
]
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"displayName": "Authtoken",
|
|
140
|
+
"name": "authtoken",
|
|
141
|
+
"required": true,
|
|
142
|
+
"description": "API OAuth token.",
|
|
143
|
+
"default": "",
|
|
144
|
+
"type": "string",
|
|
145
|
+
"routing": {
|
|
146
|
+
"send": {
|
|
147
|
+
"type": "query",
|
|
148
|
+
"property": "authtoken",
|
|
149
|
+
"value": "={{ $value }}",
|
|
150
|
+
"propertyInDotNotation": false
|
|
151
|
+
}
|
|
152
|
+
},
|
|
153
|
+
"displayOptions": {
|
|
154
|
+
"show": {
|
|
155
|
+
"resource": [
|
|
156
|
+
"Product Option Values"
|
|
157
|
+
],
|
|
158
|
+
"operation": [
|
|
159
|
+
"GET Products Options Values JSON"
|
|
160
|
+
]
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"displayName": "ID",
|
|
166
|
+
"name": "id",
|
|
167
|
+
"required": true,
|
|
168
|
+
"description": "ID of the Product",
|
|
169
|
+
"default": 0,
|
|
170
|
+
"type": "number",
|
|
171
|
+
"displayOptions": {
|
|
172
|
+
"show": {
|
|
173
|
+
"resource": [
|
|
174
|
+
"Product Option Values"
|
|
175
|
+
],
|
|
176
|
+
"operation": [
|
|
177
|
+
"GET Products Options Values JSON"
|
|
178
|
+
]
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"displayName": "Option ID",
|
|
184
|
+
"name": "option_id",
|
|
185
|
+
"required": true,
|
|
186
|
+
"description": "ID of the Product Option",
|
|
187
|
+
"default": 0,
|
|
188
|
+
"type": "number",
|
|
189
|
+
"displayOptions": {
|
|
190
|
+
"show": {
|
|
191
|
+
"resource": [
|
|
192
|
+
"Product Option Values"
|
|
193
|
+
],
|
|
194
|
+
"operation": [
|
|
195
|
+
"GET Products Options Values JSON"
|
|
196
|
+
]
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"displayName": "POST /products/{id}/options/{option_id}/values.json",
|
|
202
|
+
"name": "operation",
|
|
203
|
+
"type": "notice",
|
|
204
|
+
"typeOptions": {
|
|
205
|
+
"theme": "info"
|
|
206
|
+
},
|
|
207
|
+
"default": "",
|
|
208
|
+
"displayOptions": {
|
|
209
|
+
"show": {
|
|
210
|
+
"resource": [
|
|
211
|
+
"Product Option Values"
|
|
212
|
+
],
|
|
213
|
+
"operation": [
|
|
214
|
+
"POST Products Options Values JSON"
|
|
215
|
+
]
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"displayName": "Login",
|
|
221
|
+
"name": "login",
|
|
222
|
+
"required": true,
|
|
223
|
+
"description": "API OAuth login.",
|
|
224
|
+
"default": "",
|
|
225
|
+
"type": "string",
|
|
226
|
+
"routing": {
|
|
227
|
+
"send": {
|
|
228
|
+
"type": "query",
|
|
229
|
+
"property": "login",
|
|
230
|
+
"value": "={{ $value }}",
|
|
231
|
+
"propertyInDotNotation": false
|
|
232
|
+
}
|
|
233
|
+
},
|
|
234
|
+
"displayOptions": {
|
|
235
|
+
"show": {
|
|
236
|
+
"resource": [
|
|
237
|
+
"Product Option Values"
|
|
238
|
+
],
|
|
239
|
+
"operation": [
|
|
240
|
+
"POST Products Options Values JSON"
|
|
241
|
+
]
|
|
242
|
+
}
|
|
243
|
+
}
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"displayName": "Authtoken",
|
|
247
|
+
"name": "authtoken",
|
|
248
|
+
"required": true,
|
|
249
|
+
"description": "API OAuth token.",
|
|
250
|
+
"default": "",
|
|
251
|
+
"type": "string",
|
|
252
|
+
"routing": {
|
|
253
|
+
"send": {
|
|
254
|
+
"type": "query",
|
|
255
|
+
"property": "authtoken",
|
|
256
|
+
"value": "={{ $value }}",
|
|
257
|
+
"propertyInDotNotation": false
|
|
258
|
+
}
|
|
259
|
+
},
|
|
260
|
+
"displayOptions": {
|
|
261
|
+
"show": {
|
|
262
|
+
"resource": [
|
|
263
|
+
"Product Option Values"
|
|
264
|
+
],
|
|
265
|
+
"operation": [
|
|
266
|
+
"POST Products Options Values JSON"
|
|
267
|
+
]
|
|
268
|
+
}
|
|
269
|
+
}
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"displayName": "ID",
|
|
273
|
+
"name": "id",
|
|
274
|
+
"required": true,
|
|
275
|
+
"description": "Id of the Product",
|
|
276
|
+
"default": 0,
|
|
277
|
+
"type": "number",
|
|
278
|
+
"displayOptions": {
|
|
279
|
+
"show": {
|
|
280
|
+
"resource": [
|
|
281
|
+
"Product Option Values"
|
|
282
|
+
],
|
|
283
|
+
"operation": [
|
|
284
|
+
"POST Products Options Values JSON"
|
|
285
|
+
]
|
|
286
|
+
}
|
|
287
|
+
}
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"displayName": "Option ID",
|
|
291
|
+
"name": "option_id",
|
|
292
|
+
"required": true,
|
|
293
|
+
"description": "Id of the Product Option",
|
|
294
|
+
"default": 0,
|
|
295
|
+
"type": "number",
|
|
296
|
+
"displayOptions": {
|
|
297
|
+
"show": {
|
|
298
|
+
"resource": [
|
|
299
|
+
"Product Option Values"
|
|
300
|
+
],
|
|
301
|
+
"operation": [
|
|
302
|
+
"POST Products Options Values JSON"
|
|
303
|
+
]
|
|
304
|
+
}
|
|
305
|
+
}
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"displayName": "Value",
|
|
309
|
+
"name": "value",
|
|
310
|
+
"type": "json",
|
|
311
|
+
"default": "{}",
|
|
312
|
+
"routing": {
|
|
313
|
+
"send": {
|
|
314
|
+
"property": "value",
|
|
315
|
+
"propertyInDotNotation": false,
|
|
316
|
+
"type": "body",
|
|
317
|
+
"value": "={{ JSON.parse($value) }}"
|
|
318
|
+
}
|
|
319
|
+
},
|
|
320
|
+
"displayOptions": {
|
|
321
|
+
"show": {
|
|
322
|
+
"resource": [
|
|
323
|
+
"Product Option Values"
|
|
324
|
+
],
|
|
325
|
+
"operation": [
|
|
326
|
+
"POST Products Options Values JSON"
|
|
327
|
+
]
|
|
328
|
+
}
|
|
329
|
+
}
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"displayName": "GET /products/{id}/options/{option_id}/values/count.json",
|
|
333
|
+
"name": "operation",
|
|
334
|
+
"type": "notice",
|
|
335
|
+
"typeOptions": {
|
|
336
|
+
"theme": "info"
|
|
337
|
+
},
|
|
338
|
+
"default": "",
|
|
339
|
+
"displayOptions": {
|
|
340
|
+
"show": {
|
|
341
|
+
"resource": [
|
|
342
|
+
"Product Option Values"
|
|
343
|
+
],
|
|
344
|
+
"operation": [
|
|
345
|
+
"GET Products Options Values Count JSON"
|
|
346
|
+
]
|
|
347
|
+
}
|
|
348
|
+
}
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
"displayName": "Login",
|
|
352
|
+
"name": "login",
|
|
353
|
+
"required": true,
|
|
354
|
+
"description": "API OAuth login.",
|
|
355
|
+
"default": "",
|
|
356
|
+
"type": "string",
|
|
357
|
+
"routing": {
|
|
358
|
+
"send": {
|
|
359
|
+
"type": "query",
|
|
360
|
+
"property": "login",
|
|
361
|
+
"value": "={{ $value }}",
|
|
362
|
+
"propertyInDotNotation": false
|
|
363
|
+
}
|
|
364
|
+
},
|
|
365
|
+
"displayOptions": {
|
|
366
|
+
"show": {
|
|
367
|
+
"resource": [
|
|
368
|
+
"Product Option Values"
|
|
369
|
+
],
|
|
370
|
+
"operation": [
|
|
371
|
+
"GET Products Options Values Count JSON"
|
|
372
|
+
]
|
|
373
|
+
}
|
|
374
|
+
}
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
"displayName": "Authtoken",
|
|
378
|
+
"name": "authtoken",
|
|
379
|
+
"required": true,
|
|
380
|
+
"description": "API OAuth token.",
|
|
381
|
+
"default": "",
|
|
382
|
+
"type": "string",
|
|
383
|
+
"routing": {
|
|
384
|
+
"send": {
|
|
385
|
+
"type": "query",
|
|
386
|
+
"property": "authtoken",
|
|
387
|
+
"value": "={{ $value }}",
|
|
388
|
+
"propertyInDotNotation": false
|
|
389
|
+
}
|
|
390
|
+
},
|
|
391
|
+
"displayOptions": {
|
|
392
|
+
"show": {
|
|
393
|
+
"resource": [
|
|
394
|
+
"Product Option Values"
|
|
395
|
+
],
|
|
396
|
+
"operation": [
|
|
397
|
+
"GET Products Options Values Count JSON"
|
|
398
|
+
]
|
|
399
|
+
}
|
|
400
|
+
}
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"displayName": "ID",
|
|
404
|
+
"name": "id",
|
|
405
|
+
"required": true,
|
|
406
|
+
"description": "ID of the Product",
|
|
407
|
+
"default": 0,
|
|
408
|
+
"type": "number",
|
|
409
|
+
"displayOptions": {
|
|
410
|
+
"show": {
|
|
411
|
+
"resource": [
|
|
412
|
+
"Product Option Values"
|
|
413
|
+
],
|
|
414
|
+
"operation": [
|
|
415
|
+
"GET Products Options Values Count JSON"
|
|
416
|
+
]
|
|
417
|
+
}
|
|
418
|
+
}
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"displayName": "Option ID",
|
|
422
|
+
"name": "option_id",
|
|
423
|
+
"required": true,
|
|
424
|
+
"description": "ID of the Product Option",
|
|
425
|
+
"default": 0,
|
|
426
|
+
"type": "number",
|
|
427
|
+
"displayOptions": {
|
|
428
|
+
"show": {
|
|
429
|
+
"resource": [
|
|
430
|
+
"Product Option Values"
|
|
431
|
+
],
|
|
432
|
+
"operation": [
|
|
433
|
+
"GET Products Options Values Count JSON"
|
|
434
|
+
]
|
|
435
|
+
}
|
|
436
|
+
}
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
"displayName": "DELETE /products/{id}/options/{option_id}/values/{value_id}.json",
|
|
440
|
+
"name": "operation",
|
|
441
|
+
"type": "notice",
|
|
442
|
+
"typeOptions": {
|
|
443
|
+
"theme": "info"
|
|
444
|
+
},
|
|
445
|
+
"default": "",
|
|
446
|
+
"displayOptions": {
|
|
447
|
+
"show": {
|
|
448
|
+
"resource": [
|
|
449
|
+
"Product Option Values"
|
|
450
|
+
],
|
|
451
|
+
"operation": [
|
|
452
|
+
"DELETE Products Options Values"
|
|
453
|
+
]
|
|
454
|
+
}
|
|
455
|
+
}
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
"displayName": "Login",
|
|
459
|
+
"name": "login",
|
|
460
|
+
"required": true,
|
|
461
|
+
"description": "API OAuth login.",
|
|
462
|
+
"default": "",
|
|
463
|
+
"type": "string",
|
|
464
|
+
"routing": {
|
|
465
|
+
"send": {
|
|
466
|
+
"type": "query",
|
|
467
|
+
"property": "login",
|
|
468
|
+
"value": "={{ $value }}",
|
|
469
|
+
"propertyInDotNotation": false
|
|
470
|
+
}
|
|
471
|
+
},
|
|
472
|
+
"displayOptions": {
|
|
473
|
+
"show": {
|
|
474
|
+
"resource": [
|
|
475
|
+
"Product Option Values"
|
|
476
|
+
],
|
|
477
|
+
"operation": [
|
|
478
|
+
"DELETE Products Options Values"
|
|
479
|
+
]
|
|
480
|
+
}
|
|
481
|
+
}
|
|
482
|
+
},
|
|
483
|
+
{
|
|
484
|
+
"displayName": "Authtoken",
|
|
485
|
+
"name": "authtoken",
|
|
486
|
+
"required": true,
|
|
487
|
+
"description": "API OAuth token.",
|
|
488
|
+
"default": "",
|
|
489
|
+
"type": "string",
|
|
490
|
+
"routing": {
|
|
491
|
+
"send": {
|
|
492
|
+
"type": "query",
|
|
493
|
+
"property": "authtoken",
|
|
494
|
+
"value": "={{ $value }}",
|
|
495
|
+
"propertyInDotNotation": false
|
|
496
|
+
}
|
|
497
|
+
},
|
|
498
|
+
"displayOptions": {
|
|
499
|
+
"show": {
|
|
500
|
+
"resource": [
|
|
501
|
+
"Product Option Values"
|
|
502
|
+
],
|
|
503
|
+
"operation": [
|
|
504
|
+
"DELETE Products Options Values"
|
|
505
|
+
]
|
|
506
|
+
}
|
|
507
|
+
}
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
"displayName": "ID",
|
|
511
|
+
"name": "id",
|
|
512
|
+
"required": true,
|
|
513
|
+
"description": "Id of the Product",
|
|
514
|
+
"default": 0,
|
|
515
|
+
"type": "number",
|
|
516
|
+
"displayOptions": {
|
|
517
|
+
"show": {
|
|
518
|
+
"resource": [
|
|
519
|
+
"Product Option Values"
|
|
520
|
+
],
|
|
521
|
+
"operation": [
|
|
522
|
+
"DELETE Products Options Values"
|
|
523
|
+
]
|
|
524
|
+
}
|
|
525
|
+
}
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
"displayName": "Option ID",
|
|
529
|
+
"name": "option_id",
|
|
530
|
+
"required": true,
|
|
531
|
+
"description": "Id of the Product Option",
|
|
532
|
+
"default": 0,
|
|
533
|
+
"type": "number",
|
|
534
|
+
"displayOptions": {
|
|
535
|
+
"show": {
|
|
536
|
+
"resource": [
|
|
537
|
+
"Product Option Values"
|
|
538
|
+
],
|
|
539
|
+
"operation": [
|
|
540
|
+
"DELETE Products Options Values"
|
|
541
|
+
]
|
|
542
|
+
}
|
|
543
|
+
}
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
"displayName": "Value ID",
|
|
547
|
+
"name": "value_id",
|
|
548
|
+
"required": true,
|
|
549
|
+
"description": "ID of the Product Option Value",
|
|
550
|
+
"default": 0,
|
|
551
|
+
"type": "number",
|
|
552
|
+
"displayOptions": {
|
|
553
|
+
"show": {
|
|
554
|
+
"resource": [
|
|
555
|
+
"Product Option Values"
|
|
556
|
+
],
|
|
557
|
+
"operation": [
|
|
558
|
+
"DELETE Products Options Values"
|
|
559
|
+
]
|
|
560
|
+
}
|
|
561
|
+
}
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
"displayName": "GET /products/{id}/options/{option_id}/values/{value_id}.json",
|
|
565
|
+
"name": "operation",
|
|
566
|
+
"type": "notice",
|
|
567
|
+
"typeOptions": {
|
|
568
|
+
"theme": "info"
|
|
569
|
+
},
|
|
570
|
+
"default": "",
|
|
571
|
+
"displayOptions": {
|
|
572
|
+
"show": {
|
|
573
|
+
"resource": [
|
|
574
|
+
"Product Option Values"
|
|
575
|
+
],
|
|
576
|
+
"operation": [
|
|
577
|
+
"GET Products Options Values"
|
|
578
|
+
]
|
|
579
|
+
}
|
|
580
|
+
}
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
"displayName": "Login",
|
|
584
|
+
"name": "login",
|
|
585
|
+
"required": true,
|
|
586
|
+
"description": "API OAuth login.",
|
|
587
|
+
"default": "",
|
|
588
|
+
"type": "string",
|
|
589
|
+
"routing": {
|
|
590
|
+
"send": {
|
|
591
|
+
"type": "query",
|
|
592
|
+
"property": "login",
|
|
593
|
+
"value": "={{ $value }}",
|
|
594
|
+
"propertyInDotNotation": false
|
|
595
|
+
}
|
|
596
|
+
},
|
|
597
|
+
"displayOptions": {
|
|
598
|
+
"show": {
|
|
599
|
+
"resource": [
|
|
600
|
+
"Product Option Values"
|
|
601
|
+
],
|
|
602
|
+
"operation": [
|
|
603
|
+
"GET Products Options Values"
|
|
604
|
+
]
|
|
605
|
+
}
|
|
606
|
+
}
|
|
607
|
+
},
|
|
608
|
+
{
|
|
609
|
+
"displayName": "Authtoken",
|
|
610
|
+
"name": "authtoken",
|
|
611
|
+
"required": true,
|
|
612
|
+
"description": "API OAuth token.",
|
|
613
|
+
"default": "",
|
|
614
|
+
"type": "string",
|
|
615
|
+
"routing": {
|
|
616
|
+
"send": {
|
|
617
|
+
"type": "query",
|
|
618
|
+
"property": "authtoken",
|
|
619
|
+
"value": "={{ $value }}",
|
|
620
|
+
"propertyInDotNotation": false
|
|
621
|
+
}
|
|
622
|
+
},
|
|
623
|
+
"displayOptions": {
|
|
624
|
+
"show": {
|
|
625
|
+
"resource": [
|
|
626
|
+
"Product Option Values"
|
|
627
|
+
],
|
|
628
|
+
"operation": [
|
|
629
|
+
"GET Products Options Values"
|
|
630
|
+
]
|
|
631
|
+
}
|
|
632
|
+
}
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
"displayName": "ID",
|
|
636
|
+
"name": "id",
|
|
637
|
+
"required": true,
|
|
638
|
+
"description": "Id of the Product",
|
|
639
|
+
"default": 0,
|
|
640
|
+
"type": "number",
|
|
641
|
+
"displayOptions": {
|
|
642
|
+
"show": {
|
|
643
|
+
"resource": [
|
|
644
|
+
"Product Option Values"
|
|
645
|
+
],
|
|
646
|
+
"operation": [
|
|
647
|
+
"GET Products Options Values"
|
|
648
|
+
]
|
|
649
|
+
}
|
|
650
|
+
}
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
"displayName": "Option ID",
|
|
654
|
+
"name": "option_id",
|
|
655
|
+
"required": true,
|
|
656
|
+
"description": "Id of the Product Option",
|
|
657
|
+
"default": 0,
|
|
658
|
+
"type": "number",
|
|
659
|
+
"displayOptions": {
|
|
660
|
+
"show": {
|
|
661
|
+
"resource": [
|
|
662
|
+
"Product Option Values"
|
|
663
|
+
],
|
|
664
|
+
"operation": [
|
|
665
|
+
"GET Products Options Values"
|
|
666
|
+
]
|
|
667
|
+
}
|
|
668
|
+
}
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
"displayName": "Value ID",
|
|
672
|
+
"name": "value_id",
|
|
673
|
+
"required": true,
|
|
674
|
+
"description": "ID of the Product Option Value",
|
|
675
|
+
"default": 0,
|
|
676
|
+
"type": "number",
|
|
677
|
+
"displayOptions": {
|
|
678
|
+
"show": {
|
|
679
|
+
"resource": [
|
|
680
|
+
"Product Option Values"
|
|
681
|
+
],
|
|
682
|
+
"operation": [
|
|
683
|
+
"GET Products Options Values"
|
|
684
|
+
]
|
|
685
|
+
}
|
|
686
|
+
}
|
|
687
|
+
},
|
|
688
|
+
{
|
|
689
|
+
"displayName": "PUT /products/{id}/options/{option_id}/values/{value_id}.json",
|
|
690
|
+
"name": "operation",
|
|
691
|
+
"type": "notice",
|
|
692
|
+
"typeOptions": {
|
|
693
|
+
"theme": "info"
|
|
694
|
+
},
|
|
695
|
+
"default": "",
|
|
696
|
+
"displayOptions": {
|
|
697
|
+
"show": {
|
|
698
|
+
"resource": [
|
|
699
|
+
"Product Option Values"
|
|
700
|
+
],
|
|
701
|
+
"operation": [
|
|
702
|
+
"PUT Products Options Values"
|
|
703
|
+
]
|
|
704
|
+
}
|
|
705
|
+
}
|
|
706
|
+
},
|
|
707
|
+
{
|
|
708
|
+
"displayName": "Login",
|
|
709
|
+
"name": "login",
|
|
710
|
+
"required": true,
|
|
711
|
+
"description": "API OAuth login.",
|
|
712
|
+
"default": "",
|
|
713
|
+
"type": "string",
|
|
714
|
+
"routing": {
|
|
715
|
+
"send": {
|
|
716
|
+
"type": "query",
|
|
717
|
+
"property": "login",
|
|
718
|
+
"value": "={{ $value }}",
|
|
719
|
+
"propertyInDotNotation": false
|
|
720
|
+
}
|
|
721
|
+
},
|
|
722
|
+
"displayOptions": {
|
|
723
|
+
"show": {
|
|
724
|
+
"resource": [
|
|
725
|
+
"Product Option Values"
|
|
726
|
+
],
|
|
727
|
+
"operation": [
|
|
728
|
+
"PUT Products Options Values"
|
|
729
|
+
]
|
|
730
|
+
}
|
|
731
|
+
}
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
"displayName": "Authtoken",
|
|
735
|
+
"name": "authtoken",
|
|
736
|
+
"required": true,
|
|
737
|
+
"description": "API OAuth token.",
|
|
738
|
+
"default": "",
|
|
739
|
+
"type": "string",
|
|
740
|
+
"routing": {
|
|
741
|
+
"send": {
|
|
742
|
+
"type": "query",
|
|
743
|
+
"property": "authtoken",
|
|
744
|
+
"value": "={{ $value }}",
|
|
745
|
+
"propertyInDotNotation": false
|
|
746
|
+
}
|
|
747
|
+
},
|
|
748
|
+
"displayOptions": {
|
|
749
|
+
"show": {
|
|
750
|
+
"resource": [
|
|
751
|
+
"Product Option Values"
|
|
752
|
+
],
|
|
753
|
+
"operation": [
|
|
754
|
+
"PUT Products Options Values"
|
|
755
|
+
]
|
|
756
|
+
}
|
|
757
|
+
}
|
|
758
|
+
},
|
|
759
|
+
{
|
|
760
|
+
"displayName": "ID",
|
|
761
|
+
"name": "id",
|
|
762
|
+
"required": true,
|
|
763
|
+
"description": "Id of the Product",
|
|
764
|
+
"default": 0,
|
|
765
|
+
"type": "number",
|
|
766
|
+
"displayOptions": {
|
|
767
|
+
"show": {
|
|
768
|
+
"resource": [
|
|
769
|
+
"Product Option Values"
|
|
770
|
+
],
|
|
771
|
+
"operation": [
|
|
772
|
+
"PUT Products Options Values"
|
|
773
|
+
]
|
|
774
|
+
}
|
|
775
|
+
}
|
|
776
|
+
},
|
|
777
|
+
{
|
|
778
|
+
"displayName": "Option ID",
|
|
779
|
+
"name": "option_id",
|
|
780
|
+
"required": true,
|
|
781
|
+
"description": "Id of the Product Option",
|
|
782
|
+
"default": 0,
|
|
783
|
+
"type": "number",
|
|
784
|
+
"displayOptions": {
|
|
785
|
+
"show": {
|
|
786
|
+
"resource": [
|
|
787
|
+
"Product Option Values"
|
|
788
|
+
],
|
|
789
|
+
"operation": [
|
|
790
|
+
"PUT Products Options Values"
|
|
791
|
+
]
|
|
792
|
+
}
|
|
793
|
+
}
|
|
794
|
+
},
|
|
795
|
+
{
|
|
796
|
+
"displayName": "Value ID",
|
|
797
|
+
"name": "value_id",
|
|
798
|
+
"required": true,
|
|
799
|
+
"description": "Id of the Product Option Value",
|
|
800
|
+
"default": 0,
|
|
801
|
+
"type": "number",
|
|
802
|
+
"displayOptions": {
|
|
803
|
+
"show": {
|
|
804
|
+
"resource": [
|
|
805
|
+
"Product Option Values"
|
|
806
|
+
],
|
|
807
|
+
"operation": [
|
|
808
|
+
"PUT Products Options Values"
|
|
809
|
+
]
|
|
810
|
+
}
|
|
811
|
+
}
|
|
812
|
+
},
|
|
813
|
+
{
|
|
814
|
+
"displayName": "Value",
|
|
815
|
+
"name": "value",
|
|
816
|
+
"type": "json",
|
|
817
|
+
"default": "{}",
|
|
818
|
+
"routing": {
|
|
819
|
+
"send": {
|
|
820
|
+
"property": "value",
|
|
821
|
+
"propertyInDotNotation": false,
|
|
822
|
+
"type": "body",
|
|
823
|
+
"value": "={{ JSON.parse($value) }}"
|
|
824
|
+
}
|
|
825
|
+
},
|
|
826
|
+
"displayOptions": {
|
|
827
|
+
"show": {
|
|
828
|
+
"resource": [
|
|
829
|
+
"Product Option Values"
|
|
830
|
+
],
|
|
831
|
+
"operation": [
|
|
832
|
+
"PUT Products Options Values"
|
|
833
|
+
]
|
|
834
|
+
}
|
|
835
|
+
}
|
|
836
|
+
},
|
|
837
|
+
];
|
|
838
|
+
//# sourceMappingURL=index.js.map
|