@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,2435 @@
|
|
|
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": "Content Products Custombatch",
|
|
20
|
+
"value": "Content Products Custombatch",
|
|
21
|
+
"action": "Content Products Custombatch",
|
|
22
|
+
"description": "Retrieves, inserts, and deletes multiple products in a single request.",
|
|
23
|
+
"routing": {
|
|
24
|
+
"request": {
|
|
25
|
+
"method": "POST",
|
|
26
|
+
"url": "=/products/batch"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "Content Products List",
|
|
32
|
+
"value": "Content Products List",
|
|
33
|
+
"action": "Content Products List",
|
|
34
|
+
"description": "Lists the products in your Merchant Center account. The response might contain fewer items than specified by maxResults. Rely on nextPageToken to determine if there are more items to be requested.",
|
|
35
|
+
"routing": {
|
|
36
|
+
"request": {
|
|
37
|
+
"method": "GET",
|
|
38
|
+
"url": "=/{{$parameter[\"merchantId\"]}}/products"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "Content Products Insert",
|
|
44
|
+
"value": "Content Products Insert",
|
|
45
|
+
"action": "Content Products Insert",
|
|
46
|
+
"description": "Uploads a product to your Merchant Center account. If an item with the same channel, contentLanguage, offerId, and targetCountry already exists, this method updates that entry.",
|
|
47
|
+
"routing": {
|
|
48
|
+
"request": {
|
|
49
|
+
"method": "POST",
|
|
50
|
+
"url": "=/{{$parameter[\"merchantId\"]}}/products"
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "Content Products Delete",
|
|
56
|
+
"value": "Content Products Delete",
|
|
57
|
+
"action": "Content Products Delete",
|
|
58
|
+
"description": "Deletes a product from your Merchant Center account.",
|
|
59
|
+
"routing": {
|
|
60
|
+
"request": {
|
|
61
|
+
"method": "DELETE",
|
|
62
|
+
"url": "=/{{$parameter[\"merchantId\"]}}/products/{{$parameter[\"productId\"]}}"
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "Content Products Get",
|
|
68
|
+
"value": "Content Products Get",
|
|
69
|
+
"action": "Content Products Get",
|
|
70
|
+
"description": "Retrieves a product from your Merchant Center account.",
|
|
71
|
+
"routing": {
|
|
72
|
+
"request": {
|
|
73
|
+
"method": "GET",
|
|
74
|
+
"url": "=/{{$parameter[\"merchantId\"]}}/products/{{$parameter[\"productId\"]}}"
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
],
|
|
79
|
+
"default": ""
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"displayName": "POST /products/batch",
|
|
83
|
+
"name": "operation",
|
|
84
|
+
"type": "notice",
|
|
85
|
+
"typeOptions": {
|
|
86
|
+
"theme": "info"
|
|
87
|
+
},
|
|
88
|
+
"default": "",
|
|
89
|
+
"displayOptions": {
|
|
90
|
+
"show": {
|
|
91
|
+
"resource": [
|
|
92
|
+
"Products"
|
|
93
|
+
],
|
|
94
|
+
"operation": [
|
|
95
|
+
"Content Products Custombatch"
|
|
96
|
+
]
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"displayName": "Dry Run",
|
|
102
|
+
"name": "dryRun",
|
|
103
|
+
"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).",
|
|
104
|
+
"default": true,
|
|
105
|
+
"type": "boolean",
|
|
106
|
+
"routing": {
|
|
107
|
+
"send": {
|
|
108
|
+
"type": "query",
|
|
109
|
+
"property": "dryRun",
|
|
110
|
+
"value": "={{ $value }}",
|
|
111
|
+
"propertyInDotNotation": false
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
"displayOptions": {
|
|
115
|
+
"show": {
|
|
116
|
+
"resource": [
|
|
117
|
+
"Products"
|
|
118
|
+
],
|
|
119
|
+
"operation": [
|
|
120
|
+
"Content Products Custombatch"
|
|
121
|
+
]
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"displayName": "Entries",
|
|
127
|
+
"name": "entries",
|
|
128
|
+
"type": "json",
|
|
129
|
+
"default": "[\n {\n \"product\": {\n \"additionalImageLinks\": [\n null\n ],\n \"additionalProductTypes\": [\n null\n ],\n \"adwordsLabels\": [\n null\n ],\n \"aspects\": [\n {}\n ],\n \"costOfGoodsSold\": {},\n \"customAttributes\": [\n {}\n ],\n \"customGroups\": [\n {\n \"attributes\": [\n {}\n ]\n }\n ],\n \"destinations\": [\n {}\n ],\n \"displayAdsSimilarIds\": [\n null\n ],\n \"installment\": {\n \"amount\": {}\n },\n \"loyaltyPoints\": {},\n \"price\": {},\n \"promotionIds\": [\n null\n ],\n \"salePrice\": {},\n \"shipping\": [\n {\n \"price\": {}\n }\n ],\n \"shippingHeight\": {},\n \"shippingLength\": {},\n \"shippingWeight\": {},\n \"shippingWidth\": {},\n \"sizes\": [\n null\n ],\n \"taxes\": [\n {}\n ],\n \"unitPricingBaseMeasure\": {},\n \"unitPricingMeasure\": {},\n \"validatedDestinations\": [\n null\n ],\n \"warnings\": [\n {}\n ]\n }\n }\n]",
|
|
130
|
+
"description": "The request entries to be processed in the batch.",
|
|
131
|
+
"routing": {
|
|
132
|
+
"send": {
|
|
133
|
+
"property": "entries",
|
|
134
|
+
"propertyInDotNotation": false,
|
|
135
|
+
"type": "body",
|
|
136
|
+
"value": "={{ JSON.parse($value) }}"
|
|
137
|
+
}
|
|
138
|
+
},
|
|
139
|
+
"displayOptions": {
|
|
140
|
+
"show": {
|
|
141
|
+
"resource": [
|
|
142
|
+
"Products"
|
|
143
|
+
],
|
|
144
|
+
"operation": [
|
|
145
|
+
"Content Products Custombatch"
|
|
146
|
+
]
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"displayName": "GET /{merchantId}/products",
|
|
152
|
+
"name": "operation",
|
|
153
|
+
"type": "notice",
|
|
154
|
+
"typeOptions": {
|
|
155
|
+
"theme": "info"
|
|
156
|
+
},
|
|
157
|
+
"default": "",
|
|
158
|
+
"displayOptions": {
|
|
159
|
+
"show": {
|
|
160
|
+
"resource": [
|
|
161
|
+
"Products"
|
|
162
|
+
],
|
|
163
|
+
"operation": [
|
|
164
|
+
"Content Products List"
|
|
165
|
+
]
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"displayName": "Merchant ID",
|
|
171
|
+
"name": "merchantId",
|
|
172
|
+
"required": true,
|
|
173
|
+
"description": "The ID of the account that contains the products. This account cannot be a multi-client account.",
|
|
174
|
+
"default": "",
|
|
175
|
+
"type": "string",
|
|
176
|
+
"displayOptions": {
|
|
177
|
+
"show": {
|
|
178
|
+
"resource": [
|
|
179
|
+
"Products"
|
|
180
|
+
],
|
|
181
|
+
"operation": [
|
|
182
|
+
"Content Products List"
|
|
183
|
+
]
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"displayName": "Include Invalid Inserted Items",
|
|
189
|
+
"name": "includeInvalidInsertedItems",
|
|
190
|
+
"description": "Flag to include the invalid inserted items in the result of the list request. By default the invalid items are not shown (the default value is false).",
|
|
191
|
+
"default": true,
|
|
192
|
+
"type": "boolean",
|
|
193
|
+
"routing": {
|
|
194
|
+
"send": {
|
|
195
|
+
"type": "query",
|
|
196
|
+
"property": "includeInvalidInsertedItems",
|
|
197
|
+
"value": "={{ $value }}",
|
|
198
|
+
"propertyInDotNotation": false
|
|
199
|
+
}
|
|
200
|
+
},
|
|
201
|
+
"displayOptions": {
|
|
202
|
+
"show": {
|
|
203
|
+
"resource": [
|
|
204
|
+
"Products"
|
|
205
|
+
],
|
|
206
|
+
"operation": [
|
|
207
|
+
"Content Products List"
|
|
208
|
+
]
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"displayName": "Max Results",
|
|
214
|
+
"name": "maxResults",
|
|
215
|
+
"description": "The maximum number of products to return in the response, used for paging.",
|
|
216
|
+
"default": 0,
|
|
217
|
+
"type": "number",
|
|
218
|
+
"routing": {
|
|
219
|
+
"send": {
|
|
220
|
+
"type": "query",
|
|
221
|
+
"property": "maxResults",
|
|
222
|
+
"value": "={{ $value }}",
|
|
223
|
+
"propertyInDotNotation": false
|
|
224
|
+
}
|
|
225
|
+
},
|
|
226
|
+
"displayOptions": {
|
|
227
|
+
"show": {
|
|
228
|
+
"resource": [
|
|
229
|
+
"Products"
|
|
230
|
+
],
|
|
231
|
+
"operation": [
|
|
232
|
+
"Content Products List"
|
|
233
|
+
]
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"displayName": "Page Token",
|
|
239
|
+
"name": "pageToken",
|
|
240
|
+
"description": "The token returned by the previous request.",
|
|
241
|
+
"default": "",
|
|
242
|
+
"type": "string",
|
|
243
|
+
"routing": {
|
|
244
|
+
"send": {
|
|
245
|
+
"type": "query",
|
|
246
|
+
"property": "pageToken",
|
|
247
|
+
"value": "={{ $value }}",
|
|
248
|
+
"propertyInDotNotation": false
|
|
249
|
+
}
|
|
250
|
+
},
|
|
251
|
+
"displayOptions": {
|
|
252
|
+
"show": {
|
|
253
|
+
"resource": [
|
|
254
|
+
"Products"
|
|
255
|
+
],
|
|
256
|
+
"operation": [
|
|
257
|
+
"Content Products List"
|
|
258
|
+
]
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"displayName": "POST /{merchantId}/products",
|
|
264
|
+
"name": "operation",
|
|
265
|
+
"type": "notice",
|
|
266
|
+
"typeOptions": {
|
|
267
|
+
"theme": "info"
|
|
268
|
+
},
|
|
269
|
+
"default": "",
|
|
270
|
+
"displayOptions": {
|
|
271
|
+
"show": {
|
|
272
|
+
"resource": [
|
|
273
|
+
"Products"
|
|
274
|
+
],
|
|
275
|
+
"operation": [
|
|
276
|
+
"Content Products Insert"
|
|
277
|
+
]
|
|
278
|
+
}
|
|
279
|
+
}
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"displayName": "Merchant ID",
|
|
283
|
+
"name": "merchantId",
|
|
284
|
+
"required": true,
|
|
285
|
+
"description": "The ID of the account that contains the product. This account cannot be a multi-client account.",
|
|
286
|
+
"default": "",
|
|
287
|
+
"type": "string",
|
|
288
|
+
"displayOptions": {
|
|
289
|
+
"show": {
|
|
290
|
+
"resource": [
|
|
291
|
+
"Products"
|
|
292
|
+
],
|
|
293
|
+
"operation": [
|
|
294
|
+
"Content Products Insert"
|
|
295
|
+
]
|
|
296
|
+
}
|
|
297
|
+
}
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"displayName": "Dry Run",
|
|
301
|
+
"name": "dryRun",
|
|
302
|
+
"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).",
|
|
303
|
+
"default": true,
|
|
304
|
+
"type": "boolean",
|
|
305
|
+
"routing": {
|
|
306
|
+
"send": {
|
|
307
|
+
"type": "query",
|
|
308
|
+
"property": "dryRun",
|
|
309
|
+
"value": "={{ $value }}",
|
|
310
|
+
"propertyInDotNotation": false
|
|
311
|
+
}
|
|
312
|
+
},
|
|
313
|
+
"displayOptions": {
|
|
314
|
+
"show": {
|
|
315
|
+
"resource": [
|
|
316
|
+
"Products"
|
|
317
|
+
],
|
|
318
|
+
"operation": [
|
|
319
|
+
"Content Products Insert"
|
|
320
|
+
]
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"displayName": "Additional Image Links",
|
|
326
|
+
"name": "additionalImageLinks",
|
|
327
|
+
"type": "json",
|
|
328
|
+
"default": "[\n null\n]",
|
|
329
|
+
"description": "Additional URLs of images of the item.",
|
|
330
|
+
"routing": {
|
|
331
|
+
"send": {
|
|
332
|
+
"property": "additionalImageLinks",
|
|
333
|
+
"propertyInDotNotation": false,
|
|
334
|
+
"type": "body",
|
|
335
|
+
"value": "={{ JSON.parse($value) }}"
|
|
336
|
+
}
|
|
337
|
+
},
|
|
338
|
+
"displayOptions": {
|
|
339
|
+
"show": {
|
|
340
|
+
"resource": [
|
|
341
|
+
"Products"
|
|
342
|
+
],
|
|
343
|
+
"operation": [
|
|
344
|
+
"Content Products Insert"
|
|
345
|
+
]
|
|
346
|
+
}
|
|
347
|
+
}
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"displayName": "Additional Product Types",
|
|
351
|
+
"name": "additionalProductTypes",
|
|
352
|
+
"type": "json",
|
|
353
|
+
"default": "[\n null\n]",
|
|
354
|
+
"description": "Additional categories of the item (formatted as in products data specification).",
|
|
355
|
+
"routing": {
|
|
356
|
+
"send": {
|
|
357
|
+
"property": "additionalProductTypes",
|
|
358
|
+
"propertyInDotNotation": false,
|
|
359
|
+
"type": "body",
|
|
360
|
+
"value": "={{ JSON.parse($value) }}"
|
|
361
|
+
}
|
|
362
|
+
},
|
|
363
|
+
"displayOptions": {
|
|
364
|
+
"show": {
|
|
365
|
+
"resource": [
|
|
366
|
+
"Products"
|
|
367
|
+
],
|
|
368
|
+
"operation": [
|
|
369
|
+
"Content Products Insert"
|
|
370
|
+
]
|
|
371
|
+
}
|
|
372
|
+
}
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"displayName": "Adult",
|
|
376
|
+
"name": "adult",
|
|
377
|
+
"type": "boolean",
|
|
378
|
+
"default": true,
|
|
379
|
+
"description": "Should be set to true if the item is targeted towards adults.",
|
|
380
|
+
"routing": {
|
|
381
|
+
"send": {
|
|
382
|
+
"property": "adult",
|
|
383
|
+
"propertyInDotNotation": false,
|
|
384
|
+
"type": "body",
|
|
385
|
+
"value": "={{ $value }}"
|
|
386
|
+
}
|
|
387
|
+
},
|
|
388
|
+
"displayOptions": {
|
|
389
|
+
"show": {
|
|
390
|
+
"resource": [
|
|
391
|
+
"Products"
|
|
392
|
+
],
|
|
393
|
+
"operation": [
|
|
394
|
+
"Content Products Insert"
|
|
395
|
+
]
|
|
396
|
+
}
|
|
397
|
+
}
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
"displayName": "Adwords Grouping",
|
|
401
|
+
"name": "adwordsGrouping",
|
|
402
|
+
"type": "string",
|
|
403
|
+
"default": "",
|
|
404
|
+
"description": "Used to group items in an arbitrary way. Only for CPA%, discouraged otherwise.",
|
|
405
|
+
"routing": {
|
|
406
|
+
"send": {
|
|
407
|
+
"property": "adwordsGrouping",
|
|
408
|
+
"propertyInDotNotation": false,
|
|
409
|
+
"type": "body",
|
|
410
|
+
"value": "={{ $value }}"
|
|
411
|
+
}
|
|
412
|
+
},
|
|
413
|
+
"displayOptions": {
|
|
414
|
+
"show": {
|
|
415
|
+
"resource": [
|
|
416
|
+
"Products"
|
|
417
|
+
],
|
|
418
|
+
"operation": [
|
|
419
|
+
"Content Products Insert"
|
|
420
|
+
]
|
|
421
|
+
}
|
|
422
|
+
}
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"displayName": "Adwords Labels",
|
|
426
|
+
"name": "adwordsLabels",
|
|
427
|
+
"type": "json",
|
|
428
|
+
"default": "[\n null\n]",
|
|
429
|
+
"description": "Similar to adwords_grouping, but only works on CPC.",
|
|
430
|
+
"routing": {
|
|
431
|
+
"send": {
|
|
432
|
+
"property": "adwordsLabels",
|
|
433
|
+
"propertyInDotNotation": false,
|
|
434
|
+
"type": "body",
|
|
435
|
+
"value": "={{ JSON.parse($value) }}"
|
|
436
|
+
}
|
|
437
|
+
},
|
|
438
|
+
"displayOptions": {
|
|
439
|
+
"show": {
|
|
440
|
+
"resource": [
|
|
441
|
+
"Products"
|
|
442
|
+
],
|
|
443
|
+
"operation": [
|
|
444
|
+
"Content Products Insert"
|
|
445
|
+
]
|
|
446
|
+
}
|
|
447
|
+
}
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"displayName": "Adwords Redirect",
|
|
451
|
+
"name": "adwordsRedirect",
|
|
452
|
+
"type": "string",
|
|
453
|
+
"default": "",
|
|
454
|
+
"description": "Allows advertisers to override the item URL when the product is shown within the context of Product Ads.",
|
|
455
|
+
"routing": {
|
|
456
|
+
"send": {
|
|
457
|
+
"property": "adwordsRedirect",
|
|
458
|
+
"propertyInDotNotation": false,
|
|
459
|
+
"type": "body",
|
|
460
|
+
"value": "={{ $value }}"
|
|
461
|
+
}
|
|
462
|
+
},
|
|
463
|
+
"displayOptions": {
|
|
464
|
+
"show": {
|
|
465
|
+
"resource": [
|
|
466
|
+
"Products"
|
|
467
|
+
],
|
|
468
|
+
"operation": [
|
|
469
|
+
"Content Products Insert"
|
|
470
|
+
]
|
|
471
|
+
}
|
|
472
|
+
}
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
"displayName": "Age Group",
|
|
476
|
+
"name": "ageGroup",
|
|
477
|
+
"type": "string",
|
|
478
|
+
"default": "",
|
|
479
|
+
"description": "Target age group of the item. Acceptable values are: - \"`adult`\" - \"`infant`\" - \"`kids`\" - \"`newborn`\" - \"`toddler`\" - \"`youngAdult`\" ",
|
|
480
|
+
"routing": {
|
|
481
|
+
"send": {
|
|
482
|
+
"property": "ageGroup",
|
|
483
|
+
"propertyInDotNotation": false,
|
|
484
|
+
"type": "body",
|
|
485
|
+
"value": "={{ $value }}"
|
|
486
|
+
}
|
|
487
|
+
},
|
|
488
|
+
"displayOptions": {
|
|
489
|
+
"show": {
|
|
490
|
+
"resource": [
|
|
491
|
+
"Products"
|
|
492
|
+
],
|
|
493
|
+
"operation": [
|
|
494
|
+
"Content Products Insert"
|
|
495
|
+
]
|
|
496
|
+
}
|
|
497
|
+
}
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
"displayName": "Aspects",
|
|
501
|
+
"name": "aspects",
|
|
502
|
+
"type": "json",
|
|
503
|
+
"default": "[\n {}\n]",
|
|
504
|
+
"description": "Deprecated. Do not use.",
|
|
505
|
+
"routing": {
|
|
506
|
+
"send": {
|
|
507
|
+
"property": "aspects",
|
|
508
|
+
"propertyInDotNotation": false,
|
|
509
|
+
"type": "body",
|
|
510
|
+
"value": "={{ JSON.parse($value) }}"
|
|
511
|
+
}
|
|
512
|
+
},
|
|
513
|
+
"displayOptions": {
|
|
514
|
+
"show": {
|
|
515
|
+
"resource": [
|
|
516
|
+
"Products"
|
|
517
|
+
],
|
|
518
|
+
"operation": [
|
|
519
|
+
"Content Products Insert"
|
|
520
|
+
]
|
|
521
|
+
}
|
|
522
|
+
}
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"displayName": "Availability",
|
|
526
|
+
"name": "availability",
|
|
527
|
+
"type": "string",
|
|
528
|
+
"default": "",
|
|
529
|
+
"description": "Availability status of the item. Acceptable values are: - \"`in stock`\" - \"`out of stock`\" - \"`preorder`\" ",
|
|
530
|
+
"routing": {
|
|
531
|
+
"send": {
|
|
532
|
+
"property": "availability",
|
|
533
|
+
"propertyInDotNotation": false,
|
|
534
|
+
"type": "body",
|
|
535
|
+
"value": "={{ $value }}"
|
|
536
|
+
}
|
|
537
|
+
},
|
|
538
|
+
"displayOptions": {
|
|
539
|
+
"show": {
|
|
540
|
+
"resource": [
|
|
541
|
+
"Products"
|
|
542
|
+
],
|
|
543
|
+
"operation": [
|
|
544
|
+
"Content Products Insert"
|
|
545
|
+
]
|
|
546
|
+
}
|
|
547
|
+
}
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
"displayName": "Availability Date",
|
|
551
|
+
"name": "availabilityDate",
|
|
552
|
+
"type": "string",
|
|
553
|
+
"default": "",
|
|
554
|
+
"description": "The day a pre-ordered product becomes available for delivery, in ISO 8601 format.",
|
|
555
|
+
"routing": {
|
|
556
|
+
"send": {
|
|
557
|
+
"property": "availabilityDate",
|
|
558
|
+
"propertyInDotNotation": false,
|
|
559
|
+
"type": "body",
|
|
560
|
+
"value": "={{ $value }}"
|
|
561
|
+
}
|
|
562
|
+
},
|
|
563
|
+
"displayOptions": {
|
|
564
|
+
"show": {
|
|
565
|
+
"resource": [
|
|
566
|
+
"Products"
|
|
567
|
+
],
|
|
568
|
+
"operation": [
|
|
569
|
+
"Content Products Insert"
|
|
570
|
+
]
|
|
571
|
+
}
|
|
572
|
+
}
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
"displayName": "Brand",
|
|
576
|
+
"name": "brand",
|
|
577
|
+
"type": "string",
|
|
578
|
+
"default": "",
|
|
579
|
+
"description": "Brand of the item.",
|
|
580
|
+
"routing": {
|
|
581
|
+
"send": {
|
|
582
|
+
"property": "brand",
|
|
583
|
+
"propertyInDotNotation": false,
|
|
584
|
+
"type": "body",
|
|
585
|
+
"value": "={{ $value }}"
|
|
586
|
+
}
|
|
587
|
+
},
|
|
588
|
+
"displayOptions": {
|
|
589
|
+
"show": {
|
|
590
|
+
"resource": [
|
|
591
|
+
"Products"
|
|
592
|
+
],
|
|
593
|
+
"operation": [
|
|
594
|
+
"Content Products Insert"
|
|
595
|
+
]
|
|
596
|
+
}
|
|
597
|
+
}
|
|
598
|
+
},
|
|
599
|
+
{
|
|
600
|
+
"displayName": "Canonical Link",
|
|
601
|
+
"name": "canonicalLink",
|
|
602
|
+
"type": "string",
|
|
603
|
+
"default": "",
|
|
604
|
+
"description": "URL for the canonical version of your item's landing page.",
|
|
605
|
+
"routing": {
|
|
606
|
+
"send": {
|
|
607
|
+
"property": "canonicalLink",
|
|
608
|
+
"propertyInDotNotation": false,
|
|
609
|
+
"type": "body",
|
|
610
|
+
"value": "={{ $value }}"
|
|
611
|
+
}
|
|
612
|
+
},
|
|
613
|
+
"displayOptions": {
|
|
614
|
+
"show": {
|
|
615
|
+
"resource": [
|
|
616
|
+
"Products"
|
|
617
|
+
],
|
|
618
|
+
"operation": [
|
|
619
|
+
"Content Products Insert"
|
|
620
|
+
]
|
|
621
|
+
}
|
|
622
|
+
}
|
|
623
|
+
},
|
|
624
|
+
{
|
|
625
|
+
"displayName": "Channel",
|
|
626
|
+
"name": "channel",
|
|
627
|
+
"type": "string",
|
|
628
|
+
"default": "",
|
|
629
|
+
"description": "Required. The item's channel (online or local). Acceptable values are: - \"`local`\" - \"`online`\" ",
|
|
630
|
+
"routing": {
|
|
631
|
+
"send": {
|
|
632
|
+
"property": "channel",
|
|
633
|
+
"propertyInDotNotation": false,
|
|
634
|
+
"type": "body",
|
|
635
|
+
"value": "={{ $value }}"
|
|
636
|
+
}
|
|
637
|
+
},
|
|
638
|
+
"displayOptions": {
|
|
639
|
+
"show": {
|
|
640
|
+
"resource": [
|
|
641
|
+
"Products"
|
|
642
|
+
],
|
|
643
|
+
"operation": [
|
|
644
|
+
"Content Products Insert"
|
|
645
|
+
]
|
|
646
|
+
}
|
|
647
|
+
}
|
|
648
|
+
},
|
|
649
|
+
{
|
|
650
|
+
"displayName": "Color",
|
|
651
|
+
"name": "color",
|
|
652
|
+
"type": "string",
|
|
653
|
+
"default": "",
|
|
654
|
+
"description": "Color of the item.",
|
|
655
|
+
"routing": {
|
|
656
|
+
"send": {
|
|
657
|
+
"property": "color",
|
|
658
|
+
"propertyInDotNotation": false,
|
|
659
|
+
"type": "body",
|
|
660
|
+
"value": "={{ $value }}"
|
|
661
|
+
}
|
|
662
|
+
},
|
|
663
|
+
"displayOptions": {
|
|
664
|
+
"show": {
|
|
665
|
+
"resource": [
|
|
666
|
+
"Products"
|
|
667
|
+
],
|
|
668
|
+
"operation": [
|
|
669
|
+
"Content Products Insert"
|
|
670
|
+
]
|
|
671
|
+
}
|
|
672
|
+
}
|
|
673
|
+
},
|
|
674
|
+
{
|
|
675
|
+
"displayName": "Condition",
|
|
676
|
+
"name": "condition",
|
|
677
|
+
"type": "string",
|
|
678
|
+
"default": "",
|
|
679
|
+
"description": "Condition or state of the item. Acceptable values are: - \"`new`\" - \"`refurbished`\" - \"`used`\" ",
|
|
680
|
+
"routing": {
|
|
681
|
+
"send": {
|
|
682
|
+
"property": "condition",
|
|
683
|
+
"propertyInDotNotation": false,
|
|
684
|
+
"type": "body",
|
|
685
|
+
"value": "={{ $value }}"
|
|
686
|
+
}
|
|
687
|
+
},
|
|
688
|
+
"displayOptions": {
|
|
689
|
+
"show": {
|
|
690
|
+
"resource": [
|
|
691
|
+
"Products"
|
|
692
|
+
],
|
|
693
|
+
"operation": [
|
|
694
|
+
"Content Products Insert"
|
|
695
|
+
]
|
|
696
|
+
}
|
|
697
|
+
}
|
|
698
|
+
},
|
|
699
|
+
{
|
|
700
|
+
"displayName": "Content Language",
|
|
701
|
+
"name": "contentLanguage",
|
|
702
|
+
"type": "string",
|
|
703
|
+
"default": "",
|
|
704
|
+
"description": "Required. The two-letter ISO 639-1 language code for the item.",
|
|
705
|
+
"routing": {
|
|
706
|
+
"send": {
|
|
707
|
+
"property": "contentLanguage",
|
|
708
|
+
"propertyInDotNotation": false,
|
|
709
|
+
"type": "body",
|
|
710
|
+
"value": "={{ $value }}"
|
|
711
|
+
}
|
|
712
|
+
},
|
|
713
|
+
"displayOptions": {
|
|
714
|
+
"show": {
|
|
715
|
+
"resource": [
|
|
716
|
+
"Products"
|
|
717
|
+
],
|
|
718
|
+
"operation": [
|
|
719
|
+
"Content Products Insert"
|
|
720
|
+
]
|
|
721
|
+
}
|
|
722
|
+
}
|
|
723
|
+
},
|
|
724
|
+
{
|
|
725
|
+
"displayName": "Cost Of Goods Sold",
|
|
726
|
+
"name": "costOfGoodsSold",
|
|
727
|
+
"type": "json",
|
|
728
|
+
"default": "{}",
|
|
729
|
+
"description": "Cost of goods sold. Used for gross profit reporting.",
|
|
730
|
+
"routing": {
|
|
731
|
+
"send": {
|
|
732
|
+
"property": "costOfGoodsSold",
|
|
733
|
+
"propertyInDotNotation": false,
|
|
734
|
+
"type": "body",
|
|
735
|
+
"value": "={{ JSON.parse($value) }}"
|
|
736
|
+
}
|
|
737
|
+
},
|
|
738
|
+
"displayOptions": {
|
|
739
|
+
"show": {
|
|
740
|
+
"resource": [
|
|
741
|
+
"Products"
|
|
742
|
+
],
|
|
743
|
+
"operation": [
|
|
744
|
+
"Content Products Insert"
|
|
745
|
+
]
|
|
746
|
+
}
|
|
747
|
+
}
|
|
748
|
+
},
|
|
749
|
+
{
|
|
750
|
+
"displayName": "Custom Attributes",
|
|
751
|
+
"name": "customAttributes",
|
|
752
|
+
"type": "json",
|
|
753
|
+
"default": "[\n {}\n]",
|
|
754
|
+
"description": "A list of custom (merchant-provided) attributes. It can also be used for submitting any attribute of the feed specification in its generic form (e.g., `{ \"name\": \"size type\", \"value\": \"regular\" }`). This is useful for submitting attributes not explicitly exposed by the API, such as additional attributes used for Buy on Google (formerly known as Shopping Actions).",
|
|
755
|
+
"routing": {
|
|
756
|
+
"send": {
|
|
757
|
+
"property": "customAttributes",
|
|
758
|
+
"propertyInDotNotation": false,
|
|
759
|
+
"type": "body",
|
|
760
|
+
"value": "={{ JSON.parse($value) }}"
|
|
761
|
+
}
|
|
762
|
+
},
|
|
763
|
+
"displayOptions": {
|
|
764
|
+
"show": {
|
|
765
|
+
"resource": [
|
|
766
|
+
"Products"
|
|
767
|
+
],
|
|
768
|
+
"operation": [
|
|
769
|
+
"Content Products Insert"
|
|
770
|
+
]
|
|
771
|
+
}
|
|
772
|
+
}
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
"displayName": "Custom Groups",
|
|
776
|
+
"name": "customGroups",
|
|
777
|
+
"type": "json",
|
|
778
|
+
"default": "[\n {\n \"attributes\": [\n {}\n ]\n }\n]",
|
|
779
|
+
"description": "A list of custom (merchant-provided) custom attribute groups.",
|
|
780
|
+
"routing": {
|
|
781
|
+
"send": {
|
|
782
|
+
"property": "customGroups",
|
|
783
|
+
"propertyInDotNotation": false,
|
|
784
|
+
"type": "body",
|
|
785
|
+
"value": "={{ JSON.parse($value) }}"
|
|
786
|
+
}
|
|
787
|
+
},
|
|
788
|
+
"displayOptions": {
|
|
789
|
+
"show": {
|
|
790
|
+
"resource": [
|
|
791
|
+
"Products"
|
|
792
|
+
],
|
|
793
|
+
"operation": [
|
|
794
|
+
"Content Products Insert"
|
|
795
|
+
]
|
|
796
|
+
}
|
|
797
|
+
}
|
|
798
|
+
},
|
|
799
|
+
{
|
|
800
|
+
"displayName": "Custom Label 0",
|
|
801
|
+
"name": "customLabel0",
|
|
802
|
+
"type": "string",
|
|
803
|
+
"default": "",
|
|
804
|
+
"description": "Custom label 0 for custom grouping of items in a Shopping campaign.",
|
|
805
|
+
"routing": {
|
|
806
|
+
"send": {
|
|
807
|
+
"property": "customLabel0",
|
|
808
|
+
"propertyInDotNotation": false,
|
|
809
|
+
"type": "body",
|
|
810
|
+
"value": "={{ $value }}"
|
|
811
|
+
}
|
|
812
|
+
},
|
|
813
|
+
"displayOptions": {
|
|
814
|
+
"show": {
|
|
815
|
+
"resource": [
|
|
816
|
+
"Products"
|
|
817
|
+
],
|
|
818
|
+
"operation": [
|
|
819
|
+
"Content Products Insert"
|
|
820
|
+
]
|
|
821
|
+
}
|
|
822
|
+
}
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
"displayName": "Custom Label 1",
|
|
826
|
+
"name": "customLabel1",
|
|
827
|
+
"type": "string",
|
|
828
|
+
"default": "",
|
|
829
|
+
"description": "Custom label 1 for custom grouping of items in a Shopping campaign.",
|
|
830
|
+
"routing": {
|
|
831
|
+
"send": {
|
|
832
|
+
"property": "customLabel1",
|
|
833
|
+
"propertyInDotNotation": false,
|
|
834
|
+
"type": "body",
|
|
835
|
+
"value": "={{ $value }}"
|
|
836
|
+
}
|
|
837
|
+
},
|
|
838
|
+
"displayOptions": {
|
|
839
|
+
"show": {
|
|
840
|
+
"resource": [
|
|
841
|
+
"Products"
|
|
842
|
+
],
|
|
843
|
+
"operation": [
|
|
844
|
+
"Content Products Insert"
|
|
845
|
+
]
|
|
846
|
+
}
|
|
847
|
+
}
|
|
848
|
+
},
|
|
849
|
+
{
|
|
850
|
+
"displayName": "Custom Label 2",
|
|
851
|
+
"name": "customLabel2",
|
|
852
|
+
"type": "string",
|
|
853
|
+
"default": "",
|
|
854
|
+
"description": "Custom label 2 for custom grouping of items in a Shopping campaign.",
|
|
855
|
+
"routing": {
|
|
856
|
+
"send": {
|
|
857
|
+
"property": "customLabel2",
|
|
858
|
+
"propertyInDotNotation": false,
|
|
859
|
+
"type": "body",
|
|
860
|
+
"value": "={{ $value }}"
|
|
861
|
+
}
|
|
862
|
+
},
|
|
863
|
+
"displayOptions": {
|
|
864
|
+
"show": {
|
|
865
|
+
"resource": [
|
|
866
|
+
"Products"
|
|
867
|
+
],
|
|
868
|
+
"operation": [
|
|
869
|
+
"Content Products Insert"
|
|
870
|
+
]
|
|
871
|
+
}
|
|
872
|
+
}
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
"displayName": "Custom Label 3",
|
|
876
|
+
"name": "customLabel3",
|
|
877
|
+
"type": "string",
|
|
878
|
+
"default": "",
|
|
879
|
+
"description": "Custom label 3 for custom grouping of items in a Shopping campaign.",
|
|
880
|
+
"routing": {
|
|
881
|
+
"send": {
|
|
882
|
+
"property": "customLabel3",
|
|
883
|
+
"propertyInDotNotation": false,
|
|
884
|
+
"type": "body",
|
|
885
|
+
"value": "={{ $value }}"
|
|
886
|
+
}
|
|
887
|
+
},
|
|
888
|
+
"displayOptions": {
|
|
889
|
+
"show": {
|
|
890
|
+
"resource": [
|
|
891
|
+
"Products"
|
|
892
|
+
],
|
|
893
|
+
"operation": [
|
|
894
|
+
"Content Products Insert"
|
|
895
|
+
]
|
|
896
|
+
}
|
|
897
|
+
}
|
|
898
|
+
},
|
|
899
|
+
{
|
|
900
|
+
"displayName": "Custom Label 4",
|
|
901
|
+
"name": "customLabel4",
|
|
902
|
+
"type": "string",
|
|
903
|
+
"default": "",
|
|
904
|
+
"description": "Custom label 4 for custom grouping of items in a Shopping campaign.",
|
|
905
|
+
"routing": {
|
|
906
|
+
"send": {
|
|
907
|
+
"property": "customLabel4",
|
|
908
|
+
"propertyInDotNotation": false,
|
|
909
|
+
"type": "body",
|
|
910
|
+
"value": "={{ $value }}"
|
|
911
|
+
}
|
|
912
|
+
},
|
|
913
|
+
"displayOptions": {
|
|
914
|
+
"show": {
|
|
915
|
+
"resource": [
|
|
916
|
+
"Products"
|
|
917
|
+
],
|
|
918
|
+
"operation": [
|
|
919
|
+
"Content Products Insert"
|
|
920
|
+
]
|
|
921
|
+
}
|
|
922
|
+
}
|
|
923
|
+
},
|
|
924
|
+
{
|
|
925
|
+
"displayName": "Description",
|
|
926
|
+
"name": "description",
|
|
927
|
+
"type": "string",
|
|
928
|
+
"default": "",
|
|
929
|
+
"description": "Description of the item.",
|
|
930
|
+
"routing": {
|
|
931
|
+
"send": {
|
|
932
|
+
"property": "description",
|
|
933
|
+
"propertyInDotNotation": false,
|
|
934
|
+
"type": "body",
|
|
935
|
+
"value": "={{ $value }}"
|
|
936
|
+
}
|
|
937
|
+
},
|
|
938
|
+
"displayOptions": {
|
|
939
|
+
"show": {
|
|
940
|
+
"resource": [
|
|
941
|
+
"Products"
|
|
942
|
+
],
|
|
943
|
+
"operation": [
|
|
944
|
+
"Content Products Insert"
|
|
945
|
+
]
|
|
946
|
+
}
|
|
947
|
+
}
|
|
948
|
+
},
|
|
949
|
+
{
|
|
950
|
+
"displayName": "Destinations",
|
|
951
|
+
"name": "destinations",
|
|
952
|
+
"type": "json",
|
|
953
|
+
"default": "[\n {}\n]",
|
|
954
|
+
"description": "Specifies the intended destinations for the product.",
|
|
955
|
+
"routing": {
|
|
956
|
+
"send": {
|
|
957
|
+
"property": "destinations",
|
|
958
|
+
"propertyInDotNotation": false,
|
|
959
|
+
"type": "body",
|
|
960
|
+
"value": "={{ JSON.parse($value) }}"
|
|
961
|
+
}
|
|
962
|
+
},
|
|
963
|
+
"displayOptions": {
|
|
964
|
+
"show": {
|
|
965
|
+
"resource": [
|
|
966
|
+
"Products"
|
|
967
|
+
],
|
|
968
|
+
"operation": [
|
|
969
|
+
"Content Products Insert"
|
|
970
|
+
]
|
|
971
|
+
}
|
|
972
|
+
}
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
"displayName": "Display Ads ID",
|
|
976
|
+
"name": "displayAdsId",
|
|
977
|
+
"type": "string",
|
|
978
|
+
"default": "",
|
|
979
|
+
"description": "An identifier for an item for dynamic remarketing campaigns.",
|
|
980
|
+
"routing": {
|
|
981
|
+
"send": {
|
|
982
|
+
"property": "displayAdsId",
|
|
983
|
+
"propertyInDotNotation": false,
|
|
984
|
+
"type": "body",
|
|
985
|
+
"value": "={{ $value }}"
|
|
986
|
+
}
|
|
987
|
+
},
|
|
988
|
+
"displayOptions": {
|
|
989
|
+
"show": {
|
|
990
|
+
"resource": [
|
|
991
|
+
"Products"
|
|
992
|
+
],
|
|
993
|
+
"operation": [
|
|
994
|
+
"Content Products Insert"
|
|
995
|
+
]
|
|
996
|
+
}
|
|
997
|
+
}
|
|
998
|
+
},
|
|
999
|
+
{
|
|
1000
|
+
"displayName": "Display Ads Link",
|
|
1001
|
+
"name": "displayAdsLink",
|
|
1002
|
+
"type": "string",
|
|
1003
|
+
"default": "",
|
|
1004
|
+
"description": "URL directly to your item's landing page for dynamic remarketing campaigns.",
|
|
1005
|
+
"routing": {
|
|
1006
|
+
"send": {
|
|
1007
|
+
"property": "displayAdsLink",
|
|
1008
|
+
"propertyInDotNotation": false,
|
|
1009
|
+
"type": "body",
|
|
1010
|
+
"value": "={{ $value }}"
|
|
1011
|
+
}
|
|
1012
|
+
},
|
|
1013
|
+
"displayOptions": {
|
|
1014
|
+
"show": {
|
|
1015
|
+
"resource": [
|
|
1016
|
+
"Products"
|
|
1017
|
+
],
|
|
1018
|
+
"operation": [
|
|
1019
|
+
"Content Products Insert"
|
|
1020
|
+
]
|
|
1021
|
+
}
|
|
1022
|
+
}
|
|
1023
|
+
},
|
|
1024
|
+
{
|
|
1025
|
+
"displayName": "Display Ads Similar Ids",
|
|
1026
|
+
"name": "displayAdsSimilarIds",
|
|
1027
|
+
"type": "json",
|
|
1028
|
+
"default": "[\n null\n]",
|
|
1029
|
+
"description": "Advertiser-specified recommendations.",
|
|
1030
|
+
"routing": {
|
|
1031
|
+
"send": {
|
|
1032
|
+
"property": "displayAdsSimilarIds",
|
|
1033
|
+
"propertyInDotNotation": false,
|
|
1034
|
+
"type": "body",
|
|
1035
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1036
|
+
}
|
|
1037
|
+
},
|
|
1038
|
+
"displayOptions": {
|
|
1039
|
+
"show": {
|
|
1040
|
+
"resource": [
|
|
1041
|
+
"Products"
|
|
1042
|
+
],
|
|
1043
|
+
"operation": [
|
|
1044
|
+
"Content Products Insert"
|
|
1045
|
+
]
|
|
1046
|
+
}
|
|
1047
|
+
}
|
|
1048
|
+
},
|
|
1049
|
+
{
|
|
1050
|
+
"displayName": "Display Ads Title",
|
|
1051
|
+
"name": "displayAdsTitle",
|
|
1052
|
+
"type": "string",
|
|
1053
|
+
"default": "",
|
|
1054
|
+
"description": "Title of an item for dynamic remarketing campaigns.",
|
|
1055
|
+
"routing": {
|
|
1056
|
+
"send": {
|
|
1057
|
+
"property": "displayAdsTitle",
|
|
1058
|
+
"propertyInDotNotation": false,
|
|
1059
|
+
"type": "body",
|
|
1060
|
+
"value": "={{ $value }}"
|
|
1061
|
+
}
|
|
1062
|
+
},
|
|
1063
|
+
"displayOptions": {
|
|
1064
|
+
"show": {
|
|
1065
|
+
"resource": [
|
|
1066
|
+
"Products"
|
|
1067
|
+
],
|
|
1068
|
+
"operation": [
|
|
1069
|
+
"Content Products Insert"
|
|
1070
|
+
]
|
|
1071
|
+
}
|
|
1072
|
+
}
|
|
1073
|
+
},
|
|
1074
|
+
{
|
|
1075
|
+
"displayName": "Display Ads Value",
|
|
1076
|
+
"name": "displayAdsValue",
|
|
1077
|
+
"type": "number",
|
|
1078
|
+
"default": 0,
|
|
1079
|
+
"description": "Offer margin for dynamic remarketing campaigns.",
|
|
1080
|
+
"routing": {
|
|
1081
|
+
"send": {
|
|
1082
|
+
"property": "displayAdsValue",
|
|
1083
|
+
"propertyInDotNotation": false,
|
|
1084
|
+
"type": "body",
|
|
1085
|
+
"value": "={{ $value }}"
|
|
1086
|
+
}
|
|
1087
|
+
},
|
|
1088
|
+
"displayOptions": {
|
|
1089
|
+
"show": {
|
|
1090
|
+
"resource": [
|
|
1091
|
+
"Products"
|
|
1092
|
+
],
|
|
1093
|
+
"operation": [
|
|
1094
|
+
"Content Products Insert"
|
|
1095
|
+
]
|
|
1096
|
+
}
|
|
1097
|
+
}
|
|
1098
|
+
},
|
|
1099
|
+
{
|
|
1100
|
+
"displayName": "Energy Efficiency Class",
|
|
1101
|
+
"name": "energyEfficiencyClass",
|
|
1102
|
+
"type": "string",
|
|
1103
|
+
"default": "",
|
|
1104
|
+
"description": "The energy efficiency class as defined in EU directive 2010/30/EU. Acceptable values are: - \"`A`\" - \"`A+`\" - \"`A++`\" - \"`A+++`\" - \"`B`\" - \"`C`\" - \"`D`\" - \"`E`\" - \"`F`\" - \"`G`\" ",
|
|
1105
|
+
"routing": {
|
|
1106
|
+
"send": {
|
|
1107
|
+
"property": "energyEfficiencyClass",
|
|
1108
|
+
"propertyInDotNotation": false,
|
|
1109
|
+
"type": "body",
|
|
1110
|
+
"value": "={{ $value }}"
|
|
1111
|
+
}
|
|
1112
|
+
},
|
|
1113
|
+
"displayOptions": {
|
|
1114
|
+
"show": {
|
|
1115
|
+
"resource": [
|
|
1116
|
+
"Products"
|
|
1117
|
+
],
|
|
1118
|
+
"operation": [
|
|
1119
|
+
"Content Products Insert"
|
|
1120
|
+
]
|
|
1121
|
+
}
|
|
1122
|
+
}
|
|
1123
|
+
},
|
|
1124
|
+
{
|
|
1125
|
+
"displayName": "Expiration Date",
|
|
1126
|
+
"name": "expirationDate",
|
|
1127
|
+
"type": "string",
|
|
1128
|
+
"default": "",
|
|
1129
|
+
"description": "Date on which the item should expire, as specified upon insertion, in ISO 8601 format. The actual expiration date in Google Shopping is exposed in `productstatuses` as `googleExpirationDate` and might be earlier if `expirationDate` is too far in the future.",
|
|
1130
|
+
"routing": {
|
|
1131
|
+
"send": {
|
|
1132
|
+
"property": "expirationDate",
|
|
1133
|
+
"propertyInDotNotation": false,
|
|
1134
|
+
"type": "body",
|
|
1135
|
+
"value": "={{ $value }}"
|
|
1136
|
+
}
|
|
1137
|
+
},
|
|
1138
|
+
"displayOptions": {
|
|
1139
|
+
"show": {
|
|
1140
|
+
"resource": [
|
|
1141
|
+
"Products"
|
|
1142
|
+
],
|
|
1143
|
+
"operation": [
|
|
1144
|
+
"Content Products Insert"
|
|
1145
|
+
]
|
|
1146
|
+
}
|
|
1147
|
+
}
|
|
1148
|
+
},
|
|
1149
|
+
{
|
|
1150
|
+
"displayName": "Gender",
|
|
1151
|
+
"name": "gender",
|
|
1152
|
+
"type": "string",
|
|
1153
|
+
"default": "",
|
|
1154
|
+
"description": "Target gender of the item. Acceptable values are: - \"`female`\" - \"`male`\" - \"`unisex`\" ",
|
|
1155
|
+
"routing": {
|
|
1156
|
+
"send": {
|
|
1157
|
+
"property": "gender",
|
|
1158
|
+
"propertyInDotNotation": false,
|
|
1159
|
+
"type": "body",
|
|
1160
|
+
"value": "={{ $value }}"
|
|
1161
|
+
}
|
|
1162
|
+
},
|
|
1163
|
+
"displayOptions": {
|
|
1164
|
+
"show": {
|
|
1165
|
+
"resource": [
|
|
1166
|
+
"Products"
|
|
1167
|
+
],
|
|
1168
|
+
"operation": [
|
|
1169
|
+
"Content Products Insert"
|
|
1170
|
+
]
|
|
1171
|
+
}
|
|
1172
|
+
}
|
|
1173
|
+
},
|
|
1174
|
+
{
|
|
1175
|
+
"displayName": "Google Product Category",
|
|
1176
|
+
"name": "googleProductCategory",
|
|
1177
|
+
"type": "string",
|
|
1178
|
+
"default": "",
|
|
1179
|
+
"description": "Google's category of the item (see [Google product taxonomy](https://support.google.com/merchants/answer/1705911)). When querying products, this field will contain the user provided value. There is currently no way to get back the auto assigned google product categories through the API.",
|
|
1180
|
+
"routing": {
|
|
1181
|
+
"send": {
|
|
1182
|
+
"property": "googleProductCategory",
|
|
1183
|
+
"propertyInDotNotation": false,
|
|
1184
|
+
"type": "body",
|
|
1185
|
+
"value": "={{ $value }}"
|
|
1186
|
+
}
|
|
1187
|
+
},
|
|
1188
|
+
"displayOptions": {
|
|
1189
|
+
"show": {
|
|
1190
|
+
"resource": [
|
|
1191
|
+
"Products"
|
|
1192
|
+
],
|
|
1193
|
+
"operation": [
|
|
1194
|
+
"Content Products Insert"
|
|
1195
|
+
]
|
|
1196
|
+
}
|
|
1197
|
+
}
|
|
1198
|
+
},
|
|
1199
|
+
{
|
|
1200
|
+
"displayName": "Gtin",
|
|
1201
|
+
"name": "gtin",
|
|
1202
|
+
"type": "string",
|
|
1203
|
+
"default": "",
|
|
1204
|
+
"description": "Global Trade Item Number (GTIN) of the item.",
|
|
1205
|
+
"routing": {
|
|
1206
|
+
"send": {
|
|
1207
|
+
"property": "gtin",
|
|
1208
|
+
"propertyInDotNotation": false,
|
|
1209
|
+
"type": "body",
|
|
1210
|
+
"value": "={{ $value }}"
|
|
1211
|
+
}
|
|
1212
|
+
},
|
|
1213
|
+
"displayOptions": {
|
|
1214
|
+
"show": {
|
|
1215
|
+
"resource": [
|
|
1216
|
+
"Products"
|
|
1217
|
+
],
|
|
1218
|
+
"operation": [
|
|
1219
|
+
"Content Products Insert"
|
|
1220
|
+
]
|
|
1221
|
+
}
|
|
1222
|
+
}
|
|
1223
|
+
},
|
|
1224
|
+
{
|
|
1225
|
+
"displayName": "ID",
|
|
1226
|
+
"name": "id",
|
|
1227
|
+
"type": "string",
|
|
1228
|
+
"default": "",
|
|
1229
|
+
"description": "The REST ID of the product. Content API methods that operate on products take this as their `productId` parameter. The REST ID for a product is of the form channel:contentLanguage: targetCountry: offerId.",
|
|
1230
|
+
"routing": {
|
|
1231
|
+
"send": {
|
|
1232
|
+
"property": "id",
|
|
1233
|
+
"propertyInDotNotation": false,
|
|
1234
|
+
"type": "body",
|
|
1235
|
+
"value": "={{ $value }}"
|
|
1236
|
+
}
|
|
1237
|
+
},
|
|
1238
|
+
"displayOptions": {
|
|
1239
|
+
"show": {
|
|
1240
|
+
"resource": [
|
|
1241
|
+
"Products"
|
|
1242
|
+
],
|
|
1243
|
+
"operation": [
|
|
1244
|
+
"Content Products Insert"
|
|
1245
|
+
]
|
|
1246
|
+
}
|
|
1247
|
+
}
|
|
1248
|
+
},
|
|
1249
|
+
{
|
|
1250
|
+
"displayName": "Identifier Exists",
|
|
1251
|
+
"name": "identifierExists",
|
|
1252
|
+
"type": "boolean",
|
|
1253
|
+
"default": true,
|
|
1254
|
+
"description": "False when the item does not have unique product identifiers appropriate to its category, such as GTIN, MPN, and brand. Required according to the Unique Product Identifier Rules for all target countries except for Canada.",
|
|
1255
|
+
"routing": {
|
|
1256
|
+
"send": {
|
|
1257
|
+
"property": "identifierExists",
|
|
1258
|
+
"propertyInDotNotation": false,
|
|
1259
|
+
"type": "body",
|
|
1260
|
+
"value": "={{ $value }}"
|
|
1261
|
+
}
|
|
1262
|
+
},
|
|
1263
|
+
"displayOptions": {
|
|
1264
|
+
"show": {
|
|
1265
|
+
"resource": [
|
|
1266
|
+
"Products"
|
|
1267
|
+
],
|
|
1268
|
+
"operation": [
|
|
1269
|
+
"Content Products Insert"
|
|
1270
|
+
]
|
|
1271
|
+
}
|
|
1272
|
+
}
|
|
1273
|
+
},
|
|
1274
|
+
{
|
|
1275
|
+
"displayName": "Image Link",
|
|
1276
|
+
"name": "imageLink",
|
|
1277
|
+
"type": "string",
|
|
1278
|
+
"default": "",
|
|
1279
|
+
"description": "URL of an image of the item.",
|
|
1280
|
+
"routing": {
|
|
1281
|
+
"send": {
|
|
1282
|
+
"property": "imageLink",
|
|
1283
|
+
"propertyInDotNotation": false,
|
|
1284
|
+
"type": "body",
|
|
1285
|
+
"value": "={{ $value }}"
|
|
1286
|
+
}
|
|
1287
|
+
},
|
|
1288
|
+
"displayOptions": {
|
|
1289
|
+
"show": {
|
|
1290
|
+
"resource": [
|
|
1291
|
+
"Products"
|
|
1292
|
+
],
|
|
1293
|
+
"operation": [
|
|
1294
|
+
"Content Products Insert"
|
|
1295
|
+
]
|
|
1296
|
+
}
|
|
1297
|
+
}
|
|
1298
|
+
},
|
|
1299
|
+
{
|
|
1300
|
+
"displayName": "Installment",
|
|
1301
|
+
"name": "installment",
|
|
1302
|
+
"type": "json",
|
|
1303
|
+
"default": "{\n \"amount\": {}\n}",
|
|
1304
|
+
"description": "Number and amount of installments to pay for an item.",
|
|
1305
|
+
"routing": {
|
|
1306
|
+
"send": {
|
|
1307
|
+
"property": "installment",
|
|
1308
|
+
"propertyInDotNotation": false,
|
|
1309
|
+
"type": "body",
|
|
1310
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1311
|
+
}
|
|
1312
|
+
},
|
|
1313
|
+
"displayOptions": {
|
|
1314
|
+
"show": {
|
|
1315
|
+
"resource": [
|
|
1316
|
+
"Products"
|
|
1317
|
+
],
|
|
1318
|
+
"operation": [
|
|
1319
|
+
"Content Products Insert"
|
|
1320
|
+
]
|
|
1321
|
+
}
|
|
1322
|
+
}
|
|
1323
|
+
},
|
|
1324
|
+
{
|
|
1325
|
+
"displayName": "Is Bundle",
|
|
1326
|
+
"name": "isBundle",
|
|
1327
|
+
"type": "boolean",
|
|
1328
|
+
"default": true,
|
|
1329
|
+
"description": "Whether the item is a merchant-defined bundle. A bundle is a custom grouping of different products sold by a merchant for a single price.",
|
|
1330
|
+
"routing": {
|
|
1331
|
+
"send": {
|
|
1332
|
+
"property": "isBundle",
|
|
1333
|
+
"propertyInDotNotation": false,
|
|
1334
|
+
"type": "body",
|
|
1335
|
+
"value": "={{ $value }}"
|
|
1336
|
+
}
|
|
1337
|
+
},
|
|
1338
|
+
"displayOptions": {
|
|
1339
|
+
"show": {
|
|
1340
|
+
"resource": [
|
|
1341
|
+
"Products"
|
|
1342
|
+
],
|
|
1343
|
+
"operation": [
|
|
1344
|
+
"Content Products Insert"
|
|
1345
|
+
]
|
|
1346
|
+
}
|
|
1347
|
+
}
|
|
1348
|
+
},
|
|
1349
|
+
{
|
|
1350
|
+
"displayName": "Item Group ID",
|
|
1351
|
+
"name": "itemGroupId",
|
|
1352
|
+
"type": "string",
|
|
1353
|
+
"default": "",
|
|
1354
|
+
"description": "Shared identifier for all variants of the same product.",
|
|
1355
|
+
"routing": {
|
|
1356
|
+
"send": {
|
|
1357
|
+
"property": "itemGroupId",
|
|
1358
|
+
"propertyInDotNotation": false,
|
|
1359
|
+
"type": "body",
|
|
1360
|
+
"value": "={{ $value }}"
|
|
1361
|
+
}
|
|
1362
|
+
},
|
|
1363
|
+
"displayOptions": {
|
|
1364
|
+
"show": {
|
|
1365
|
+
"resource": [
|
|
1366
|
+
"Products"
|
|
1367
|
+
],
|
|
1368
|
+
"operation": [
|
|
1369
|
+
"Content Products Insert"
|
|
1370
|
+
]
|
|
1371
|
+
}
|
|
1372
|
+
}
|
|
1373
|
+
},
|
|
1374
|
+
{
|
|
1375
|
+
"displayName": "Kind",
|
|
1376
|
+
"name": "kind",
|
|
1377
|
+
"type": "string",
|
|
1378
|
+
"default": "",
|
|
1379
|
+
"description": "Identifies what kind of resource this is. Value: the fixed string \"`content#product`\"",
|
|
1380
|
+
"routing": {
|
|
1381
|
+
"send": {
|
|
1382
|
+
"property": "kind",
|
|
1383
|
+
"propertyInDotNotation": false,
|
|
1384
|
+
"type": "body",
|
|
1385
|
+
"value": "={{ $value }}"
|
|
1386
|
+
}
|
|
1387
|
+
},
|
|
1388
|
+
"displayOptions": {
|
|
1389
|
+
"show": {
|
|
1390
|
+
"resource": [
|
|
1391
|
+
"Products"
|
|
1392
|
+
],
|
|
1393
|
+
"operation": [
|
|
1394
|
+
"Content Products Insert"
|
|
1395
|
+
]
|
|
1396
|
+
}
|
|
1397
|
+
}
|
|
1398
|
+
},
|
|
1399
|
+
{
|
|
1400
|
+
"displayName": "Link",
|
|
1401
|
+
"name": "link",
|
|
1402
|
+
"type": "string",
|
|
1403
|
+
"default": "",
|
|
1404
|
+
"description": "URL directly linking to your item's page on your website.",
|
|
1405
|
+
"routing": {
|
|
1406
|
+
"send": {
|
|
1407
|
+
"property": "link",
|
|
1408
|
+
"propertyInDotNotation": false,
|
|
1409
|
+
"type": "body",
|
|
1410
|
+
"value": "={{ $value }}"
|
|
1411
|
+
}
|
|
1412
|
+
},
|
|
1413
|
+
"displayOptions": {
|
|
1414
|
+
"show": {
|
|
1415
|
+
"resource": [
|
|
1416
|
+
"Products"
|
|
1417
|
+
],
|
|
1418
|
+
"operation": [
|
|
1419
|
+
"Content Products Insert"
|
|
1420
|
+
]
|
|
1421
|
+
}
|
|
1422
|
+
}
|
|
1423
|
+
},
|
|
1424
|
+
{
|
|
1425
|
+
"displayName": "Loyalty Points",
|
|
1426
|
+
"name": "loyaltyPoints",
|
|
1427
|
+
"type": "json",
|
|
1428
|
+
"default": "{}",
|
|
1429
|
+
"description": "Loyalty points that users receive after purchasing the item. Japan only.",
|
|
1430
|
+
"routing": {
|
|
1431
|
+
"send": {
|
|
1432
|
+
"property": "loyaltyPoints",
|
|
1433
|
+
"propertyInDotNotation": false,
|
|
1434
|
+
"type": "body",
|
|
1435
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1436
|
+
}
|
|
1437
|
+
},
|
|
1438
|
+
"displayOptions": {
|
|
1439
|
+
"show": {
|
|
1440
|
+
"resource": [
|
|
1441
|
+
"Products"
|
|
1442
|
+
],
|
|
1443
|
+
"operation": [
|
|
1444
|
+
"Content Products Insert"
|
|
1445
|
+
]
|
|
1446
|
+
}
|
|
1447
|
+
}
|
|
1448
|
+
},
|
|
1449
|
+
{
|
|
1450
|
+
"displayName": "Material",
|
|
1451
|
+
"name": "material",
|
|
1452
|
+
"type": "string",
|
|
1453
|
+
"default": "",
|
|
1454
|
+
"description": "The material of which the item is made.",
|
|
1455
|
+
"routing": {
|
|
1456
|
+
"send": {
|
|
1457
|
+
"property": "material",
|
|
1458
|
+
"propertyInDotNotation": false,
|
|
1459
|
+
"type": "body",
|
|
1460
|
+
"value": "={{ $value }}"
|
|
1461
|
+
}
|
|
1462
|
+
},
|
|
1463
|
+
"displayOptions": {
|
|
1464
|
+
"show": {
|
|
1465
|
+
"resource": [
|
|
1466
|
+
"Products"
|
|
1467
|
+
],
|
|
1468
|
+
"operation": [
|
|
1469
|
+
"Content Products Insert"
|
|
1470
|
+
]
|
|
1471
|
+
}
|
|
1472
|
+
}
|
|
1473
|
+
},
|
|
1474
|
+
{
|
|
1475
|
+
"displayName": "Max Energy Efficiency Class",
|
|
1476
|
+
"name": "maxEnergyEfficiencyClass",
|
|
1477
|
+
"type": "string",
|
|
1478
|
+
"default": "",
|
|
1479
|
+
"description": "The energy efficiency class as defined in EU directive 2010/30/EU. Acceptable values are: - \"`A`\" - \"`A+`\" - \"`A++`\" - \"`A+++`\" - \"`B`\" - \"`C`\" - \"`D`\" - \"`E`\" - \"`F`\" - \"`G`\" ",
|
|
1480
|
+
"routing": {
|
|
1481
|
+
"send": {
|
|
1482
|
+
"property": "maxEnergyEfficiencyClass",
|
|
1483
|
+
"propertyInDotNotation": false,
|
|
1484
|
+
"type": "body",
|
|
1485
|
+
"value": "={{ $value }}"
|
|
1486
|
+
}
|
|
1487
|
+
},
|
|
1488
|
+
"displayOptions": {
|
|
1489
|
+
"show": {
|
|
1490
|
+
"resource": [
|
|
1491
|
+
"Products"
|
|
1492
|
+
],
|
|
1493
|
+
"operation": [
|
|
1494
|
+
"Content Products Insert"
|
|
1495
|
+
]
|
|
1496
|
+
}
|
|
1497
|
+
}
|
|
1498
|
+
},
|
|
1499
|
+
{
|
|
1500
|
+
"displayName": "Max Handling Time",
|
|
1501
|
+
"name": "maxHandlingTime",
|
|
1502
|
+
"type": "string",
|
|
1503
|
+
"default": "",
|
|
1504
|
+
"description": "Maximal product handling time (in business days).",
|
|
1505
|
+
"routing": {
|
|
1506
|
+
"send": {
|
|
1507
|
+
"property": "maxHandlingTime",
|
|
1508
|
+
"propertyInDotNotation": false,
|
|
1509
|
+
"type": "body",
|
|
1510
|
+
"value": "={{ $value }}"
|
|
1511
|
+
}
|
|
1512
|
+
},
|
|
1513
|
+
"displayOptions": {
|
|
1514
|
+
"show": {
|
|
1515
|
+
"resource": [
|
|
1516
|
+
"Products"
|
|
1517
|
+
],
|
|
1518
|
+
"operation": [
|
|
1519
|
+
"Content Products Insert"
|
|
1520
|
+
]
|
|
1521
|
+
}
|
|
1522
|
+
}
|
|
1523
|
+
},
|
|
1524
|
+
{
|
|
1525
|
+
"displayName": "Min Energy Efficiency Class",
|
|
1526
|
+
"name": "minEnergyEfficiencyClass",
|
|
1527
|
+
"type": "string",
|
|
1528
|
+
"default": "",
|
|
1529
|
+
"description": "The energy efficiency class as defined in EU directive 2010/30/EU. Acceptable values are: - \"`A`\" - \"`A+`\" - \"`A++`\" - \"`A+++`\" - \"`B`\" - \"`C`\" - \"`D`\" - \"`E`\" - \"`F`\" - \"`G`\" ",
|
|
1530
|
+
"routing": {
|
|
1531
|
+
"send": {
|
|
1532
|
+
"property": "minEnergyEfficiencyClass",
|
|
1533
|
+
"propertyInDotNotation": false,
|
|
1534
|
+
"type": "body",
|
|
1535
|
+
"value": "={{ $value }}"
|
|
1536
|
+
}
|
|
1537
|
+
},
|
|
1538
|
+
"displayOptions": {
|
|
1539
|
+
"show": {
|
|
1540
|
+
"resource": [
|
|
1541
|
+
"Products"
|
|
1542
|
+
],
|
|
1543
|
+
"operation": [
|
|
1544
|
+
"Content Products Insert"
|
|
1545
|
+
]
|
|
1546
|
+
}
|
|
1547
|
+
}
|
|
1548
|
+
},
|
|
1549
|
+
{
|
|
1550
|
+
"displayName": "Min Handling Time",
|
|
1551
|
+
"name": "minHandlingTime",
|
|
1552
|
+
"type": "string",
|
|
1553
|
+
"default": "",
|
|
1554
|
+
"description": "Minimal product handling time (in business days).",
|
|
1555
|
+
"routing": {
|
|
1556
|
+
"send": {
|
|
1557
|
+
"property": "minHandlingTime",
|
|
1558
|
+
"propertyInDotNotation": false,
|
|
1559
|
+
"type": "body",
|
|
1560
|
+
"value": "={{ $value }}"
|
|
1561
|
+
}
|
|
1562
|
+
},
|
|
1563
|
+
"displayOptions": {
|
|
1564
|
+
"show": {
|
|
1565
|
+
"resource": [
|
|
1566
|
+
"Products"
|
|
1567
|
+
],
|
|
1568
|
+
"operation": [
|
|
1569
|
+
"Content Products Insert"
|
|
1570
|
+
]
|
|
1571
|
+
}
|
|
1572
|
+
}
|
|
1573
|
+
},
|
|
1574
|
+
{
|
|
1575
|
+
"displayName": "Mobile Link",
|
|
1576
|
+
"name": "mobileLink",
|
|
1577
|
+
"type": "string",
|
|
1578
|
+
"default": "",
|
|
1579
|
+
"description": "URL for the mobile-optimized version of your item's landing page.",
|
|
1580
|
+
"routing": {
|
|
1581
|
+
"send": {
|
|
1582
|
+
"property": "mobileLink",
|
|
1583
|
+
"propertyInDotNotation": false,
|
|
1584
|
+
"type": "body",
|
|
1585
|
+
"value": "={{ $value }}"
|
|
1586
|
+
}
|
|
1587
|
+
},
|
|
1588
|
+
"displayOptions": {
|
|
1589
|
+
"show": {
|
|
1590
|
+
"resource": [
|
|
1591
|
+
"Products"
|
|
1592
|
+
],
|
|
1593
|
+
"operation": [
|
|
1594
|
+
"Content Products Insert"
|
|
1595
|
+
]
|
|
1596
|
+
}
|
|
1597
|
+
}
|
|
1598
|
+
},
|
|
1599
|
+
{
|
|
1600
|
+
"displayName": "Mpn",
|
|
1601
|
+
"name": "mpn",
|
|
1602
|
+
"type": "string",
|
|
1603
|
+
"default": "",
|
|
1604
|
+
"description": "Manufacturer Part Number (MPN) of the item.",
|
|
1605
|
+
"routing": {
|
|
1606
|
+
"send": {
|
|
1607
|
+
"property": "mpn",
|
|
1608
|
+
"propertyInDotNotation": false,
|
|
1609
|
+
"type": "body",
|
|
1610
|
+
"value": "={{ $value }}"
|
|
1611
|
+
}
|
|
1612
|
+
},
|
|
1613
|
+
"displayOptions": {
|
|
1614
|
+
"show": {
|
|
1615
|
+
"resource": [
|
|
1616
|
+
"Products"
|
|
1617
|
+
],
|
|
1618
|
+
"operation": [
|
|
1619
|
+
"Content Products Insert"
|
|
1620
|
+
]
|
|
1621
|
+
}
|
|
1622
|
+
}
|
|
1623
|
+
},
|
|
1624
|
+
{
|
|
1625
|
+
"displayName": "Multipack",
|
|
1626
|
+
"name": "multipack",
|
|
1627
|
+
"type": "string",
|
|
1628
|
+
"default": "",
|
|
1629
|
+
"description": "The number of identical products in a merchant-defined multipack.",
|
|
1630
|
+
"routing": {
|
|
1631
|
+
"send": {
|
|
1632
|
+
"property": "multipack",
|
|
1633
|
+
"propertyInDotNotation": false,
|
|
1634
|
+
"type": "body",
|
|
1635
|
+
"value": "={{ $value }}"
|
|
1636
|
+
}
|
|
1637
|
+
},
|
|
1638
|
+
"displayOptions": {
|
|
1639
|
+
"show": {
|
|
1640
|
+
"resource": [
|
|
1641
|
+
"Products"
|
|
1642
|
+
],
|
|
1643
|
+
"operation": [
|
|
1644
|
+
"Content Products Insert"
|
|
1645
|
+
]
|
|
1646
|
+
}
|
|
1647
|
+
}
|
|
1648
|
+
},
|
|
1649
|
+
{
|
|
1650
|
+
"displayName": "Offer ID",
|
|
1651
|
+
"name": "offerId",
|
|
1652
|
+
"type": "string",
|
|
1653
|
+
"default": "",
|
|
1654
|
+
"description": "Required. A unique identifier for the item. Leading and trailing whitespaces are stripped and multiple whitespaces are replaced by a single whitespace upon submission. Only valid unicode characters are accepted. See the products feed specification for details. *Note:* Content API methods that operate on products take the REST ID of the product, *not* this identifier.",
|
|
1655
|
+
"routing": {
|
|
1656
|
+
"send": {
|
|
1657
|
+
"property": "offerId",
|
|
1658
|
+
"propertyInDotNotation": false,
|
|
1659
|
+
"type": "body",
|
|
1660
|
+
"value": "={{ $value }}"
|
|
1661
|
+
}
|
|
1662
|
+
},
|
|
1663
|
+
"displayOptions": {
|
|
1664
|
+
"show": {
|
|
1665
|
+
"resource": [
|
|
1666
|
+
"Products"
|
|
1667
|
+
],
|
|
1668
|
+
"operation": [
|
|
1669
|
+
"Content Products Insert"
|
|
1670
|
+
]
|
|
1671
|
+
}
|
|
1672
|
+
}
|
|
1673
|
+
},
|
|
1674
|
+
{
|
|
1675
|
+
"displayName": "Online Only",
|
|
1676
|
+
"name": "onlineOnly",
|
|
1677
|
+
"type": "boolean",
|
|
1678
|
+
"default": true,
|
|
1679
|
+
"description": "Deprecated.",
|
|
1680
|
+
"routing": {
|
|
1681
|
+
"send": {
|
|
1682
|
+
"property": "onlineOnly",
|
|
1683
|
+
"propertyInDotNotation": false,
|
|
1684
|
+
"type": "body",
|
|
1685
|
+
"value": "={{ $value }}"
|
|
1686
|
+
}
|
|
1687
|
+
},
|
|
1688
|
+
"displayOptions": {
|
|
1689
|
+
"show": {
|
|
1690
|
+
"resource": [
|
|
1691
|
+
"Products"
|
|
1692
|
+
],
|
|
1693
|
+
"operation": [
|
|
1694
|
+
"Content Products Insert"
|
|
1695
|
+
]
|
|
1696
|
+
}
|
|
1697
|
+
}
|
|
1698
|
+
},
|
|
1699
|
+
{
|
|
1700
|
+
"displayName": "Pattern",
|
|
1701
|
+
"name": "pattern",
|
|
1702
|
+
"type": "string",
|
|
1703
|
+
"default": "",
|
|
1704
|
+
"description": "The item's pattern (e.g. polka dots).",
|
|
1705
|
+
"routing": {
|
|
1706
|
+
"send": {
|
|
1707
|
+
"property": "pattern",
|
|
1708
|
+
"propertyInDotNotation": false,
|
|
1709
|
+
"type": "body",
|
|
1710
|
+
"value": "={{ $value }}"
|
|
1711
|
+
}
|
|
1712
|
+
},
|
|
1713
|
+
"displayOptions": {
|
|
1714
|
+
"show": {
|
|
1715
|
+
"resource": [
|
|
1716
|
+
"Products"
|
|
1717
|
+
],
|
|
1718
|
+
"operation": [
|
|
1719
|
+
"Content Products Insert"
|
|
1720
|
+
]
|
|
1721
|
+
}
|
|
1722
|
+
}
|
|
1723
|
+
},
|
|
1724
|
+
{
|
|
1725
|
+
"displayName": "Price",
|
|
1726
|
+
"name": "price",
|
|
1727
|
+
"type": "json",
|
|
1728
|
+
"default": "{}",
|
|
1729
|
+
"description": "Price of the item.",
|
|
1730
|
+
"routing": {
|
|
1731
|
+
"send": {
|
|
1732
|
+
"property": "price",
|
|
1733
|
+
"propertyInDotNotation": false,
|
|
1734
|
+
"type": "body",
|
|
1735
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1736
|
+
}
|
|
1737
|
+
},
|
|
1738
|
+
"displayOptions": {
|
|
1739
|
+
"show": {
|
|
1740
|
+
"resource": [
|
|
1741
|
+
"Products"
|
|
1742
|
+
],
|
|
1743
|
+
"operation": [
|
|
1744
|
+
"Content Products Insert"
|
|
1745
|
+
]
|
|
1746
|
+
}
|
|
1747
|
+
}
|
|
1748
|
+
},
|
|
1749
|
+
{
|
|
1750
|
+
"displayName": "Product Type",
|
|
1751
|
+
"name": "productType",
|
|
1752
|
+
"type": "string",
|
|
1753
|
+
"default": "",
|
|
1754
|
+
"description": "Your category of the item (formatted as in products data specification).",
|
|
1755
|
+
"routing": {
|
|
1756
|
+
"send": {
|
|
1757
|
+
"property": "productType",
|
|
1758
|
+
"propertyInDotNotation": false,
|
|
1759
|
+
"type": "body",
|
|
1760
|
+
"value": "={{ $value }}"
|
|
1761
|
+
}
|
|
1762
|
+
},
|
|
1763
|
+
"displayOptions": {
|
|
1764
|
+
"show": {
|
|
1765
|
+
"resource": [
|
|
1766
|
+
"Products"
|
|
1767
|
+
],
|
|
1768
|
+
"operation": [
|
|
1769
|
+
"Content Products Insert"
|
|
1770
|
+
]
|
|
1771
|
+
}
|
|
1772
|
+
}
|
|
1773
|
+
},
|
|
1774
|
+
{
|
|
1775
|
+
"displayName": "Promotion Ids",
|
|
1776
|
+
"name": "promotionIds",
|
|
1777
|
+
"type": "json",
|
|
1778
|
+
"default": "[\n null\n]",
|
|
1779
|
+
"description": "The unique ID of a promotion.",
|
|
1780
|
+
"routing": {
|
|
1781
|
+
"send": {
|
|
1782
|
+
"property": "promotionIds",
|
|
1783
|
+
"propertyInDotNotation": false,
|
|
1784
|
+
"type": "body",
|
|
1785
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1786
|
+
}
|
|
1787
|
+
},
|
|
1788
|
+
"displayOptions": {
|
|
1789
|
+
"show": {
|
|
1790
|
+
"resource": [
|
|
1791
|
+
"Products"
|
|
1792
|
+
],
|
|
1793
|
+
"operation": [
|
|
1794
|
+
"Content Products Insert"
|
|
1795
|
+
]
|
|
1796
|
+
}
|
|
1797
|
+
}
|
|
1798
|
+
},
|
|
1799
|
+
{
|
|
1800
|
+
"displayName": "Sale Price",
|
|
1801
|
+
"name": "salePrice",
|
|
1802
|
+
"type": "json",
|
|
1803
|
+
"default": "{}",
|
|
1804
|
+
"description": "Advertised sale price of the item.",
|
|
1805
|
+
"routing": {
|
|
1806
|
+
"send": {
|
|
1807
|
+
"property": "salePrice",
|
|
1808
|
+
"propertyInDotNotation": false,
|
|
1809
|
+
"type": "body",
|
|
1810
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1811
|
+
}
|
|
1812
|
+
},
|
|
1813
|
+
"displayOptions": {
|
|
1814
|
+
"show": {
|
|
1815
|
+
"resource": [
|
|
1816
|
+
"Products"
|
|
1817
|
+
],
|
|
1818
|
+
"operation": [
|
|
1819
|
+
"Content Products Insert"
|
|
1820
|
+
]
|
|
1821
|
+
}
|
|
1822
|
+
}
|
|
1823
|
+
},
|
|
1824
|
+
{
|
|
1825
|
+
"displayName": "Sale Price Effective Date",
|
|
1826
|
+
"name": "salePriceEffectiveDate",
|
|
1827
|
+
"type": "string",
|
|
1828
|
+
"default": "",
|
|
1829
|
+
"description": "Date range during which the item is on sale (see products data specification ).",
|
|
1830
|
+
"routing": {
|
|
1831
|
+
"send": {
|
|
1832
|
+
"property": "salePriceEffectiveDate",
|
|
1833
|
+
"propertyInDotNotation": false,
|
|
1834
|
+
"type": "body",
|
|
1835
|
+
"value": "={{ $value }}"
|
|
1836
|
+
}
|
|
1837
|
+
},
|
|
1838
|
+
"displayOptions": {
|
|
1839
|
+
"show": {
|
|
1840
|
+
"resource": [
|
|
1841
|
+
"Products"
|
|
1842
|
+
],
|
|
1843
|
+
"operation": [
|
|
1844
|
+
"Content Products Insert"
|
|
1845
|
+
]
|
|
1846
|
+
}
|
|
1847
|
+
}
|
|
1848
|
+
},
|
|
1849
|
+
{
|
|
1850
|
+
"displayName": "Sell On Google Quantity",
|
|
1851
|
+
"name": "sellOnGoogleQuantity",
|
|
1852
|
+
"type": "string",
|
|
1853
|
+
"default": "",
|
|
1854
|
+
"description": "The quantity of the product that is available for selling on Google. Supported only for online products.",
|
|
1855
|
+
"routing": {
|
|
1856
|
+
"send": {
|
|
1857
|
+
"property": "sellOnGoogleQuantity",
|
|
1858
|
+
"propertyInDotNotation": false,
|
|
1859
|
+
"type": "body",
|
|
1860
|
+
"value": "={{ $value }}"
|
|
1861
|
+
}
|
|
1862
|
+
},
|
|
1863
|
+
"displayOptions": {
|
|
1864
|
+
"show": {
|
|
1865
|
+
"resource": [
|
|
1866
|
+
"Products"
|
|
1867
|
+
],
|
|
1868
|
+
"operation": [
|
|
1869
|
+
"Content Products Insert"
|
|
1870
|
+
]
|
|
1871
|
+
}
|
|
1872
|
+
}
|
|
1873
|
+
},
|
|
1874
|
+
{
|
|
1875
|
+
"displayName": "Shipping",
|
|
1876
|
+
"name": "shipping",
|
|
1877
|
+
"type": "json",
|
|
1878
|
+
"default": "[\n {\n \"price\": {}\n }\n]",
|
|
1879
|
+
"description": "Shipping rules.",
|
|
1880
|
+
"routing": {
|
|
1881
|
+
"send": {
|
|
1882
|
+
"property": "shipping",
|
|
1883
|
+
"propertyInDotNotation": false,
|
|
1884
|
+
"type": "body",
|
|
1885
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1886
|
+
}
|
|
1887
|
+
},
|
|
1888
|
+
"displayOptions": {
|
|
1889
|
+
"show": {
|
|
1890
|
+
"resource": [
|
|
1891
|
+
"Products"
|
|
1892
|
+
],
|
|
1893
|
+
"operation": [
|
|
1894
|
+
"Content Products Insert"
|
|
1895
|
+
]
|
|
1896
|
+
}
|
|
1897
|
+
}
|
|
1898
|
+
},
|
|
1899
|
+
{
|
|
1900
|
+
"displayName": "Shipping Height",
|
|
1901
|
+
"name": "shippingHeight",
|
|
1902
|
+
"type": "json",
|
|
1903
|
+
"default": "{}",
|
|
1904
|
+
"description": "Height of the item for shipping.",
|
|
1905
|
+
"routing": {
|
|
1906
|
+
"send": {
|
|
1907
|
+
"property": "shippingHeight",
|
|
1908
|
+
"propertyInDotNotation": false,
|
|
1909
|
+
"type": "body",
|
|
1910
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1911
|
+
}
|
|
1912
|
+
},
|
|
1913
|
+
"displayOptions": {
|
|
1914
|
+
"show": {
|
|
1915
|
+
"resource": [
|
|
1916
|
+
"Products"
|
|
1917
|
+
],
|
|
1918
|
+
"operation": [
|
|
1919
|
+
"Content Products Insert"
|
|
1920
|
+
]
|
|
1921
|
+
}
|
|
1922
|
+
}
|
|
1923
|
+
},
|
|
1924
|
+
{
|
|
1925
|
+
"displayName": "Shipping Label",
|
|
1926
|
+
"name": "shippingLabel",
|
|
1927
|
+
"type": "string",
|
|
1928
|
+
"default": "",
|
|
1929
|
+
"description": "The shipping label of the product, used to group product in account-level shipping rules.",
|
|
1930
|
+
"routing": {
|
|
1931
|
+
"send": {
|
|
1932
|
+
"property": "shippingLabel",
|
|
1933
|
+
"propertyInDotNotation": false,
|
|
1934
|
+
"type": "body",
|
|
1935
|
+
"value": "={{ $value }}"
|
|
1936
|
+
}
|
|
1937
|
+
},
|
|
1938
|
+
"displayOptions": {
|
|
1939
|
+
"show": {
|
|
1940
|
+
"resource": [
|
|
1941
|
+
"Products"
|
|
1942
|
+
],
|
|
1943
|
+
"operation": [
|
|
1944
|
+
"Content Products Insert"
|
|
1945
|
+
]
|
|
1946
|
+
}
|
|
1947
|
+
}
|
|
1948
|
+
},
|
|
1949
|
+
{
|
|
1950
|
+
"displayName": "Shipping Length",
|
|
1951
|
+
"name": "shippingLength",
|
|
1952
|
+
"type": "json",
|
|
1953
|
+
"default": "{}",
|
|
1954
|
+
"description": "Length of the item for shipping.",
|
|
1955
|
+
"routing": {
|
|
1956
|
+
"send": {
|
|
1957
|
+
"property": "shippingLength",
|
|
1958
|
+
"propertyInDotNotation": false,
|
|
1959
|
+
"type": "body",
|
|
1960
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1961
|
+
}
|
|
1962
|
+
},
|
|
1963
|
+
"displayOptions": {
|
|
1964
|
+
"show": {
|
|
1965
|
+
"resource": [
|
|
1966
|
+
"Products"
|
|
1967
|
+
],
|
|
1968
|
+
"operation": [
|
|
1969
|
+
"Content Products Insert"
|
|
1970
|
+
]
|
|
1971
|
+
}
|
|
1972
|
+
}
|
|
1973
|
+
},
|
|
1974
|
+
{
|
|
1975
|
+
"displayName": "Shipping Weight",
|
|
1976
|
+
"name": "shippingWeight",
|
|
1977
|
+
"type": "json",
|
|
1978
|
+
"default": "{}",
|
|
1979
|
+
"description": "Weight of the item for shipping.",
|
|
1980
|
+
"routing": {
|
|
1981
|
+
"send": {
|
|
1982
|
+
"property": "shippingWeight",
|
|
1983
|
+
"propertyInDotNotation": false,
|
|
1984
|
+
"type": "body",
|
|
1985
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1986
|
+
}
|
|
1987
|
+
},
|
|
1988
|
+
"displayOptions": {
|
|
1989
|
+
"show": {
|
|
1990
|
+
"resource": [
|
|
1991
|
+
"Products"
|
|
1992
|
+
],
|
|
1993
|
+
"operation": [
|
|
1994
|
+
"Content Products Insert"
|
|
1995
|
+
]
|
|
1996
|
+
}
|
|
1997
|
+
}
|
|
1998
|
+
},
|
|
1999
|
+
{
|
|
2000
|
+
"displayName": "Shipping Width",
|
|
2001
|
+
"name": "shippingWidth",
|
|
2002
|
+
"type": "json",
|
|
2003
|
+
"default": "{}",
|
|
2004
|
+
"description": "Width of the item for shipping.",
|
|
2005
|
+
"routing": {
|
|
2006
|
+
"send": {
|
|
2007
|
+
"property": "shippingWidth",
|
|
2008
|
+
"propertyInDotNotation": false,
|
|
2009
|
+
"type": "body",
|
|
2010
|
+
"value": "={{ JSON.parse($value) }}"
|
|
2011
|
+
}
|
|
2012
|
+
},
|
|
2013
|
+
"displayOptions": {
|
|
2014
|
+
"show": {
|
|
2015
|
+
"resource": [
|
|
2016
|
+
"Products"
|
|
2017
|
+
],
|
|
2018
|
+
"operation": [
|
|
2019
|
+
"Content Products Insert"
|
|
2020
|
+
]
|
|
2021
|
+
}
|
|
2022
|
+
}
|
|
2023
|
+
},
|
|
2024
|
+
{
|
|
2025
|
+
"displayName": "Size System",
|
|
2026
|
+
"name": "sizeSystem",
|
|
2027
|
+
"type": "string",
|
|
2028
|
+
"default": "",
|
|
2029
|
+
"description": "System in which the size is specified. Recommended for apparel items. Acceptable values are: - \"`AU`\" - \"`BR`\" - \"`CN`\" - \"`DE`\" - \"`EU`\" - \"`FR`\" - \"`IT`\" - \"`JP`\" - \"`MEX`\" - \"`UK`\" - \"`US`\" ",
|
|
2030
|
+
"routing": {
|
|
2031
|
+
"send": {
|
|
2032
|
+
"property": "sizeSystem",
|
|
2033
|
+
"propertyInDotNotation": false,
|
|
2034
|
+
"type": "body",
|
|
2035
|
+
"value": "={{ $value }}"
|
|
2036
|
+
}
|
|
2037
|
+
},
|
|
2038
|
+
"displayOptions": {
|
|
2039
|
+
"show": {
|
|
2040
|
+
"resource": [
|
|
2041
|
+
"Products"
|
|
2042
|
+
],
|
|
2043
|
+
"operation": [
|
|
2044
|
+
"Content Products Insert"
|
|
2045
|
+
]
|
|
2046
|
+
}
|
|
2047
|
+
}
|
|
2048
|
+
},
|
|
2049
|
+
{
|
|
2050
|
+
"displayName": "Size Type",
|
|
2051
|
+
"name": "sizeType",
|
|
2052
|
+
"type": "string",
|
|
2053
|
+
"default": "",
|
|
2054
|
+
"description": "The cut of the item. Recommended for apparel items. Acceptable values are: - \"`big and tall`\" - \"`maternity`\" - \"`oversize`\" - \"`petite`\" - \"`plus`\" - \"`regular`\" ",
|
|
2055
|
+
"routing": {
|
|
2056
|
+
"send": {
|
|
2057
|
+
"property": "sizeType",
|
|
2058
|
+
"propertyInDotNotation": false,
|
|
2059
|
+
"type": "body",
|
|
2060
|
+
"value": "={{ $value }}"
|
|
2061
|
+
}
|
|
2062
|
+
},
|
|
2063
|
+
"displayOptions": {
|
|
2064
|
+
"show": {
|
|
2065
|
+
"resource": [
|
|
2066
|
+
"Products"
|
|
2067
|
+
],
|
|
2068
|
+
"operation": [
|
|
2069
|
+
"Content Products Insert"
|
|
2070
|
+
]
|
|
2071
|
+
}
|
|
2072
|
+
}
|
|
2073
|
+
},
|
|
2074
|
+
{
|
|
2075
|
+
"displayName": "Sizes",
|
|
2076
|
+
"name": "sizes",
|
|
2077
|
+
"type": "json",
|
|
2078
|
+
"default": "[\n null\n]",
|
|
2079
|
+
"description": "Size of the item. Only one value is allowed. For variants with different sizes, insert a separate product for each size with the same `itemGroupId` value (see size definition).",
|
|
2080
|
+
"routing": {
|
|
2081
|
+
"send": {
|
|
2082
|
+
"property": "sizes",
|
|
2083
|
+
"propertyInDotNotation": false,
|
|
2084
|
+
"type": "body",
|
|
2085
|
+
"value": "={{ JSON.parse($value) }}"
|
|
2086
|
+
}
|
|
2087
|
+
},
|
|
2088
|
+
"displayOptions": {
|
|
2089
|
+
"show": {
|
|
2090
|
+
"resource": [
|
|
2091
|
+
"Products"
|
|
2092
|
+
],
|
|
2093
|
+
"operation": [
|
|
2094
|
+
"Content Products Insert"
|
|
2095
|
+
]
|
|
2096
|
+
}
|
|
2097
|
+
}
|
|
2098
|
+
},
|
|
2099
|
+
{
|
|
2100
|
+
"displayName": "Source",
|
|
2101
|
+
"name": "source",
|
|
2102
|
+
"type": "string",
|
|
2103
|
+
"default": "",
|
|
2104
|
+
"description": "The source of the offer, i.e., how the offer was created. Acceptable values are: - \"`api`\" - \"`crawl`\" - \"`feed`\" ",
|
|
2105
|
+
"routing": {
|
|
2106
|
+
"send": {
|
|
2107
|
+
"property": "source",
|
|
2108
|
+
"propertyInDotNotation": false,
|
|
2109
|
+
"type": "body",
|
|
2110
|
+
"value": "={{ $value }}"
|
|
2111
|
+
}
|
|
2112
|
+
},
|
|
2113
|
+
"displayOptions": {
|
|
2114
|
+
"show": {
|
|
2115
|
+
"resource": [
|
|
2116
|
+
"Products"
|
|
2117
|
+
],
|
|
2118
|
+
"operation": [
|
|
2119
|
+
"Content Products Insert"
|
|
2120
|
+
]
|
|
2121
|
+
}
|
|
2122
|
+
}
|
|
2123
|
+
},
|
|
2124
|
+
{
|
|
2125
|
+
"displayName": "Target Country",
|
|
2126
|
+
"name": "targetCountry",
|
|
2127
|
+
"type": "string",
|
|
2128
|
+
"default": "",
|
|
2129
|
+
"description": "Required. The CLDR territory code for the item.",
|
|
2130
|
+
"routing": {
|
|
2131
|
+
"send": {
|
|
2132
|
+
"property": "targetCountry",
|
|
2133
|
+
"propertyInDotNotation": false,
|
|
2134
|
+
"type": "body",
|
|
2135
|
+
"value": "={{ $value }}"
|
|
2136
|
+
}
|
|
2137
|
+
},
|
|
2138
|
+
"displayOptions": {
|
|
2139
|
+
"show": {
|
|
2140
|
+
"resource": [
|
|
2141
|
+
"Products"
|
|
2142
|
+
],
|
|
2143
|
+
"operation": [
|
|
2144
|
+
"Content Products Insert"
|
|
2145
|
+
]
|
|
2146
|
+
}
|
|
2147
|
+
}
|
|
2148
|
+
},
|
|
2149
|
+
{
|
|
2150
|
+
"displayName": "Taxes",
|
|
2151
|
+
"name": "taxes",
|
|
2152
|
+
"type": "json",
|
|
2153
|
+
"default": "[\n {}\n]",
|
|
2154
|
+
"description": "Tax information.",
|
|
2155
|
+
"routing": {
|
|
2156
|
+
"send": {
|
|
2157
|
+
"property": "taxes",
|
|
2158
|
+
"propertyInDotNotation": false,
|
|
2159
|
+
"type": "body",
|
|
2160
|
+
"value": "={{ JSON.parse($value) }}"
|
|
2161
|
+
}
|
|
2162
|
+
},
|
|
2163
|
+
"displayOptions": {
|
|
2164
|
+
"show": {
|
|
2165
|
+
"resource": [
|
|
2166
|
+
"Products"
|
|
2167
|
+
],
|
|
2168
|
+
"operation": [
|
|
2169
|
+
"Content Products Insert"
|
|
2170
|
+
]
|
|
2171
|
+
}
|
|
2172
|
+
}
|
|
2173
|
+
},
|
|
2174
|
+
{
|
|
2175
|
+
"displayName": "Title",
|
|
2176
|
+
"name": "title",
|
|
2177
|
+
"type": "string",
|
|
2178
|
+
"default": "",
|
|
2179
|
+
"description": "Title of the item.",
|
|
2180
|
+
"routing": {
|
|
2181
|
+
"send": {
|
|
2182
|
+
"property": "title",
|
|
2183
|
+
"propertyInDotNotation": false,
|
|
2184
|
+
"type": "body",
|
|
2185
|
+
"value": "={{ $value }}"
|
|
2186
|
+
}
|
|
2187
|
+
},
|
|
2188
|
+
"displayOptions": {
|
|
2189
|
+
"show": {
|
|
2190
|
+
"resource": [
|
|
2191
|
+
"Products"
|
|
2192
|
+
],
|
|
2193
|
+
"operation": [
|
|
2194
|
+
"Content Products Insert"
|
|
2195
|
+
]
|
|
2196
|
+
}
|
|
2197
|
+
}
|
|
2198
|
+
},
|
|
2199
|
+
{
|
|
2200
|
+
"displayName": "Unit Pricing Base Measure",
|
|
2201
|
+
"name": "unitPricingBaseMeasure",
|
|
2202
|
+
"type": "json",
|
|
2203
|
+
"default": "{}",
|
|
2204
|
+
"description": "The preference of the denominator of the unit price.",
|
|
2205
|
+
"routing": {
|
|
2206
|
+
"send": {
|
|
2207
|
+
"property": "unitPricingBaseMeasure",
|
|
2208
|
+
"propertyInDotNotation": false,
|
|
2209
|
+
"type": "body",
|
|
2210
|
+
"value": "={{ JSON.parse($value) }}"
|
|
2211
|
+
}
|
|
2212
|
+
},
|
|
2213
|
+
"displayOptions": {
|
|
2214
|
+
"show": {
|
|
2215
|
+
"resource": [
|
|
2216
|
+
"Products"
|
|
2217
|
+
],
|
|
2218
|
+
"operation": [
|
|
2219
|
+
"Content Products Insert"
|
|
2220
|
+
]
|
|
2221
|
+
}
|
|
2222
|
+
}
|
|
2223
|
+
},
|
|
2224
|
+
{
|
|
2225
|
+
"displayName": "Unit Pricing Measure",
|
|
2226
|
+
"name": "unitPricingMeasure",
|
|
2227
|
+
"type": "json",
|
|
2228
|
+
"default": "{}",
|
|
2229
|
+
"description": "The measure and dimension of an item.",
|
|
2230
|
+
"routing": {
|
|
2231
|
+
"send": {
|
|
2232
|
+
"property": "unitPricingMeasure",
|
|
2233
|
+
"propertyInDotNotation": false,
|
|
2234
|
+
"type": "body",
|
|
2235
|
+
"value": "={{ JSON.parse($value) }}"
|
|
2236
|
+
}
|
|
2237
|
+
},
|
|
2238
|
+
"displayOptions": {
|
|
2239
|
+
"show": {
|
|
2240
|
+
"resource": [
|
|
2241
|
+
"Products"
|
|
2242
|
+
],
|
|
2243
|
+
"operation": [
|
|
2244
|
+
"Content Products Insert"
|
|
2245
|
+
]
|
|
2246
|
+
}
|
|
2247
|
+
}
|
|
2248
|
+
},
|
|
2249
|
+
{
|
|
2250
|
+
"displayName": "Validated Destinations",
|
|
2251
|
+
"name": "validatedDestinations",
|
|
2252
|
+
"type": "json",
|
|
2253
|
+
"default": "[\n null\n]",
|
|
2254
|
+
"description": "Deprecated. The read-only list of intended destinations which passed validation.",
|
|
2255
|
+
"routing": {
|
|
2256
|
+
"send": {
|
|
2257
|
+
"property": "validatedDestinations",
|
|
2258
|
+
"propertyInDotNotation": false,
|
|
2259
|
+
"type": "body",
|
|
2260
|
+
"value": "={{ JSON.parse($value) }}"
|
|
2261
|
+
}
|
|
2262
|
+
},
|
|
2263
|
+
"displayOptions": {
|
|
2264
|
+
"show": {
|
|
2265
|
+
"resource": [
|
|
2266
|
+
"Products"
|
|
2267
|
+
],
|
|
2268
|
+
"operation": [
|
|
2269
|
+
"Content Products Insert"
|
|
2270
|
+
]
|
|
2271
|
+
}
|
|
2272
|
+
}
|
|
2273
|
+
},
|
|
2274
|
+
{
|
|
2275
|
+
"displayName": "Warnings",
|
|
2276
|
+
"name": "warnings",
|
|
2277
|
+
"type": "json",
|
|
2278
|
+
"default": "[\n {}\n]",
|
|
2279
|
+
"description": "Read-only warnings.",
|
|
2280
|
+
"routing": {
|
|
2281
|
+
"send": {
|
|
2282
|
+
"property": "warnings",
|
|
2283
|
+
"propertyInDotNotation": false,
|
|
2284
|
+
"type": "body",
|
|
2285
|
+
"value": "={{ JSON.parse($value) }}"
|
|
2286
|
+
}
|
|
2287
|
+
},
|
|
2288
|
+
"displayOptions": {
|
|
2289
|
+
"show": {
|
|
2290
|
+
"resource": [
|
|
2291
|
+
"Products"
|
|
2292
|
+
],
|
|
2293
|
+
"operation": [
|
|
2294
|
+
"Content Products Insert"
|
|
2295
|
+
]
|
|
2296
|
+
}
|
|
2297
|
+
}
|
|
2298
|
+
},
|
|
2299
|
+
{
|
|
2300
|
+
"displayName": "DELETE /{merchantId}/products/{productId}",
|
|
2301
|
+
"name": "operation",
|
|
2302
|
+
"type": "notice",
|
|
2303
|
+
"typeOptions": {
|
|
2304
|
+
"theme": "info"
|
|
2305
|
+
},
|
|
2306
|
+
"default": "",
|
|
2307
|
+
"displayOptions": {
|
|
2308
|
+
"show": {
|
|
2309
|
+
"resource": [
|
|
2310
|
+
"Products"
|
|
2311
|
+
],
|
|
2312
|
+
"operation": [
|
|
2313
|
+
"Content Products Delete"
|
|
2314
|
+
]
|
|
2315
|
+
}
|
|
2316
|
+
}
|
|
2317
|
+
},
|
|
2318
|
+
{
|
|
2319
|
+
"displayName": "Merchant ID",
|
|
2320
|
+
"name": "merchantId",
|
|
2321
|
+
"required": true,
|
|
2322
|
+
"description": "The ID of the account that contains the product. This account cannot be a multi-client account.",
|
|
2323
|
+
"default": "",
|
|
2324
|
+
"type": "string",
|
|
2325
|
+
"displayOptions": {
|
|
2326
|
+
"show": {
|
|
2327
|
+
"resource": [
|
|
2328
|
+
"Products"
|
|
2329
|
+
],
|
|
2330
|
+
"operation": [
|
|
2331
|
+
"Content Products Delete"
|
|
2332
|
+
]
|
|
2333
|
+
}
|
|
2334
|
+
}
|
|
2335
|
+
},
|
|
2336
|
+
{
|
|
2337
|
+
"displayName": "Product ID",
|
|
2338
|
+
"name": "productId",
|
|
2339
|
+
"required": true,
|
|
2340
|
+
"description": "The REST ID of the product.",
|
|
2341
|
+
"default": "",
|
|
2342
|
+
"type": "string",
|
|
2343
|
+
"displayOptions": {
|
|
2344
|
+
"show": {
|
|
2345
|
+
"resource": [
|
|
2346
|
+
"Products"
|
|
2347
|
+
],
|
|
2348
|
+
"operation": [
|
|
2349
|
+
"Content Products Delete"
|
|
2350
|
+
]
|
|
2351
|
+
}
|
|
2352
|
+
}
|
|
2353
|
+
},
|
|
2354
|
+
{
|
|
2355
|
+
"displayName": "Dry Run",
|
|
2356
|
+
"name": "dryRun",
|
|
2357
|
+
"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).",
|
|
2358
|
+
"default": true,
|
|
2359
|
+
"type": "boolean",
|
|
2360
|
+
"routing": {
|
|
2361
|
+
"send": {
|
|
2362
|
+
"type": "query",
|
|
2363
|
+
"property": "dryRun",
|
|
2364
|
+
"value": "={{ $value }}",
|
|
2365
|
+
"propertyInDotNotation": false
|
|
2366
|
+
}
|
|
2367
|
+
},
|
|
2368
|
+
"displayOptions": {
|
|
2369
|
+
"show": {
|
|
2370
|
+
"resource": [
|
|
2371
|
+
"Products"
|
|
2372
|
+
],
|
|
2373
|
+
"operation": [
|
|
2374
|
+
"Content Products Delete"
|
|
2375
|
+
]
|
|
2376
|
+
}
|
|
2377
|
+
}
|
|
2378
|
+
},
|
|
2379
|
+
{
|
|
2380
|
+
"displayName": "GET /{merchantId}/products/{productId}",
|
|
2381
|
+
"name": "operation",
|
|
2382
|
+
"type": "notice",
|
|
2383
|
+
"typeOptions": {
|
|
2384
|
+
"theme": "info"
|
|
2385
|
+
},
|
|
2386
|
+
"default": "",
|
|
2387
|
+
"displayOptions": {
|
|
2388
|
+
"show": {
|
|
2389
|
+
"resource": [
|
|
2390
|
+
"Products"
|
|
2391
|
+
],
|
|
2392
|
+
"operation": [
|
|
2393
|
+
"Content Products Get"
|
|
2394
|
+
]
|
|
2395
|
+
}
|
|
2396
|
+
}
|
|
2397
|
+
},
|
|
2398
|
+
{
|
|
2399
|
+
"displayName": "Merchant ID",
|
|
2400
|
+
"name": "merchantId",
|
|
2401
|
+
"required": true,
|
|
2402
|
+
"description": "The ID of the account that contains the product. This account cannot be a multi-client account.",
|
|
2403
|
+
"default": "",
|
|
2404
|
+
"type": "string",
|
|
2405
|
+
"displayOptions": {
|
|
2406
|
+
"show": {
|
|
2407
|
+
"resource": [
|
|
2408
|
+
"Products"
|
|
2409
|
+
],
|
|
2410
|
+
"operation": [
|
|
2411
|
+
"Content Products Get"
|
|
2412
|
+
]
|
|
2413
|
+
}
|
|
2414
|
+
}
|
|
2415
|
+
},
|
|
2416
|
+
{
|
|
2417
|
+
"displayName": "Product ID",
|
|
2418
|
+
"name": "productId",
|
|
2419
|
+
"required": true,
|
|
2420
|
+
"description": "The REST ID of the product.",
|
|
2421
|
+
"default": "",
|
|
2422
|
+
"type": "string",
|
|
2423
|
+
"displayOptions": {
|
|
2424
|
+
"show": {
|
|
2425
|
+
"resource": [
|
|
2426
|
+
"Products"
|
|
2427
|
+
],
|
|
2428
|
+
"operation": [
|
|
2429
|
+
"Content Products Get"
|
|
2430
|
+
]
|
|
2431
|
+
}
|
|
2432
|
+
}
|
|
2433
|
+
},
|
|
2434
|
+
];
|
|
2435
|
+
//# sourceMappingURL=index.js.map
|