@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,1417 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.accountsDescription = void 0;
|
|
4
|
+
exports.accountsDescription = [
|
|
5
|
+
{
|
|
6
|
+
"displayName": "Operation",
|
|
7
|
+
"name": "operation",
|
|
8
|
+
"type": "options",
|
|
9
|
+
"noDataExpression": true,
|
|
10
|
+
"displayOptions": {
|
|
11
|
+
"show": {
|
|
12
|
+
"resource": [
|
|
13
|
+
"Accounts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"options": [
|
|
18
|
+
{
|
|
19
|
+
"name": "Content Accounts Authinfo",
|
|
20
|
+
"value": "Content Accounts Authinfo",
|
|
21
|
+
"action": "Content Accounts Authinfo",
|
|
22
|
+
"description": "Returns information about the authenticated user.",
|
|
23
|
+
"routing": {
|
|
24
|
+
"request": {
|
|
25
|
+
"method": "GET",
|
|
26
|
+
"url": "=/accounts/authinfo"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "Content Accounts Custombatch",
|
|
32
|
+
"value": "Content Accounts Custombatch",
|
|
33
|
+
"action": "Content Accounts Custombatch",
|
|
34
|
+
"description": "Retrieves, inserts, updates, and deletes multiple Merchant Center (sub-)accounts in a single request.",
|
|
35
|
+
"routing": {
|
|
36
|
+
"request": {
|
|
37
|
+
"method": "POST",
|
|
38
|
+
"url": "=/accounts/batch"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "Content Accounts List",
|
|
44
|
+
"value": "Content Accounts List",
|
|
45
|
+
"action": "Content Accounts List",
|
|
46
|
+
"description": "Lists the sub-accounts in your Merchant Center account.",
|
|
47
|
+
"routing": {
|
|
48
|
+
"request": {
|
|
49
|
+
"method": "GET",
|
|
50
|
+
"url": "=/{{$parameter[\"merchantId\"]}}/accounts"
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "Content Accounts Insert",
|
|
56
|
+
"value": "Content Accounts Insert",
|
|
57
|
+
"action": "Content Accounts Insert",
|
|
58
|
+
"description": "Creates a Merchant Center sub-account.",
|
|
59
|
+
"routing": {
|
|
60
|
+
"request": {
|
|
61
|
+
"method": "POST",
|
|
62
|
+
"url": "=/{{$parameter[\"merchantId\"]}}/accounts"
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "Content Accounts Delete",
|
|
68
|
+
"value": "Content Accounts Delete",
|
|
69
|
+
"action": "Content Accounts Delete",
|
|
70
|
+
"description": "Deletes a Merchant Center sub-account.",
|
|
71
|
+
"routing": {
|
|
72
|
+
"request": {
|
|
73
|
+
"method": "DELETE",
|
|
74
|
+
"url": "=/{{$parameter[\"merchantId\"]}}/accounts/{{$parameter[\"accountId\"]}}"
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "Content Accounts Get",
|
|
80
|
+
"value": "Content Accounts Get",
|
|
81
|
+
"action": "Content Accounts Get",
|
|
82
|
+
"description": "Retrieves a Merchant Center account.",
|
|
83
|
+
"routing": {
|
|
84
|
+
"request": {
|
|
85
|
+
"method": "GET",
|
|
86
|
+
"url": "=/{{$parameter[\"merchantId\"]}}/accounts/{{$parameter[\"accountId\"]}}"
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"name": "Content Accounts Update",
|
|
92
|
+
"value": "Content Accounts Update",
|
|
93
|
+
"action": "Content Accounts Update",
|
|
94
|
+
"description": "Updates a Merchant Center account. Any fields that are not provided are deleted from the resource.",
|
|
95
|
+
"routing": {
|
|
96
|
+
"request": {
|
|
97
|
+
"method": "PUT",
|
|
98
|
+
"url": "=/{{$parameter[\"merchantId\"]}}/accounts/{{$parameter[\"accountId\"]}}"
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"name": "Content Accounts Claimwebsite",
|
|
104
|
+
"value": "Content Accounts Claimwebsite",
|
|
105
|
+
"action": "Content Accounts Claimwebsite",
|
|
106
|
+
"description": "Claims the website of a Merchant Center sub-account.",
|
|
107
|
+
"routing": {
|
|
108
|
+
"request": {
|
|
109
|
+
"method": "POST",
|
|
110
|
+
"url": "=/{{$parameter[\"merchantId\"]}}/accounts/{{$parameter[\"accountId\"]}}/claimwebsite"
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"name": "Content Accounts Link",
|
|
116
|
+
"value": "Content Accounts Link",
|
|
117
|
+
"action": "Content Accounts Link",
|
|
118
|
+
"description": "Performs an action on a link between two Merchant Center accounts, namely accountId and linkedAccountId.",
|
|
119
|
+
"routing": {
|
|
120
|
+
"request": {
|
|
121
|
+
"method": "POST",
|
|
122
|
+
"url": "=/{{$parameter[\"merchantId\"]}}/accounts/{{$parameter[\"accountId\"]}}/link"
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
],
|
|
127
|
+
"default": ""
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"displayName": "GET /accounts/authinfo",
|
|
131
|
+
"name": "operation",
|
|
132
|
+
"type": "notice",
|
|
133
|
+
"typeOptions": {
|
|
134
|
+
"theme": "info"
|
|
135
|
+
},
|
|
136
|
+
"default": "",
|
|
137
|
+
"displayOptions": {
|
|
138
|
+
"show": {
|
|
139
|
+
"resource": [
|
|
140
|
+
"Accounts"
|
|
141
|
+
],
|
|
142
|
+
"operation": [
|
|
143
|
+
"Content Accounts Authinfo"
|
|
144
|
+
]
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"displayName": "POST /accounts/batch",
|
|
150
|
+
"name": "operation",
|
|
151
|
+
"type": "notice",
|
|
152
|
+
"typeOptions": {
|
|
153
|
+
"theme": "info"
|
|
154
|
+
},
|
|
155
|
+
"default": "",
|
|
156
|
+
"displayOptions": {
|
|
157
|
+
"show": {
|
|
158
|
+
"resource": [
|
|
159
|
+
"Accounts"
|
|
160
|
+
],
|
|
161
|
+
"operation": [
|
|
162
|
+
"Content Accounts Custombatch"
|
|
163
|
+
]
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"displayName": "Dry Run",
|
|
169
|
+
"name": "dryRun",
|
|
170
|
+
"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).",
|
|
171
|
+
"default": true,
|
|
172
|
+
"type": "boolean",
|
|
173
|
+
"routing": {
|
|
174
|
+
"send": {
|
|
175
|
+
"type": "query",
|
|
176
|
+
"property": "dryRun",
|
|
177
|
+
"value": "={{ $value }}",
|
|
178
|
+
"propertyInDotNotation": false
|
|
179
|
+
}
|
|
180
|
+
},
|
|
181
|
+
"displayOptions": {
|
|
182
|
+
"show": {
|
|
183
|
+
"resource": [
|
|
184
|
+
"Accounts"
|
|
185
|
+
],
|
|
186
|
+
"operation": [
|
|
187
|
+
"Content Accounts Custombatch"
|
|
188
|
+
]
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"displayName": "Entries",
|
|
194
|
+
"name": "entries",
|
|
195
|
+
"type": "json",
|
|
196
|
+
"default": "[\n {\n \"account\": {\n \"adwordsLinks\": [\n {}\n ],\n \"businessInformation\": {\n \"address\": {},\n \"customerService\": {}\n },\n \"googleMyBusinessLink\": {},\n \"users\": [\n {}\n ],\n \"youtubeChannelLinks\": [\n {}\n ]\n },\n \"labelIds\": [\n null\n ],\n \"linkRequest\": {}\n }\n]",
|
|
197
|
+
"description": "The request entries to be processed in the batch.",
|
|
198
|
+
"routing": {
|
|
199
|
+
"send": {
|
|
200
|
+
"property": "entries",
|
|
201
|
+
"propertyInDotNotation": false,
|
|
202
|
+
"type": "body",
|
|
203
|
+
"value": "={{ JSON.parse($value) }}"
|
|
204
|
+
}
|
|
205
|
+
},
|
|
206
|
+
"displayOptions": {
|
|
207
|
+
"show": {
|
|
208
|
+
"resource": [
|
|
209
|
+
"Accounts"
|
|
210
|
+
],
|
|
211
|
+
"operation": [
|
|
212
|
+
"Content Accounts Custombatch"
|
|
213
|
+
]
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"displayName": "GET /{merchantId}/accounts",
|
|
219
|
+
"name": "operation",
|
|
220
|
+
"type": "notice",
|
|
221
|
+
"typeOptions": {
|
|
222
|
+
"theme": "info"
|
|
223
|
+
},
|
|
224
|
+
"default": "",
|
|
225
|
+
"displayOptions": {
|
|
226
|
+
"show": {
|
|
227
|
+
"resource": [
|
|
228
|
+
"Accounts"
|
|
229
|
+
],
|
|
230
|
+
"operation": [
|
|
231
|
+
"Content Accounts List"
|
|
232
|
+
]
|
|
233
|
+
}
|
|
234
|
+
}
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"displayName": "Merchant ID",
|
|
238
|
+
"name": "merchantId",
|
|
239
|
+
"required": true,
|
|
240
|
+
"description": "The ID of the managing account. This must be a multi-client account.",
|
|
241
|
+
"default": "",
|
|
242
|
+
"type": "string",
|
|
243
|
+
"displayOptions": {
|
|
244
|
+
"show": {
|
|
245
|
+
"resource": [
|
|
246
|
+
"Accounts"
|
|
247
|
+
],
|
|
248
|
+
"operation": [
|
|
249
|
+
"Content Accounts List"
|
|
250
|
+
]
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"displayName": "Max Results",
|
|
256
|
+
"name": "maxResults",
|
|
257
|
+
"description": "The maximum number of accounts to return in the response, used for paging.",
|
|
258
|
+
"default": 0,
|
|
259
|
+
"type": "number",
|
|
260
|
+
"routing": {
|
|
261
|
+
"send": {
|
|
262
|
+
"type": "query",
|
|
263
|
+
"property": "maxResults",
|
|
264
|
+
"value": "={{ $value }}",
|
|
265
|
+
"propertyInDotNotation": false
|
|
266
|
+
}
|
|
267
|
+
},
|
|
268
|
+
"displayOptions": {
|
|
269
|
+
"show": {
|
|
270
|
+
"resource": [
|
|
271
|
+
"Accounts"
|
|
272
|
+
],
|
|
273
|
+
"operation": [
|
|
274
|
+
"Content Accounts List"
|
|
275
|
+
]
|
|
276
|
+
}
|
|
277
|
+
}
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"displayName": "Page Token",
|
|
281
|
+
"name": "pageToken",
|
|
282
|
+
"description": "The token returned by the previous request.",
|
|
283
|
+
"default": "",
|
|
284
|
+
"type": "string",
|
|
285
|
+
"routing": {
|
|
286
|
+
"send": {
|
|
287
|
+
"type": "query",
|
|
288
|
+
"property": "pageToken",
|
|
289
|
+
"value": "={{ $value }}",
|
|
290
|
+
"propertyInDotNotation": false
|
|
291
|
+
}
|
|
292
|
+
},
|
|
293
|
+
"displayOptions": {
|
|
294
|
+
"show": {
|
|
295
|
+
"resource": [
|
|
296
|
+
"Accounts"
|
|
297
|
+
],
|
|
298
|
+
"operation": [
|
|
299
|
+
"Content Accounts List"
|
|
300
|
+
]
|
|
301
|
+
}
|
|
302
|
+
}
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"displayName": "POST /{merchantId}/accounts",
|
|
306
|
+
"name": "operation",
|
|
307
|
+
"type": "notice",
|
|
308
|
+
"typeOptions": {
|
|
309
|
+
"theme": "info"
|
|
310
|
+
},
|
|
311
|
+
"default": "",
|
|
312
|
+
"displayOptions": {
|
|
313
|
+
"show": {
|
|
314
|
+
"resource": [
|
|
315
|
+
"Accounts"
|
|
316
|
+
],
|
|
317
|
+
"operation": [
|
|
318
|
+
"Content Accounts Insert"
|
|
319
|
+
]
|
|
320
|
+
}
|
|
321
|
+
}
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
"displayName": "Merchant ID",
|
|
325
|
+
"name": "merchantId",
|
|
326
|
+
"required": true,
|
|
327
|
+
"description": "The ID of the managing account. This must be a multi-client account.",
|
|
328
|
+
"default": "",
|
|
329
|
+
"type": "string",
|
|
330
|
+
"displayOptions": {
|
|
331
|
+
"show": {
|
|
332
|
+
"resource": [
|
|
333
|
+
"Accounts"
|
|
334
|
+
],
|
|
335
|
+
"operation": [
|
|
336
|
+
"Content Accounts Insert"
|
|
337
|
+
]
|
|
338
|
+
}
|
|
339
|
+
}
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
"displayName": "Dry Run",
|
|
343
|
+
"name": "dryRun",
|
|
344
|
+
"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).",
|
|
345
|
+
"default": true,
|
|
346
|
+
"type": "boolean",
|
|
347
|
+
"routing": {
|
|
348
|
+
"send": {
|
|
349
|
+
"type": "query",
|
|
350
|
+
"property": "dryRun",
|
|
351
|
+
"value": "={{ $value }}",
|
|
352
|
+
"propertyInDotNotation": false
|
|
353
|
+
}
|
|
354
|
+
},
|
|
355
|
+
"displayOptions": {
|
|
356
|
+
"show": {
|
|
357
|
+
"resource": [
|
|
358
|
+
"Accounts"
|
|
359
|
+
],
|
|
360
|
+
"operation": [
|
|
361
|
+
"Content Accounts Insert"
|
|
362
|
+
]
|
|
363
|
+
}
|
|
364
|
+
}
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
"displayName": "Adult Content",
|
|
368
|
+
"name": "adultContent",
|
|
369
|
+
"type": "boolean",
|
|
370
|
+
"default": true,
|
|
371
|
+
"description": "Indicates whether the merchant sells adult content.",
|
|
372
|
+
"routing": {
|
|
373
|
+
"send": {
|
|
374
|
+
"property": "adultContent",
|
|
375
|
+
"propertyInDotNotation": false,
|
|
376
|
+
"type": "body",
|
|
377
|
+
"value": "={{ $value }}"
|
|
378
|
+
}
|
|
379
|
+
},
|
|
380
|
+
"displayOptions": {
|
|
381
|
+
"show": {
|
|
382
|
+
"resource": [
|
|
383
|
+
"Accounts"
|
|
384
|
+
],
|
|
385
|
+
"operation": [
|
|
386
|
+
"Content Accounts Insert"
|
|
387
|
+
]
|
|
388
|
+
}
|
|
389
|
+
}
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
"displayName": "Adwords Links",
|
|
393
|
+
"name": "adwordsLinks",
|
|
394
|
+
"type": "json",
|
|
395
|
+
"default": "[\n {}\n]",
|
|
396
|
+
"description": "List of linked AdWords accounts that are active or pending approval. To create a new link request, add a new link with status `active` to the list. It will remain in a `pending` state until approved or rejected either in the AdWords interface or through the AdWords API. To delete an active link, or to cancel a link request, remove it from the list.",
|
|
397
|
+
"routing": {
|
|
398
|
+
"send": {
|
|
399
|
+
"property": "adwordsLinks",
|
|
400
|
+
"propertyInDotNotation": false,
|
|
401
|
+
"type": "body",
|
|
402
|
+
"value": "={{ JSON.parse($value) }}"
|
|
403
|
+
}
|
|
404
|
+
},
|
|
405
|
+
"displayOptions": {
|
|
406
|
+
"show": {
|
|
407
|
+
"resource": [
|
|
408
|
+
"Accounts"
|
|
409
|
+
],
|
|
410
|
+
"operation": [
|
|
411
|
+
"Content Accounts Insert"
|
|
412
|
+
]
|
|
413
|
+
}
|
|
414
|
+
}
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"displayName": "Business Information",
|
|
418
|
+
"name": "businessInformation",
|
|
419
|
+
"type": "json",
|
|
420
|
+
"default": "{\n \"address\": {},\n \"customerService\": {}\n}",
|
|
421
|
+
"description": "The business information of the account.",
|
|
422
|
+
"routing": {
|
|
423
|
+
"send": {
|
|
424
|
+
"property": "businessInformation",
|
|
425
|
+
"propertyInDotNotation": false,
|
|
426
|
+
"type": "body",
|
|
427
|
+
"value": "={{ JSON.parse($value) }}"
|
|
428
|
+
}
|
|
429
|
+
},
|
|
430
|
+
"displayOptions": {
|
|
431
|
+
"show": {
|
|
432
|
+
"resource": [
|
|
433
|
+
"Accounts"
|
|
434
|
+
],
|
|
435
|
+
"operation": [
|
|
436
|
+
"Content Accounts Insert"
|
|
437
|
+
]
|
|
438
|
+
}
|
|
439
|
+
}
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
"displayName": "Google My Business Link",
|
|
443
|
+
"name": "googleMyBusinessLink",
|
|
444
|
+
"type": "json",
|
|
445
|
+
"default": "{}",
|
|
446
|
+
"description": "The GMB account which is linked or in the process of being linked with the Merchant Center account.",
|
|
447
|
+
"routing": {
|
|
448
|
+
"send": {
|
|
449
|
+
"property": "googleMyBusinessLink",
|
|
450
|
+
"propertyInDotNotation": false,
|
|
451
|
+
"type": "body",
|
|
452
|
+
"value": "={{ JSON.parse($value) }}"
|
|
453
|
+
}
|
|
454
|
+
},
|
|
455
|
+
"displayOptions": {
|
|
456
|
+
"show": {
|
|
457
|
+
"resource": [
|
|
458
|
+
"Accounts"
|
|
459
|
+
],
|
|
460
|
+
"operation": [
|
|
461
|
+
"Content Accounts Insert"
|
|
462
|
+
]
|
|
463
|
+
}
|
|
464
|
+
}
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"displayName": "ID",
|
|
468
|
+
"name": "id",
|
|
469
|
+
"type": "string",
|
|
470
|
+
"default": "",
|
|
471
|
+
"description": "Required for update. Merchant Center account ID.",
|
|
472
|
+
"routing": {
|
|
473
|
+
"send": {
|
|
474
|
+
"property": "id",
|
|
475
|
+
"propertyInDotNotation": false,
|
|
476
|
+
"type": "body",
|
|
477
|
+
"value": "={{ $value }}"
|
|
478
|
+
}
|
|
479
|
+
},
|
|
480
|
+
"displayOptions": {
|
|
481
|
+
"show": {
|
|
482
|
+
"resource": [
|
|
483
|
+
"Accounts"
|
|
484
|
+
],
|
|
485
|
+
"operation": [
|
|
486
|
+
"Content Accounts Insert"
|
|
487
|
+
]
|
|
488
|
+
}
|
|
489
|
+
}
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
"displayName": "Kind",
|
|
493
|
+
"name": "kind",
|
|
494
|
+
"type": "string",
|
|
495
|
+
"default": "",
|
|
496
|
+
"description": "Identifies what kind of resource this is. Value: the fixed string \"`content#account`\"",
|
|
497
|
+
"routing": {
|
|
498
|
+
"send": {
|
|
499
|
+
"property": "kind",
|
|
500
|
+
"propertyInDotNotation": false,
|
|
501
|
+
"type": "body",
|
|
502
|
+
"value": "={{ $value }}"
|
|
503
|
+
}
|
|
504
|
+
},
|
|
505
|
+
"displayOptions": {
|
|
506
|
+
"show": {
|
|
507
|
+
"resource": [
|
|
508
|
+
"Accounts"
|
|
509
|
+
],
|
|
510
|
+
"operation": [
|
|
511
|
+
"Content Accounts Insert"
|
|
512
|
+
]
|
|
513
|
+
}
|
|
514
|
+
}
|
|
515
|
+
},
|
|
516
|
+
{
|
|
517
|
+
"displayName": "Name",
|
|
518
|
+
"name": "name",
|
|
519
|
+
"type": "string",
|
|
520
|
+
"default": "",
|
|
521
|
+
"description": "Required. Display name for the account.",
|
|
522
|
+
"routing": {
|
|
523
|
+
"send": {
|
|
524
|
+
"property": "name",
|
|
525
|
+
"propertyInDotNotation": false,
|
|
526
|
+
"type": "body",
|
|
527
|
+
"value": "={{ $value }}"
|
|
528
|
+
}
|
|
529
|
+
},
|
|
530
|
+
"displayOptions": {
|
|
531
|
+
"show": {
|
|
532
|
+
"resource": [
|
|
533
|
+
"Accounts"
|
|
534
|
+
],
|
|
535
|
+
"operation": [
|
|
536
|
+
"Content Accounts Insert"
|
|
537
|
+
]
|
|
538
|
+
}
|
|
539
|
+
}
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
"displayName": "Reviews URL",
|
|
543
|
+
"name": "reviewsUrl",
|
|
544
|
+
"type": "string",
|
|
545
|
+
"default": "",
|
|
546
|
+
"description": "[DEPRECATED] This field is never returned and will be ignored if provided.",
|
|
547
|
+
"routing": {
|
|
548
|
+
"send": {
|
|
549
|
+
"property": "reviewsUrl",
|
|
550
|
+
"propertyInDotNotation": false,
|
|
551
|
+
"type": "body",
|
|
552
|
+
"value": "={{ $value }}"
|
|
553
|
+
}
|
|
554
|
+
},
|
|
555
|
+
"displayOptions": {
|
|
556
|
+
"show": {
|
|
557
|
+
"resource": [
|
|
558
|
+
"Accounts"
|
|
559
|
+
],
|
|
560
|
+
"operation": [
|
|
561
|
+
"Content Accounts Insert"
|
|
562
|
+
]
|
|
563
|
+
}
|
|
564
|
+
}
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
"displayName": "Seller ID",
|
|
568
|
+
"name": "sellerId",
|
|
569
|
+
"type": "string",
|
|
570
|
+
"default": "",
|
|
571
|
+
"description": "Client-specific, locally-unique, internal ID for the child account.",
|
|
572
|
+
"routing": {
|
|
573
|
+
"send": {
|
|
574
|
+
"property": "sellerId",
|
|
575
|
+
"propertyInDotNotation": false,
|
|
576
|
+
"type": "body",
|
|
577
|
+
"value": "={{ $value }}"
|
|
578
|
+
}
|
|
579
|
+
},
|
|
580
|
+
"displayOptions": {
|
|
581
|
+
"show": {
|
|
582
|
+
"resource": [
|
|
583
|
+
"Accounts"
|
|
584
|
+
],
|
|
585
|
+
"operation": [
|
|
586
|
+
"Content Accounts Insert"
|
|
587
|
+
]
|
|
588
|
+
}
|
|
589
|
+
}
|
|
590
|
+
},
|
|
591
|
+
{
|
|
592
|
+
"displayName": "Users",
|
|
593
|
+
"name": "users",
|
|
594
|
+
"type": "json",
|
|
595
|
+
"default": "[\n {}\n]",
|
|
596
|
+
"description": "Users with access to the account. Every account (except for subaccounts) must have at least one admin user.",
|
|
597
|
+
"routing": {
|
|
598
|
+
"send": {
|
|
599
|
+
"property": "users",
|
|
600
|
+
"propertyInDotNotation": false,
|
|
601
|
+
"type": "body",
|
|
602
|
+
"value": "={{ JSON.parse($value) }}"
|
|
603
|
+
}
|
|
604
|
+
},
|
|
605
|
+
"displayOptions": {
|
|
606
|
+
"show": {
|
|
607
|
+
"resource": [
|
|
608
|
+
"Accounts"
|
|
609
|
+
],
|
|
610
|
+
"operation": [
|
|
611
|
+
"Content Accounts Insert"
|
|
612
|
+
]
|
|
613
|
+
}
|
|
614
|
+
}
|
|
615
|
+
},
|
|
616
|
+
{
|
|
617
|
+
"displayName": "Website URL",
|
|
618
|
+
"name": "websiteUrl",
|
|
619
|
+
"type": "string",
|
|
620
|
+
"default": "",
|
|
621
|
+
"description": "The merchant's website.",
|
|
622
|
+
"routing": {
|
|
623
|
+
"send": {
|
|
624
|
+
"property": "websiteUrl",
|
|
625
|
+
"propertyInDotNotation": false,
|
|
626
|
+
"type": "body",
|
|
627
|
+
"value": "={{ $value }}"
|
|
628
|
+
}
|
|
629
|
+
},
|
|
630
|
+
"displayOptions": {
|
|
631
|
+
"show": {
|
|
632
|
+
"resource": [
|
|
633
|
+
"Accounts"
|
|
634
|
+
],
|
|
635
|
+
"operation": [
|
|
636
|
+
"Content Accounts Insert"
|
|
637
|
+
]
|
|
638
|
+
}
|
|
639
|
+
}
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
"displayName": "Youtube Channel Links",
|
|
643
|
+
"name": "youtubeChannelLinks",
|
|
644
|
+
"type": "json",
|
|
645
|
+
"default": "[\n {}\n]",
|
|
646
|
+
"description": "List of linked YouTube channels that are active or pending approval. To create a new link request, add a new link with status `active` to the list. It will remain in a `pending` state until approved or rejected in the YT Creator Studio interface. To delete an active link, or to cancel a link request, remove it from the list.",
|
|
647
|
+
"routing": {
|
|
648
|
+
"send": {
|
|
649
|
+
"property": "youtubeChannelLinks",
|
|
650
|
+
"propertyInDotNotation": false,
|
|
651
|
+
"type": "body",
|
|
652
|
+
"value": "={{ JSON.parse($value) }}"
|
|
653
|
+
}
|
|
654
|
+
},
|
|
655
|
+
"displayOptions": {
|
|
656
|
+
"show": {
|
|
657
|
+
"resource": [
|
|
658
|
+
"Accounts"
|
|
659
|
+
],
|
|
660
|
+
"operation": [
|
|
661
|
+
"Content Accounts Insert"
|
|
662
|
+
]
|
|
663
|
+
}
|
|
664
|
+
}
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
"displayName": "DELETE /{merchantId}/accounts/{accountId}",
|
|
668
|
+
"name": "operation",
|
|
669
|
+
"type": "notice",
|
|
670
|
+
"typeOptions": {
|
|
671
|
+
"theme": "info"
|
|
672
|
+
},
|
|
673
|
+
"default": "",
|
|
674
|
+
"displayOptions": {
|
|
675
|
+
"show": {
|
|
676
|
+
"resource": [
|
|
677
|
+
"Accounts"
|
|
678
|
+
],
|
|
679
|
+
"operation": [
|
|
680
|
+
"Content Accounts Delete"
|
|
681
|
+
]
|
|
682
|
+
}
|
|
683
|
+
}
|
|
684
|
+
},
|
|
685
|
+
{
|
|
686
|
+
"displayName": "Merchant ID",
|
|
687
|
+
"name": "merchantId",
|
|
688
|
+
"required": true,
|
|
689
|
+
"description": "The ID of the managing account. This must be a multi-client account, and accountId must be the ID of a sub-account of this account.",
|
|
690
|
+
"default": "",
|
|
691
|
+
"type": "string",
|
|
692
|
+
"displayOptions": {
|
|
693
|
+
"show": {
|
|
694
|
+
"resource": [
|
|
695
|
+
"Accounts"
|
|
696
|
+
],
|
|
697
|
+
"operation": [
|
|
698
|
+
"Content Accounts Delete"
|
|
699
|
+
]
|
|
700
|
+
}
|
|
701
|
+
}
|
|
702
|
+
},
|
|
703
|
+
{
|
|
704
|
+
"displayName": "Account ID",
|
|
705
|
+
"name": "accountId",
|
|
706
|
+
"required": true,
|
|
707
|
+
"description": "The ID of the account.",
|
|
708
|
+
"default": "",
|
|
709
|
+
"type": "string",
|
|
710
|
+
"displayOptions": {
|
|
711
|
+
"show": {
|
|
712
|
+
"resource": [
|
|
713
|
+
"Accounts"
|
|
714
|
+
],
|
|
715
|
+
"operation": [
|
|
716
|
+
"Content Accounts Delete"
|
|
717
|
+
]
|
|
718
|
+
}
|
|
719
|
+
}
|
|
720
|
+
},
|
|
721
|
+
{
|
|
722
|
+
"displayName": "Dry Run",
|
|
723
|
+
"name": "dryRun",
|
|
724
|
+
"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).",
|
|
725
|
+
"default": true,
|
|
726
|
+
"type": "boolean",
|
|
727
|
+
"routing": {
|
|
728
|
+
"send": {
|
|
729
|
+
"type": "query",
|
|
730
|
+
"property": "dryRun",
|
|
731
|
+
"value": "={{ $value }}",
|
|
732
|
+
"propertyInDotNotation": false
|
|
733
|
+
}
|
|
734
|
+
},
|
|
735
|
+
"displayOptions": {
|
|
736
|
+
"show": {
|
|
737
|
+
"resource": [
|
|
738
|
+
"Accounts"
|
|
739
|
+
],
|
|
740
|
+
"operation": [
|
|
741
|
+
"Content Accounts Delete"
|
|
742
|
+
]
|
|
743
|
+
}
|
|
744
|
+
}
|
|
745
|
+
},
|
|
746
|
+
{
|
|
747
|
+
"displayName": "Force",
|
|
748
|
+
"name": "force",
|
|
749
|
+
"description": "Flag to delete sub-accounts with products. The default value is false.",
|
|
750
|
+
"default": true,
|
|
751
|
+
"type": "boolean",
|
|
752
|
+
"routing": {
|
|
753
|
+
"send": {
|
|
754
|
+
"type": "query",
|
|
755
|
+
"property": "force",
|
|
756
|
+
"value": "={{ $value }}",
|
|
757
|
+
"propertyInDotNotation": false
|
|
758
|
+
}
|
|
759
|
+
},
|
|
760
|
+
"displayOptions": {
|
|
761
|
+
"show": {
|
|
762
|
+
"resource": [
|
|
763
|
+
"Accounts"
|
|
764
|
+
],
|
|
765
|
+
"operation": [
|
|
766
|
+
"Content Accounts Delete"
|
|
767
|
+
]
|
|
768
|
+
}
|
|
769
|
+
}
|
|
770
|
+
},
|
|
771
|
+
{
|
|
772
|
+
"displayName": "GET /{merchantId}/accounts/{accountId}",
|
|
773
|
+
"name": "operation",
|
|
774
|
+
"type": "notice",
|
|
775
|
+
"typeOptions": {
|
|
776
|
+
"theme": "info"
|
|
777
|
+
},
|
|
778
|
+
"default": "",
|
|
779
|
+
"displayOptions": {
|
|
780
|
+
"show": {
|
|
781
|
+
"resource": [
|
|
782
|
+
"Accounts"
|
|
783
|
+
],
|
|
784
|
+
"operation": [
|
|
785
|
+
"Content Accounts Get"
|
|
786
|
+
]
|
|
787
|
+
}
|
|
788
|
+
}
|
|
789
|
+
},
|
|
790
|
+
{
|
|
791
|
+
"displayName": "Merchant ID",
|
|
792
|
+
"name": "merchantId",
|
|
793
|
+
"required": true,
|
|
794
|
+
"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.",
|
|
795
|
+
"default": "",
|
|
796
|
+
"type": "string",
|
|
797
|
+
"displayOptions": {
|
|
798
|
+
"show": {
|
|
799
|
+
"resource": [
|
|
800
|
+
"Accounts"
|
|
801
|
+
],
|
|
802
|
+
"operation": [
|
|
803
|
+
"Content Accounts Get"
|
|
804
|
+
]
|
|
805
|
+
}
|
|
806
|
+
}
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
"displayName": "Account ID",
|
|
810
|
+
"name": "accountId",
|
|
811
|
+
"required": true,
|
|
812
|
+
"description": "The ID of the account.",
|
|
813
|
+
"default": "",
|
|
814
|
+
"type": "string",
|
|
815
|
+
"displayOptions": {
|
|
816
|
+
"show": {
|
|
817
|
+
"resource": [
|
|
818
|
+
"Accounts"
|
|
819
|
+
],
|
|
820
|
+
"operation": [
|
|
821
|
+
"Content Accounts Get"
|
|
822
|
+
]
|
|
823
|
+
}
|
|
824
|
+
}
|
|
825
|
+
},
|
|
826
|
+
{
|
|
827
|
+
"displayName": "PUT /{merchantId}/accounts/{accountId}",
|
|
828
|
+
"name": "operation",
|
|
829
|
+
"type": "notice",
|
|
830
|
+
"typeOptions": {
|
|
831
|
+
"theme": "info"
|
|
832
|
+
},
|
|
833
|
+
"default": "",
|
|
834
|
+
"displayOptions": {
|
|
835
|
+
"show": {
|
|
836
|
+
"resource": [
|
|
837
|
+
"Accounts"
|
|
838
|
+
],
|
|
839
|
+
"operation": [
|
|
840
|
+
"Content Accounts Update"
|
|
841
|
+
]
|
|
842
|
+
}
|
|
843
|
+
}
|
|
844
|
+
},
|
|
845
|
+
{
|
|
846
|
+
"displayName": "Merchant ID",
|
|
847
|
+
"name": "merchantId",
|
|
848
|
+
"required": true,
|
|
849
|
+
"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.",
|
|
850
|
+
"default": "",
|
|
851
|
+
"type": "string",
|
|
852
|
+
"displayOptions": {
|
|
853
|
+
"show": {
|
|
854
|
+
"resource": [
|
|
855
|
+
"Accounts"
|
|
856
|
+
],
|
|
857
|
+
"operation": [
|
|
858
|
+
"Content Accounts Update"
|
|
859
|
+
]
|
|
860
|
+
}
|
|
861
|
+
}
|
|
862
|
+
},
|
|
863
|
+
{
|
|
864
|
+
"displayName": "Account ID",
|
|
865
|
+
"name": "accountId",
|
|
866
|
+
"required": true,
|
|
867
|
+
"description": "The ID of the account.",
|
|
868
|
+
"default": "",
|
|
869
|
+
"type": "string",
|
|
870
|
+
"displayOptions": {
|
|
871
|
+
"show": {
|
|
872
|
+
"resource": [
|
|
873
|
+
"Accounts"
|
|
874
|
+
],
|
|
875
|
+
"operation": [
|
|
876
|
+
"Content Accounts Update"
|
|
877
|
+
]
|
|
878
|
+
}
|
|
879
|
+
}
|
|
880
|
+
},
|
|
881
|
+
{
|
|
882
|
+
"displayName": "Dry Run",
|
|
883
|
+
"name": "dryRun",
|
|
884
|
+
"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).",
|
|
885
|
+
"default": true,
|
|
886
|
+
"type": "boolean",
|
|
887
|
+
"routing": {
|
|
888
|
+
"send": {
|
|
889
|
+
"type": "query",
|
|
890
|
+
"property": "dryRun",
|
|
891
|
+
"value": "={{ $value }}",
|
|
892
|
+
"propertyInDotNotation": false
|
|
893
|
+
}
|
|
894
|
+
},
|
|
895
|
+
"displayOptions": {
|
|
896
|
+
"show": {
|
|
897
|
+
"resource": [
|
|
898
|
+
"Accounts"
|
|
899
|
+
],
|
|
900
|
+
"operation": [
|
|
901
|
+
"Content Accounts Update"
|
|
902
|
+
]
|
|
903
|
+
}
|
|
904
|
+
}
|
|
905
|
+
},
|
|
906
|
+
{
|
|
907
|
+
"displayName": "Adult Content",
|
|
908
|
+
"name": "adultContent",
|
|
909
|
+
"type": "boolean",
|
|
910
|
+
"default": true,
|
|
911
|
+
"description": "Indicates whether the merchant sells adult content.",
|
|
912
|
+
"routing": {
|
|
913
|
+
"send": {
|
|
914
|
+
"property": "adultContent",
|
|
915
|
+
"propertyInDotNotation": false,
|
|
916
|
+
"type": "body",
|
|
917
|
+
"value": "={{ $value }}"
|
|
918
|
+
}
|
|
919
|
+
},
|
|
920
|
+
"displayOptions": {
|
|
921
|
+
"show": {
|
|
922
|
+
"resource": [
|
|
923
|
+
"Accounts"
|
|
924
|
+
],
|
|
925
|
+
"operation": [
|
|
926
|
+
"Content Accounts Update"
|
|
927
|
+
]
|
|
928
|
+
}
|
|
929
|
+
}
|
|
930
|
+
},
|
|
931
|
+
{
|
|
932
|
+
"displayName": "Adwords Links",
|
|
933
|
+
"name": "adwordsLinks",
|
|
934
|
+
"type": "json",
|
|
935
|
+
"default": "[\n {}\n]",
|
|
936
|
+
"description": "List of linked AdWords accounts that are active or pending approval. To create a new link request, add a new link with status `active` to the list. It will remain in a `pending` state until approved or rejected either in the AdWords interface or through the AdWords API. To delete an active link, or to cancel a link request, remove it from the list.",
|
|
937
|
+
"routing": {
|
|
938
|
+
"send": {
|
|
939
|
+
"property": "adwordsLinks",
|
|
940
|
+
"propertyInDotNotation": false,
|
|
941
|
+
"type": "body",
|
|
942
|
+
"value": "={{ JSON.parse($value) }}"
|
|
943
|
+
}
|
|
944
|
+
},
|
|
945
|
+
"displayOptions": {
|
|
946
|
+
"show": {
|
|
947
|
+
"resource": [
|
|
948
|
+
"Accounts"
|
|
949
|
+
],
|
|
950
|
+
"operation": [
|
|
951
|
+
"Content Accounts Update"
|
|
952
|
+
]
|
|
953
|
+
}
|
|
954
|
+
}
|
|
955
|
+
},
|
|
956
|
+
{
|
|
957
|
+
"displayName": "Business Information",
|
|
958
|
+
"name": "businessInformation",
|
|
959
|
+
"type": "json",
|
|
960
|
+
"default": "{\n \"address\": {},\n \"customerService\": {}\n}",
|
|
961
|
+
"description": "The business information of the account.",
|
|
962
|
+
"routing": {
|
|
963
|
+
"send": {
|
|
964
|
+
"property": "businessInformation",
|
|
965
|
+
"propertyInDotNotation": false,
|
|
966
|
+
"type": "body",
|
|
967
|
+
"value": "={{ JSON.parse($value) }}"
|
|
968
|
+
}
|
|
969
|
+
},
|
|
970
|
+
"displayOptions": {
|
|
971
|
+
"show": {
|
|
972
|
+
"resource": [
|
|
973
|
+
"Accounts"
|
|
974
|
+
],
|
|
975
|
+
"operation": [
|
|
976
|
+
"Content Accounts Update"
|
|
977
|
+
]
|
|
978
|
+
}
|
|
979
|
+
}
|
|
980
|
+
},
|
|
981
|
+
{
|
|
982
|
+
"displayName": "Google My Business Link",
|
|
983
|
+
"name": "googleMyBusinessLink",
|
|
984
|
+
"type": "json",
|
|
985
|
+
"default": "{}",
|
|
986
|
+
"description": "The GMB account which is linked or in the process of being linked with the Merchant Center account.",
|
|
987
|
+
"routing": {
|
|
988
|
+
"send": {
|
|
989
|
+
"property": "googleMyBusinessLink",
|
|
990
|
+
"propertyInDotNotation": false,
|
|
991
|
+
"type": "body",
|
|
992
|
+
"value": "={{ JSON.parse($value) }}"
|
|
993
|
+
}
|
|
994
|
+
},
|
|
995
|
+
"displayOptions": {
|
|
996
|
+
"show": {
|
|
997
|
+
"resource": [
|
|
998
|
+
"Accounts"
|
|
999
|
+
],
|
|
1000
|
+
"operation": [
|
|
1001
|
+
"Content Accounts Update"
|
|
1002
|
+
]
|
|
1003
|
+
}
|
|
1004
|
+
}
|
|
1005
|
+
},
|
|
1006
|
+
{
|
|
1007
|
+
"displayName": "ID",
|
|
1008
|
+
"name": "id",
|
|
1009
|
+
"type": "string",
|
|
1010
|
+
"default": "",
|
|
1011
|
+
"description": "Required for update. Merchant Center account ID.",
|
|
1012
|
+
"routing": {
|
|
1013
|
+
"send": {
|
|
1014
|
+
"property": "id",
|
|
1015
|
+
"propertyInDotNotation": false,
|
|
1016
|
+
"type": "body",
|
|
1017
|
+
"value": "={{ $value }}"
|
|
1018
|
+
}
|
|
1019
|
+
},
|
|
1020
|
+
"displayOptions": {
|
|
1021
|
+
"show": {
|
|
1022
|
+
"resource": [
|
|
1023
|
+
"Accounts"
|
|
1024
|
+
],
|
|
1025
|
+
"operation": [
|
|
1026
|
+
"Content Accounts Update"
|
|
1027
|
+
]
|
|
1028
|
+
}
|
|
1029
|
+
}
|
|
1030
|
+
},
|
|
1031
|
+
{
|
|
1032
|
+
"displayName": "Kind",
|
|
1033
|
+
"name": "kind",
|
|
1034
|
+
"type": "string",
|
|
1035
|
+
"default": "",
|
|
1036
|
+
"description": "Identifies what kind of resource this is. Value: the fixed string \"`content#account`\"",
|
|
1037
|
+
"routing": {
|
|
1038
|
+
"send": {
|
|
1039
|
+
"property": "kind",
|
|
1040
|
+
"propertyInDotNotation": false,
|
|
1041
|
+
"type": "body",
|
|
1042
|
+
"value": "={{ $value }}"
|
|
1043
|
+
}
|
|
1044
|
+
},
|
|
1045
|
+
"displayOptions": {
|
|
1046
|
+
"show": {
|
|
1047
|
+
"resource": [
|
|
1048
|
+
"Accounts"
|
|
1049
|
+
],
|
|
1050
|
+
"operation": [
|
|
1051
|
+
"Content Accounts Update"
|
|
1052
|
+
]
|
|
1053
|
+
}
|
|
1054
|
+
}
|
|
1055
|
+
},
|
|
1056
|
+
{
|
|
1057
|
+
"displayName": "Name",
|
|
1058
|
+
"name": "name",
|
|
1059
|
+
"type": "string",
|
|
1060
|
+
"default": "",
|
|
1061
|
+
"description": "Required. Display name for the account.",
|
|
1062
|
+
"routing": {
|
|
1063
|
+
"send": {
|
|
1064
|
+
"property": "name",
|
|
1065
|
+
"propertyInDotNotation": false,
|
|
1066
|
+
"type": "body",
|
|
1067
|
+
"value": "={{ $value }}"
|
|
1068
|
+
}
|
|
1069
|
+
},
|
|
1070
|
+
"displayOptions": {
|
|
1071
|
+
"show": {
|
|
1072
|
+
"resource": [
|
|
1073
|
+
"Accounts"
|
|
1074
|
+
],
|
|
1075
|
+
"operation": [
|
|
1076
|
+
"Content Accounts Update"
|
|
1077
|
+
]
|
|
1078
|
+
}
|
|
1079
|
+
}
|
|
1080
|
+
},
|
|
1081
|
+
{
|
|
1082
|
+
"displayName": "Reviews URL",
|
|
1083
|
+
"name": "reviewsUrl",
|
|
1084
|
+
"type": "string",
|
|
1085
|
+
"default": "",
|
|
1086
|
+
"description": "[DEPRECATED] This field is never returned and will be ignored if provided.",
|
|
1087
|
+
"routing": {
|
|
1088
|
+
"send": {
|
|
1089
|
+
"property": "reviewsUrl",
|
|
1090
|
+
"propertyInDotNotation": false,
|
|
1091
|
+
"type": "body",
|
|
1092
|
+
"value": "={{ $value }}"
|
|
1093
|
+
}
|
|
1094
|
+
},
|
|
1095
|
+
"displayOptions": {
|
|
1096
|
+
"show": {
|
|
1097
|
+
"resource": [
|
|
1098
|
+
"Accounts"
|
|
1099
|
+
],
|
|
1100
|
+
"operation": [
|
|
1101
|
+
"Content Accounts Update"
|
|
1102
|
+
]
|
|
1103
|
+
}
|
|
1104
|
+
}
|
|
1105
|
+
},
|
|
1106
|
+
{
|
|
1107
|
+
"displayName": "Seller ID",
|
|
1108
|
+
"name": "sellerId",
|
|
1109
|
+
"type": "string",
|
|
1110
|
+
"default": "",
|
|
1111
|
+
"description": "Client-specific, locally-unique, internal ID for the child account.",
|
|
1112
|
+
"routing": {
|
|
1113
|
+
"send": {
|
|
1114
|
+
"property": "sellerId",
|
|
1115
|
+
"propertyInDotNotation": false,
|
|
1116
|
+
"type": "body",
|
|
1117
|
+
"value": "={{ $value }}"
|
|
1118
|
+
}
|
|
1119
|
+
},
|
|
1120
|
+
"displayOptions": {
|
|
1121
|
+
"show": {
|
|
1122
|
+
"resource": [
|
|
1123
|
+
"Accounts"
|
|
1124
|
+
],
|
|
1125
|
+
"operation": [
|
|
1126
|
+
"Content Accounts Update"
|
|
1127
|
+
]
|
|
1128
|
+
}
|
|
1129
|
+
}
|
|
1130
|
+
},
|
|
1131
|
+
{
|
|
1132
|
+
"displayName": "Users",
|
|
1133
|
+
"name": "users",
|
|
1134
|
+
"type": "json",
|
|
1135
|
+
"default": "[\n {}\n]",
|
|
1136
|
+
"description": "Users with access to the account. Every account (except for subaccounts) must have at least one admin user.",
|
|
1137
|
+
"routing": {
|
|
1138
|
+
"send": {
|
|
1139
|
+
"property": "users",
|
|
1140
|
+
"propertyInDotNotation": false,
|
|
1141
|
+
"type": "body",
|
|
1142
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1143
|
+
}
|
|
1144
|
+
},
|
|
1145
|
+
"displayOptions": {
|
|
1146
|
+
"show": {
|
|
1147
|
+
"resource": [
|
|
1148
|
+
"Accounts"
|
|
1149
|
+
],
|
|
1150
|
+
"operation": [
|
|
1151
|
+
"Content Accounts Update"
|
|
1152
|
+
]
|
|
1153
|
+
}
|
|
1154
|
+
}
|
|
1155
|
+
},
|
|
1156
|
+
{
|
|
1157
|
+
"displayName": "Website URL",
|
|
1158
|
+
"name": "websiteUrl",
|
|
1159
|
+
"type": "string",
|
|
1160
|
+
"default": "",
|
|
1161
|
+
"description": "The merchant's website.",
|
|
1162
|
+
"routing": {
|
|
1163
|
+
"send": {
|
|
1164
|
+
"property": "websiteUrl",
|
|
1165
|
+
"propertyInDotNotation": false,
|
|
1166
|
+
"type": "body",
|
|
1167
|
+
"value": "={{ $value }}"
|
|
1168
|
+
}
|
|
1169
|
+
},
|
|
1170
|
+
"displayOptions": {
|
|
1171
|
+
"show": {
|
|
1172
|
+
"resource": [
|
|
1173
|
+
"Accounts"
|
|
1174
|
+
],
|
|
1175
|
+
"operation": [
|
|
1176
|
+
"Content Accounts Update"
|
|
1177
|
+
]
|
|
1178
|
+
}
|
|
1179
|
+
}
|
|
1180
|
+
},
|
|
1181
|
+
{
|
|
1182
|
+
"displayName": "Youtube Channel Links",
|
|
1183
|
+
"name": "youtubeChannelLinks",
|
|
1184
|
+
"type": "json",
|
|
1185
|
+
"default": "[\n {}\n]",
|
|
1186
|
+
"description": "List of linked YouTube channels that are active or pending approval. To create a new link request, add a new link with status `active` to the list. It will remain in a `pending` state until approved or rejected in the YT Creator Studio interface. To delete an active link, or to cancel a link request, remove it from the list.",
|
|
1187
|
+
"routing": {
|
|
1188
|
+
"send": {
|
|
1189
|
+
"property": "youtubeChannelLinks",
|
|
1190
|
+
"propertyInDotNotation": false,
|
|
1191
|
+
"type": "body",
|
|
1192
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1193
|
+
}
|
|
1194
|
+
},
|
|
1195
|
+
"displayOptions": {
|
|
1196
|
+
"show": {
|
|
1197
|
+
"resource": [
|
|
1198
|
+
"Accounts"
|
|
1199
|
+
],
|
|
1200
|
+
"operation": [
|
|
1201
|
+
"Content Accounts Update"
|
|
1202
|
+
]
|
|
1203
|
+
}
|
|
1204
|
+
}
|
|
1205
|
+
},
|
|
1206
|
+
{
|
|
1207
|
+
"displayName": "POST /{merchantId}/accounts/{accountId}/claimwebsite",
|
|
1208
|
+
"name": "operation",
|
|
1209
|
+
"type": "notice",
|
|
1210
|
+
"typeOptions": {
|
|
1211
|
+
"theme": "info"
|
|
1212
|
+
},
|
|
1213
|
+
"default": "",
|
|
1214
|
+
"displayOptions": {
|
|
1215
|
+
"show": {
|
|
1216
|
+
"resource": [
|
|
1217
|
+
"Accounts"
|
|
1218
|
+
],
|
|
1219
|
+
"operation": [
|
|
1220
|
+
"Content Accounts Claimwebsite"
|
|
1221
|
+
]
|
|
1222
|
+
}
|
|
1223
|
+
}
|
|
1224
|
+
},
|
|
1225
|
+
{
|
|
1226
|
+
"displayName": "Merchant ID",
|
|
1227
|
+
"name": "merchantId",
|
|
1228
|
+
"required": true,
|
|
1229
|
+
"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.",
|
|
1230
|
+
"default": "",
|
|
1231
|
+
"type": "string",
|
|
1232
|
+
"displayOptions": {
|
|
1233
|
+
"show": {
|
|
1234
|
+
"resource": [
|
|
1235
|
+
"Accounts"
|
|
1236
|
+
],
|
|
1237
|
+
"operation": [
|
|
1238
|
+
"Content Accounts Claimwebsite"
|
|
1239
|
+
]
|
|
1240
|
+
}
|
|
1241
|
+
}
|
|
1242
|
+
},
|
|
1243
|
+
{
|
|
1244
|
+
"displayName": "Account ID",
|
|
1245
|
+
"name": "accountId",
|
|
1246
|
+
"required": true,
|
|
1247
|
+
"description": "The ID of the account whose website is claimed.",
|
|
1248
|
+
"default": "",
|
|
1249
|
+
"type": "string",
|
|
1250
|
+
"displayOptions": {
|
|
1251
|
+
"show": {
|
|
1252
|
+
"resource": [
|
|
1253
|
+
"Accounts"
|
|
1254
|
+
],
|
|
1255
|
+
"operation": [
|
|
1256
|
+
"Content Accounts Claimwebsite"
|
|
1257
|
+
]
|
|
1258
|
+
}
|
|
1259
|
+
}
|
|
1260
|
+
},
|
|
1261
|
+
{
|
|
1262
|
+
"displayName": "Overwrite",
|
|
1263
|
+
"name": "overwrite",
|
|
1264
|
+
"description": "Only available to selected merchants. When set to `True`, this flag removes any existing claim on the requested website by another account and replaces it with a claim from this account.",
|
|
1265
|
+
"default": true,
|
|
1266
|
+
"type": "boolean",
|
|
1267
|
+
"routing": {
|
|
1268
|
+
"send": {
|
|
1269
|
+
"type": "query",
|
|
1270
|
+
"property": "overwrite",
|
|
1271
|
+
"value": "={{ $value }}",
|
|
1272
|
+
"propertyInDotNotation": false
|
|
1273
|
+
}
|
|
1274
|
+
},
|
|
1275
|
+
"displayOptions": {
|
|
1276
|
+
"show": {
|
|
1277
|
+
"resource": [
|
|
1278
|
+
"Accounts"
|
|
1279
|
+
],
|
|
1280
|
+
"operation": [
|
|
1281
|
+
"Content Accounts Claimwebsite"
|
|
1282
|
+
]
|
|
1283
|
+
}
|
|
1284
|
+
}
|
|
1285
|
+
},
|
|
1286
|
+
{
|
|
1287
|
+
"displayName": "POST /{merchantId}/accounts/{accountId}/link",
|
|
1288
|
+
"name": "operation",
|
|
1289
|
+
"type": "notice",
|
|
1290
|
+
"typeOptions": {
|
|
1291
|
+
"theme": "info"
|
|
1292
|
+
},
|
|
1293
|
+
"default": "",
|
|
1294
|
+
"displayOptions": {
|
|
1295
|
+
"show": {
|
|
1296
|
+
"resource": [
|
|
1297
|
+
"Accounts"
|
|
1298
|
+
],
|
|
1299
|
+
"operation": [
|
|
1300
|
+
"Content Accounts Link"
|
|
1301
|
+
]
|
|
1302
|
+
}
|
|
1303
|
+
}
|
|
1304
|
+
},
|
|
1305
|
+
{
|
|
1306
|
+
"displayName": "Merchant ID",
|
|
1307
|
+
"name": "merchantId",
|
|
1308
|
+
"required": true,
|
|
1309
|
+
"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.",
|
|
1310
|
+
"default": "",
|
|
1311
|
+
"type": "string",
|
|
1312
|
+
"displayOptions": {
|
|
1313
|
+
"show": {
|
|
1314
|
+
"resource": [
|
|
1315
|
+
"Accounts"
|
|
1316
|
+
],
|
|
1317
|
+
"operation": [
|
|
1318
|
+
"Content Accounts Link"
|
|
1319
|
+
]
|
|
1320
|
+
}
|
|
1321
|
+
}
|
|
1322
|
+
},
|
|
1323
|
+
{
|
|
1324
|
+
"displayName": "Account ID",
|
|
1325
|
+
"name": "accountId",
|
|
1326
|
+
"required": true,
|
|
1327
|
+
"description": "The ID of the account that should be linked.",
|
|
1328
|
+
"default": "",
|
|
1329
|
+
"type": "string",
|
|
1330
|
+
"displayOptions": {
|
|
1331
|
+
"show": {
|
|
1332
|
+
"resource": [
|
|
1333
|
+
"Accounts"
|
|
1334
|
+
],
|
|
1335
|
+
"operation": [
|
|
1336
|
+
"Content Accounts Link"
|
|
1337
|
+
]
|
|
1338
|
+
}
|
|
1339
|
+
}
|
|
1340
|
+
},
|
|
1341
|
+
{
|
|
1342
|
+
"displayName": "Action",
|
|
1343
|
+
"name": "action",
|
|
1344
|
+
"type": "string",
|
|
1345
|
+
"default": "",
|
|
1346
|
+
"description": "Action to perform for this link. The `\"request\"` action is only available to select merchants. Acceptable values are: - \"`approve`\" - \"`remove`\" - \"`request`\" ",
|
|
1347
|
+
"routing": {
|
|
1348
|
+
"send": {
|
|
1349
|
+
"property": "action",
|
|
1350
|
+
"propertyInDotNotation": false,
|
|
1351
|
+
"type": "body",
|
|
1352
|
+
"value": "={{ $value }}"
|
|
1353
|
+
}
|
|
1354
|
+
},
|
|
1355
|
+
"displayOptions": {
|
|
1356
|
+
"show": {
|
|
1357
|
+
"resource": [
|
|
1358
|
+
"Accounts"
|
|
1359
|
+
],
|
|
1360
|
+
"operation": [
|
|
1361
|
+
"Content Accounts Link"
|
|
1362
|
+
]
|
|
1363
|
+
}
|
|
1364
|
+
}
|
|
1365
|
+
},
|
|
1366
|
+
{
|
|
1367
|
+
"displayName": "Link Type",
|
|
1368
|
+
"name": "linkType",
|
|
1369
|
+
"type": "string",
|
|
1370
|
+
"default": "",
|
|
1371
|
+
"description": "Type of the link between the two accounts. Acceptable values are: - \"`channelPartner`\" - \"`eCommercePlatform`\" ",
|
|
1372
|
+
"routing": {
|
|
1373
|
+
"send": {
|
|
1374
|
+
"property": "linkType",
|
|
1375
|
+
"propertyInDotNotation": false,
|
|
1376
|
+
"type": "body",
|
|
1377
|
+
"value": "={{ $value }}"
|
|
1378
|
+
}
|
|
1379
|
+
},
|
|
1380
|
+
"displayOptions": {
|
|
1381
|
+
"show": {
|
|
1382
|
+
"resource": [
|
|
1383
|
+
"Accounts"
|
|
1384
|
+
],
|
|
1385
|
+
"operation": [
|
|
1386
|
+
"Content Accounts Link"
|
|
1387
|
+
]
|
|
1388
|
+
}
|
|
1389
|
+
}
|
|
1390
|
+
},
|
|
1391
|
+
{
|
|
1392
|
+
"displayName": "Linked Account ID",
|
|
1393
|
+
"name": "linkedAccountId",
|
|
1394
|
+
"type": "string",
|
|
1395
|
+
"default": "",
|
|
1396
|
+
"description": "The ID of the linked account.",
|
|
1397
|
+
"routing": {
|
|
1398
|
+
"send": {
|
|
1399
|
+
"property": "linkedAccountId",
|
|
1400
|
+
"propertyInDotNotation": false,
|
|
1401
|
+
"type": "body",
|
|
1402
|
+
"value": "={{ $value }}"
|
|
1403
|
+
}
|
|
1404
|
+
},
|
|
1405
|
+
"displayOptions": {
|
|
1406
|
+
"show": {
|
|
1407
|
+
"resource": [
|
|
1408
|
+
"Accounts"
|
|
1409
|
+
],
|
|
1410
|
+
"operation": [
|
|
1411
|
+
"Content Accounts Link"
|
|
1412
|
+
]
|
|
1413
|
+
}
|
|
1414
|
+
}
|
|
1415
|
+
},
|
|
1416
|
+
];
|
|
1417
|
+
//# sourceMappingURL=index.js.map
|