@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.
- package/README.md +263 -0
- package/dist/banner.svg +126 -0
- package/dist/credentials/GoogleapisShoppingcontentApi.credentials.d.ts +9 -0
- package/dist/credentials/GoogleapisShoppingcontentApi.credentials.js +49 -0
- package/dist/credentials/GoogleapisShoppingcontentApi.credentials.js.map +1 -0
- package/dist/icons/googleapis-shoppingcontent.dark.svg +21 -0
- package/dist/icons/googleapis-shoppingcontent.svg +21 -0
- package/dist/nodes/GoogleapisShoppingcontent/GoogleapisShoppingcontent.node.d.ts +4 -0
- package/dist/nodes/GoogleapisShoppingcontent/GoogleapisShoppingcontent.node.js +145 -0
- package/dist/nodes/GoogleapisShoppingcontent/GoogleapisShoppingcontent.node.js.map +1 -0
- package/dist/nodes/GoogleapisShoppingcontent/GoogleapisShoppingcontent.node.json +20 -0
- package/dist/nodes/GoogleapisShoppingcontent/googleapis-shoppingcontent.dark.svg +21 -0
- package/dist/nodes/GoogleapisShoppingcontent/googleapis-shoppingcontent.svg +21 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/accounts/index.d.ts +2 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/accounts/index.js +1417 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/accounts/index.js.map +1 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/accountstatuses/index.d.ts +2 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/accountstatuses/index.js +294 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/accountstatuses/index.js.map +1 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/accounttax/index.d.ts +2 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/accounttax/index.js +436 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/accounttax/index.js.map +1 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/datafeeds/index.d.ts +2 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/datafeeds/index.js +1219 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/datafeeds/index.js.map +1 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/datafeedstatuses/index.d.ts +2 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/datafeedstatuses/index.js +294 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/datafeedstatuses/index.js.map +1 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/index.d.ts +14 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/index.js +32 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/index.js.map +1 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/liasettings/index.d.ts +2 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/liasettings/index.js +1026 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/liasettings/index.js.map +1 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/orderinvoices/index.d.ts +2 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/orderinvoices/index.js +406 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/orderinvoices/index.js.map +1 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/orderreports/index.d.ts +2 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/orderreports/index.js +338 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/orderreports/index.js.map +1 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/orderreturns/index.d.ts +2 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/orderreturns/index.js +273 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/orderreturns/index.js.map +1 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/orders/index.d.ts +2 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/orders/index.js +3570 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/orders/index.js.map +1 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/pos/index.d.ts +2 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/pos/index.js +1266 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/pos/index.js.map +1 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/products/index.d.ts +2 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/products/index.js +2435 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/products/index.js.map +1 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/productstatuses/index.d.ts +2 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/productstatuses/index.js +394 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/productstatuses/index.js.map +1 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/shippingsettings/index.d.ts +2 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/shippingsettings/index.js +608 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/shippingsettings/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,608 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.shippingsettingsDescription = void 0;
|
|
4
|
+
exports.shippingsettingsDescription = [
|
|
5
|
+
{
|
|
6
|
+
"displayName": "Operation",
|
|
7
|
+
"name": "operation",
|
|
8
|
+
"type": "options",
|
|
9
|
+
"noDataExpression": true,
|
|
10
|
+
"displayOptions": {
|
|
11
|
+
"show": {
|
|
12
|
+
"resource": [
|
|
13
|
+
"Shippingsettings"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"options": [
|
|
18
|
+
{
|
|
19
|
+
"name": "Content Shippingsettings Custombatch",
|
|
20
|
+
"value": "Content Shippingsettings Custombatch",
|
|
21
|
+
"action": "Content Shippingsettings Custombatch",
|
|
22
|
+
"description": "Retrieves and updates the shipping settings of multiple accounts in a single request.",
|
|
23
|
+
"routing": {
|
|
24
|
+
"request": {
|
|
25
|
+
"method": "POST",
|
|
26
|
+
"url": "=/shippingsettings/batch"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "Content Shippingsettings List",
|
|
32
|
+
"value": "Content Shippingsettings List",
|
|
33
|
+
"action": "Content Shippingsettings List",
|
|
34
|
+
"description": "Lists the shipping settings of the sub-accounts in your Merchant Center account.",
|
|
35
|
+
"routing": {
|
|
36
|
+
"request": {
|
|
37
|
+
"method": "GET",
|
|
38
|
+
"url": "=/{{$parameter[\"merchantId\"]}}/shippingsettings"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "Content Shippingsettings Get",
|
|
44
|
+
"value": "Content Shippingsettings Get",
|
|
45
|
+
"action": "Content Shippingsettings Get",
|
|
46
|
+
"description": "Retrieves the shipping settings of the account.",
|
|
47
|
+
"routing": {
|
|
48
|
+
"request": {
|
|
49
|
+
"method": "GET",
|
|
50
|
+
"url": "=/{{$parameter[\"merchantId\"]}}/shippingsettings/{{$parameter[\"accountId\"]}}"
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "Content Shippingsettings Update",
|
|
56
|
+
"value": "Content Shippingsettings Update",
|
|
57
|
+
"action": "Content Shippingsettings Update",
|
|
58
|
+
"description": "Updates the shipping settings of the account. Any fields that are not provided are deleted from the resource.",
|
|
59
|
+
"routing": {
|
|
60
|
+
"request": {
|
|
61
|
+
"method": "PUT",
|
|
62
|
+
"url": "=/{{$parameter[\"merchantId\"]}}/shippingsettings/{{$parameter[\"accountId\"]}}"
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "Content Shippingsettings Getsupportedcarriers",
|
|
68
|
+
"value": "Content Shippingsettings Getsupportedcarriers",
|
|
69
|
+
"action": "Content Shippingsettings Getsupportedcarriers",
|
|
70
|
+
"description": "Retrieves supported carriers and carrier services for an account.",
|
|
71
|
+
"routing": {
|
|
72
|
+
"request": {
|
|
73
|
+
"method": "GET",
|
|
74
|
+
"url": "=/{{$parameter[\"merchantId\"]}}/supportedCarriers"
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "Content Shippingsettings Getsupportedholidays",
|
|
80
|
+
"value": "Content Shippingsettings Getsupportedholidays",
|
|
81
|
+
"action": "Content Shippingsettings Getsupportedholidays",
|
|
82
|
+
"description": "Retrieves supported holidays for an account.",
|
|
83
|
+
"routing": {
|
|
84
|
+
"request": {
|
|
85
|
+
"method": "GET",
|
|
86
|
+
"url": "=/{{$parameter[\"merchantId\"]}}/supportedHolidays"
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"name": "Content Shippingsettings Getsupportedpickupservices",
|
|
92
|
+
"value": "Content Shippingsettings Getsupportedpickupservices",
|
|
93
|
+
"action": "Content Shippingsettings Getsupportedpickupservices",
|
|
94
|
+
"description": "Retrieves supported pickup services for an account.",
|
|
95
|
+
"routing": {
|
|
96
|
+
"request": {
|
|
97
|
+
"method": "GET",
|
|
98
|
+
"url": "=/{{$parameter[\"merchantId\"]}}/supportedPickupServices"
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
],
|
|
103
|
+
"default": ""
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"displayName": "POST /shippingsettings/batch",
|
|
107
|
+
"name": "operation",
|
|
108
|
+
"type": "notice",
|
|
109
|
+
"typeOptions": {
|
|
110
|
+
"theme": "info"
|
|
111
|
+
},
|
|
112
|
+
"default": "",
|
|
113
|
+
"displayOptions": {
|
|
114
|
+
"show": {
|
|
115
|
+
"resource": [
|
|
116
|
+
"Shippingsettings"
|
|
117
|
+
],
|
|
118
|
+
"operation": [
|
|
119
|
+
"Content Shippingsettings Custombatch"
|
|
120
|
+
]
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"displayName": "Dry Run",
|
|
126
|
+
"name": "dryRun",
|
|
127
|
+
"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).",
|
|
128
|
+
"default": true,
|
|
129
|
+
"type": "boolean",
|
|
130
|
+
"routing": {
|
|
131
|
+
"send": {
|
|
132
|
+
"type": "query",
|
|
133
|
+
"property": "dryRun",
|
|
134
|
+
"value": "={{ $value }}",
|
|
135
|
+
"propertyInDotNotation": false
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
"displayOptions": {
|
|
139
|
+
"show": {
|
|
140
|
+
"resource": [
|
|
141
|
+
"Shippingsettings"
|
|
142
|
+
],
|
|
143
|
+
"operation": [
|
|
144
|
+
"Content Shippingsettings Custombatch"
|
|
145
|
+
]
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"displayName": "Entries",
|
|
151
|
+
"name": "entries",
|
|
152
|
+
"type": "json",
|
|
153
|
+
"default": "[\n {\n \"shippingSettings\": {\n \"postalCodeGroups\": [\n {\n \"postalCodeRanges\": [\n {}\n ]\n }\n ],\n \"services\": [\n {\n \"deliveryTime\": {\n \"cutoffTime\": {},\n \"handlingBusinessDayConfig\": {\n \"businessDays\": [\n null\n ]\n },\n \"holidayCutoffs\": [\n {}\n ],\n \"transitBusinessDayConfig\": {},\n \"transitTimeTable\": {\n \"postalCodeGroupNames\": [\n null\n ],\n \"rows\": [\n {\n \"values\": [\n {}\n ]\n }\n ],\n \"transitTimeLabels\": [\n null\n ]\n },\n \"warehouseBasedDeliveryTimes\": [\n {}\n ]\n },\n \"minimumOrderValue\": {},\n \"minimumOrderValueTable\": {\n \"storeCodeSetWithMovs\": [\n {\n \"storeCodes\": [\n null\n ],\n \"value\": {}\n }\n ]\n },\n \"pickupService\": {},\n \"rateGroups\": [\n {\n \"applicableShippingLabels\": [\n null\n ],\n \"carrierRates\": [\n {\n \"flatAdjustment\": {}\n }\n ],\n \"mainTable\": {\n \"columnHeaders\": {\n \"locations\": [\n {\n \"locationIds\": [\n null\n ]\n }\n ],\n \"numberOfItems\": [\n null\n ],\n \"postalCodeGroupNames\": [\n null\n ],\n \"prices\": [\n {}\n ],\n \"weights\": [\n {}\n ]\n },\n \"rowHeaders\": {},\n \"rows\": [\n {\n \"cells\": [\n {\n \"flatRate\": {}\n }\n ]\n }\n ]\n },\n \"singleValue\": {},\n \"subtables\": [\n {}\n ]\n }\n ]\n }\n ],\n \"warehouses\": [\n {\n \"businessDayConfig\": {},\n \"cutoffTime\": {},\n \"shippingAddress\": {}\n }\n ]\n }\n }\n]",
|
|
154
|
+
"description": "The request entries to be processed in the batch.",
|
|
155
|
+
"routing": {
|
|
156
|
+
"send": {
|
|
157
|
+
"property": "entries",
|
|
158
|
+
"propertyInDotNotation": false,
|
|
159
|
+
"type": "body",
|
|
160
|
+
"value": "={{ JSON.parse($value) }}"
|
|
161
|
+
}
|
|
162
|
+
},
|
|
163
|
+
"displayOptions": {
|
|
164
|
+
"show": {
|
|
165
|
+
"resource": [
|
|
166
|
+
"Shippingsettings"
|
|
167
|
+
],
|
|
168
|
+
"operation": [
|
|
169
|
+
"Content Shippingsettings Custombatch"
|
|
170
|
+
]
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"displayName": "GET /{merchantId}/shippingsettings",
|
|
176
|
+
"name": "operation",
|
|
177
|
+
"type": "notice",
|
|
178
|
+
"typeOptions": {
|
|
179
|
+
"theme": "info"
|
|
180
|
+
},
|
|
181
|
+
"default": "",
|
|
182
|
+
"displayOptions": {
|
|
183
|
+
"show": {
|
|
184
|
+
"resource": [
|
|
185
|
+
"Shippingsettings"
|
|
186
|
+
],
|
|
187
|
+
"operation": [
|
|
188
|
+
"Content Shippingsettings List"
|
|
189
|
+
]
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"displayName": "Merchant ID",
|
|
195
|
+
"name": "merchantId",
|
|
196
|
+
"required": true,
|
|
197
|
+
"description": "The ID of the managing account. This must be a multi-client account.",
|
|
198
|
+
"default": "",
|
|
199
|
+
"type": "string",
|
|
200
|
+
"displayOptions": {
|
|
201
|
+
"show": {
|
|
202
|
+
"resource": [
|
|
203
|
+
"Shippingsettings"
|
|
204
|
+
],
|
|
205
|
+
"operation": [
|
|
206
|
+
"Content Shippingsettings List"
|
|
207
|
+
]
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"displayName": "Max Results",
|
|
213
|
+
"name": "maxResults",
|
|
214
|
+
"description": "The maximum number of shipping settings to return in the response, used for paging.",
|
|
215
|
+
"default": 0,
|
|
216
|
+
"type": "number",
|
|
217
|
+
"routing": {
|
|
218
|
+
"send": {
|
|
219
|
+
"type": "query",
|
|
220
|
+
"property": "maxResults",
|
|
221
|
+
"value": "={{ $value }}",
|
|
222
|
+
"propertyInDotNotation": false
|
|
223
|
+
}
|
|
224
|
+
},
|
|
225
|
+
"displayOptions": {
|
|
226
|
+
"show": {
|
|
227
|
+
"resource": [
|
|
228
|
+
"Shippingsettings"
|
|
229
|
+
],
|
|
230
|
+
"operation": [
|
|
231
|
+
"Content Shippingsettings List"
|
|
232
|
+
]
|
|
233
|
+
}
|
|
234
|
+
}
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"displayName": "Page Token",
|
|
238
|
+
"name": "pageToken",
|
|
239
|
+
"description": "The token returned by the previous request.",
|
|
240
|
+
"default": "",
|
|
241
|
+
"type": "string",
|
|
242
|
+
"routing": {
|
|
243
|
+
"send": {
|
|
244
|
+
"type": "query",
|
|
245
|
+
"property": "pageToken",
|
|
246
|
+
"value": "={{ $value }}",
|
|
247
|
+
"propertyInDotNotation": false
|
|
248
|
+
}
|
|
249
|
+
},
|
|
250
|
+
"displayOptions": {
|
|
251
|
+
"show": {
|
|
252
|
+
"resource": [
|
|
253
|
+
"Shippingsettings"
|
|
254
|
+
],
|
|
255
|
+
"operation": [
|
|
256
|
+
"Content Shippingsettings List"
|
|
257
|
+
]
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"displayName": "GET /{merchantId}/shippingsettings/{accountId}",
|
|
263
|
+
"name": "operation",
|
|
264
|
+
"type": "notice",
|
|
265
|
+
"typeOptions": {
|
|
266
|
+
"theme": "info"
|
|
267
|
+
},
|
|
268
|
+
"default": "",
|
|
269
|
+
"displayOptions": {
|
|
270
|
+
"show": {
|
|
271
|
+
"resource": [
|
|
272
|
+
"Shippingsettings"
|
|
273
|
+
],
|
|
274
|
+
"operation": [
|
|
275
|
+
"Content Shippingsettings Get"
|
|
276
|
+
]
|
|
277
|
+
}
|
|
278
|
+
}
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"displayName": "Merchant ID",
|
|
282
|
+
"name": "merchantId",
|
|
283
|
+
"required": true,
|
|
284
|
+
"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.",
|
|
285
|
+
"default": "",
|
|
286
|
+
"type": "string",
|
|
287
|
+
"displayOptions": {
|
|
288
|
+
"show": {
|
|
289
|
+
"resource": [
|
|
290
|
+
"Shippingsettings"
|
|
291
|
+
],
|
|
292
|
+
"operation": [
|
|
293
|
+
"Content Shippingsettings Get"
|
|
294
|
+
]
|
|
295
|
+
}
|
|
296
|
+
}
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"displayName": "Account ID",
|
|
300
|
+
"name": "accountId",
|
|
301
|
+
"required": true,
|
|
302
|
+
"description": "The ID of the account for which to get/update shipping settings.",
|
|
303
|
+
"default": "",
|
|
304
|
+
"type": "string",
|
|
305
|
+
"displayOptions": {
|
|
306
|
+
"show": {
|
|
307
|
+
"resource": [
|
|
308
|
+
"Shippingsettings"
|
|
309
|
+
],
|
|
310
|
+
"operation": [
|
|
311
|
+
"Content Shippingsettings Get"
|
|
312
|
+
]
|
|
313
|
+
}
|
|
314
|
+
}
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"displayName": "PUT /{merchantId}/shippingsettings/{accountId}",
|
|
318
|
+
"name": "operation",
|
|
319
|
+
"type": "notice",
|
|
320
|
+
"typeOptions": {
|
|
321
|
+
"theme": "info"
|
|
322
|
+
},
|
|
323
|
+
"default": "",
|
|
324
|
+
"displayOptions": {
|
|
325
|
+
"show": {
|
|
326
|
+
"resource": [
|
|
327
|
+
"Shippingsettings"
|
|
328
|
+
],
|
|
329
|
+
"operation": [
|
|
330
|
+
"Content Shippingsettings Update"
|
|
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
|
+
"Shippingsettings"
|
|
346
|
+
],
|
|
347
|
+
"operation": [
|
|
348
|
+
"Content Shippingsettings Update"
|
|
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/update shipping settings.",
|
|
358
|
+
"default": "",
|
|
359
|
+
"type": "string",
|
|
360
|
+
"displayOptions": {
|
|
361
|
+
"show": {
|
|
362
|
+
"resource": [
|
|
363
|
+
"Shippingsettings"
|
|
364
|
+
],
|
|
365
|
+
"operation": [
|
|
366
|
+
"Content Shippingsettings Update"
|
|
367
|
+
]
|
|
368
|
+
}
|
|
369
|
+
}
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
"displayName": "Dry Run",
|
|
373
|
+
"name": "dryRun",
|
|
374
|
+
"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).",
|
|
375
|
+
"default": true,
|
|
376
|
+
"type": "boolean",
|
|
377
|
+
"routing": {
|
|
378
|
+
"send": {
|
|
379
|
+
"type": "query",
|
|
380
|
+
"property": "dryRun",
|
|
381
|
+
"value": "={{ $value }}",
|
|
382
|
+
"propertyInDotNotation": false
|
|
383
|
+
}
|
|
384
|
+
},
|
|
385
|
+
"displayOptions": {
|
|
386
|
+
"show": {
|
|
387
|
+
"resource": [
|
|
388
|
+
"Shippingsettings"
|
|
389
|
+
],
|
|
390
|
+
"operation": [
|
|
391
|
+
"Content Shippingsettings Update"
|
|
392
|
+
]
|
|
393
|
+
}
|
|
394
|
+
}
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
"displayName": "Account ID",
|
|
398
|
+
"name": "accountId",
|
|
399
|
+
"type": "string",
|
|
400
|
+
"default": "",
|
|
401
|
+
"description": "The ID of the account to which these account shipping settings belong. Ignored upon update, always present in get request responses.",
|
|
402
|
+
"routing": {
|
|
403
|
+
"send": {
|
|
404
|
+
"property": "accountId",
|
|
405
|
+
"propertyInDotNotation": false,
|
|
406
|
+
"type": "body",
|
|
407
|
+
"value": "={{ $value }}"
|
|
408
|
+
}
|
|
409
|
+
},
|
|
410
|
+
"displayOptions": {
|
|
411
|
+
"show": {
|
|
412
|
+
"resource": [
|
|
413
|
+
"Shippingsettings"
|
|
414
|
+
],
|
|
415
|
+
"operation": [
|
|
416
|
+
"Content Shippingsettings Update"
|
|
417
|
+
]
|
|
418
|
+
}
|
|
419
|
+
}
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"displayName": "Postal Code Groups",
|
|
423
|
+
"name": "postalCodeGroups",
|
|
424
|
+
"type": "json",
|
|
425
|
+
"default": "[\n {\n \"postalCodeRanges\": [\n {}\n ]\n }\n]",
|
|
426
|
+
"description": "A list of postal code groups that can be referred to in `services`. Optional.",
|
|
427
|
+
"routing": {
|
|
428
|
+
"send": {
|
|
429
|
+
"property": "postalCodeGroups",
|
|
430
|
+
"propertyInDotNotation": false,
|
|
431
|
+
"type": "body",
|
|
432
|
+
"value": "={{ JSON.parse($value) }}"
|
|
433
|
+
}
|
|
434
|
+
},
|
|
435
|
+
"displayOptions": {
|
|
436
|
+
"show": {
|
|
437
|
+
"resource": [
|
|
438
|
+
"Shippingsettings"
|
|
439
|
+
],
|
|
440
|
+
"operation": [
|
|
441
|
+
"Content Shippingsettings Update"
|
|
442
|
+
]
|
|
443
|
+
}
|
|
444
|
+
}
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"displayName": "Services",
|
|
448
|
+
"name": "services",
|
|
449
|
+
"type": "json",
|
|
450
|
+
"default": "[\n {\n \"deliveryTime\": {\n \"cutoffTime\": {},\n \"handlingBusinessDayConfig\": {\n \"businessDays\": [\n null\n ]\n },\n \"holidayCutoffs\": [\n {}\n ],\n \"transitBusinessDayConfig\": {},\n \"transitTimeTable\": {\n \"postalCodeGroupNames\": [\n null\n ],\n \"rows\": [\n {\n \"values\": [\n {}\n ]\n }\n ],\n \"transitTimeLabels\": [\n null\n ]\n },\n \"warehouseBasedDeliveryTimes\": [\n {}\n ]\n },\n \"minimumOrderValue\": {},\n \"minimumOrderValueTable\": {\n \"storeCodeSetWithMovs\": [\n {\n \"storeCodes\": [\n null\n ],\n \"value\": {}\n }\n ]\n },\n \"pickupService\": {},\n \"rateGroups\": [\n {\n \"applicableShippingLabels\": [\n null\n ],\n \"carrierRates\": [\n {\n \"flatAdjustment\": {}\n }\n ],\n \"mainTable\": {\n \"columnHeaders\": {\n \"locations\": [\n {\n \"locationIds\": [\n null\n ]\n }\n ],\n \"numberOfItems\": [\n null\n ],\n \"postalCodeGroupNames\": [\n null\n ],\n \"prices\": [\n {}\n ],\n \"weights\": [\n {}\n ]\n },\n \"rowHeaders\": {},\n \"rows\": [\n {\n \"cells\": [\n {\n \"flatRate\": {}\n }\n ]\n }\n ]\n },\n \"singleValue\": {},\n \"subtables\": [\n {}\n ]\n }\n ]\n }\n]",
|
|
451
|
+
"description": "The target account's list of services. Optional.",
|
|
452
|
+
"routing": {
|
|
453
|
+
"send": {
|
|
454
|
+
"property": "services",
|
|
455
|
+
"propertyInDotNotation": false,
|
|
456
|
+
"type": "body",
|
|
457
|
+
"value": "={{ JSON.parse($value) }}"
|
|
458
|
+
}
|
|
459
|
+
},
|
|
460
|
+
"displayOptions": {
|
|
461
|
+
"show": {
|
|
462
|
+
"resource": [
|
|
463
|
+
"Shippingsettings"
|
|
464
|
+
],
|
|
465
|
+
"operation": [
|
|
466
|
+
"Content Shippingsettings Update"
|
|
467
|
+
]
|
|
468
|
+
}
|
|
469
|
+
}
|
|
470
|
+
},
|
|
471
|
+
{
|
|
472
|
+
"displayName": "Warehouses",
|
|
473
|
+
"name": "warehouses",
|
|
474
|
+
"type": "json",
|
|
475
|
+
"default": "[\n {\n \"businessDayConfig\": {\n \"businessDays\": [\n null\n ]\n },\n \"cutoffTime\": {},\n \"shippingAddress\": {}\n }\n]",
|
|
476
|
+
"description": "Optional. A list of warehouses which can be referred to in `services`.",
|
|
477
|
+
"routing": {
|
|
478
|
+
"send": {
|
|
479
|
+
"property": "warehouses",
|
|
480
|
+
"propertyInDotNotation": false,
|
|
481
|
+
"type": "body",
|
|
482
|
+
"value": "={{ JSON.parse($value) }}"
|
|
483
|
+
}
|
|
484
|
+
},
|
|
485
|
+
"displayOptions": {
|
|
486
|
+
"show": {
|
|
487
|
+
"resource": [
|
|
488
|
+
"Shippingsettings"
|
|
489
|
+
],
|
|
490
|
+
"operation": [
|
|
491
|
+
"Content Shippingsettings Update"
|
|
492
|
+
]
|
|
493
|
+
}
|
|
494
|
+
}
|
|
495
|
+
},
|
|
496
|
+
{
|
|
497
|
+
"displayName": "GET /{merchantId}/supportedCarriers",
|
|
498
|
+
"name": "operation",
|
|
499
|
+
"type": "notice",
|
|
500
|
+
"typeOptions": {
|
|
501
|
+
"theme": "info"
|
|
502
|
+
},
|
|
503
|
+
"default": "",
|
|
504
|
+
"displayOptions": {
|
|
505
|
+
"show": {
|
|
506
|
+
"resource": [
|
|
507
|
+
"Shippingsettings"
|
|
508
|
+
],
|
|
509
|
+
"operation": [
|
|
510
|
+
"Content Shippingsettings Getsupportedcarriers"
|
|
511
|
+
]
|
|
512
|
+
}
|
|
513
|
+
}
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
"displayName": "Merchant ID",
|
|
517
|
+
"name": "merchantId",
|
|
518
|
+
"required": true,
|
|
519
|
+
"description": "The ID of the account for which to retrieve the supported carriers.",
|
|
520
|
+
"default": "",
|
|
521
|
+
"type": "string",
|
|
522
|
+
"displayOptions": {
|
|
523
|
+
"show": {
|
|
524
|
+
"resource": [
|
|
525
|
+
"Shippingsettings"
|
|
526
|
+
],
|
|
527
|
+
"operation": [
|
|
528
|
+
"Content Shippingsettings Getsupportedcarriers"
|
|
529
|
+
]
|
|
530
|
+
}
|
|
531
|
+
}
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
"displayName": "GET /{merchantId}/supportedHolidays",
|
|
535
|
+
"name": "operation",
|
|
536
|
+
"type": "notice",
|
|
537
|
+
"typeOptions": {
|
|
538
|
+
"theme": "info"
|
|
539
|
+
},
|
|
540
|
+
"default": "",
|
|
541
|
+
"displayOptions": {
|
|
542
|
+
"show": {
|
|
543
|
+
"resource": [
|
|
544
|
+
"Shippingsettings"
|
|
545
|
+
],
|
|
546
|
+
"operation": [
|
|
547
|
+
"Content Shippingsettings Getsupportedholidays"
|
|
548
|
+
]
|
|
549
|
+
}
|
|
550
|
+
}
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
"displayName": "Merchant ID",
|
|
554
|
+
"name": "merchantId",
|
|
555
|
+
"required": true,
|
|
556
|
+
"description": "The ID of the account for which to retrieve the supported holidays.",
|
|
557
|
+
"default": "",
|
|
558
|
+
"type": "string",
|
|
559
|
+
"displayOptions": {
|
|
560
|
+
"show": {
|
|
561
|
+
"resource": [
|
|
562
|
+
"Shippingsettings"
|
|
563
|
+
],
|
|
564
|
+
"operation": [
|
|
565
|
+
"Content Shippingsettings Getsupportedholidays"
|
|
566
|
+
]
|
|
567
|
+
}
|
|
568
|
+
}
|
|
569
|
+
},
|
|
570
|
+
{
|
|
571
|
+
"displayName": "GET /{merchantId}/supportedPickupServices",
|
|
572
|
+
"name": "operation",
|
|
573
|
+
"type": "notice",
|
|
574
|
+
"typeOptions": {
|
|
575
|
+
"theme": "info"
|
|
576
|
+
},
|
|
577
|
+
"default": "",
|
|
578
|
+
"displayOptions": {
|
|
579
|
+
"show": {
|
|
580
|
+
"resource": [
|
|
581
|
+
"Shippingsettings"
|
|
582
|
+
],
|
|
583
|
+
"operation": [
|
|
584
|
+
"Content Shippingsettings Getsupportedpickupservices"
|
|
585
|
+
]
|
|
586
|
+
}
|
|
587
|
+
}
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
"displayName": "Merchant ID",
|
|
591
|
+
"name": "merchantId",
|
|
592
|
+
"required": true,
|
|
593
|
+
"description": "The ID of the account for which to retrieve the supported pickup services.",
|
|
594
|
+
"default": "",
|
|
595
|
+
"type": "string",
|
|
596
|
+
"displayOptions": {
|
|
597
|
+
"show": {
|
|
598
|
+
"resource": [
|
|
599
|
+
"Shippingsettings"
|
|
600
|
+
],
|
|
601
|
+
"operation": [
|
|
602
|
+
"Content Shippingsettings Getsupportedpickupservices"
|
|
603
|
+
]
|
|
604
|
+
}
|
|
605
|
+
}
|
|
606
|
+
},
|
|
607
|
+
];
|
|
608
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/GoogleapisShoppingcontent/resources/shippingsettings/index.ts"],"names":[],"mappings":"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"}
|