@deenruv/in-realization-plugin 1.0.17-dev.20 → 1.0.17-dev.23
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/dist/plugin-server/zeus/const.js +760 -582
- package/dist/plugin-server/zeus/index.d.ts +5431 -3157
- package/dist/plugin-server/zeus/index.js +121 -81
- package/dist/plugin-server/zeus/typedDocumentNode.d.ts +2 -2
- package/dist/plugin-ui/graphql/selectors.d.ts +1 -1
- package/dist/plugin-ui/zeus/const.js +760 -582
- package/dist/plugin-ui/zeus/index.d.ts +5431 -3157
- package/dist/plugin-ui/zeus/index.js +121 -81
- package/dist/plugin-ui/zeus/typedDocumentNode.d.ts +2 -2
- package/dist/plugin-ui/zeus/typedDocumentNode.js +2 -2
- package/package.json +5 -5
|
@@ -5,610 +5,637 @@ exports.Ops = exports.ReturnTypes = exports.AllTypesProps = void 0;
|
|
|
5
5
|
exports.AllTypesProps = {
|
|
6
6
|
Query: {
|
|
7
7
|
administrators: {
|
|
8
|
-
options: "AdministratorListOptions"
|
|
8
|
+
options: "AdministratorListOptions",
|
|
9
9
|
},
|
|
10
10
|
administrator: {},
|
|
11
11
|
assets: {
|
|
12
|
-
options: "AssetListOptions"
|
|
12
|
+
options: "AssetListOptions",
|
|
13
13
|
},
|
|
14
14
|
asset: {},
|
|
15
15
|
channels: {
|
|
16
|
-
options: "ChannelListOptions"
|
|
16
|
+
options: "ChannelListOptions",
|
|
17
17
|
},
|
|
18
18
|
channel: {},
|
|
19
19
|
collections: {
|
|
20
|
-
options: "CollectionListOptions"
|
|
20
|
+
options: "CollectionListOptions",
|
|
21
21
|
},
|
|
22
22
|
collection: {},
|
|
23
23
|
previewCollectionVariants: {
|
|
24
24
|
input: "PreviewCollectionVariantsInput",
|
|
25
|
-
options: "ProductVariantListOptions"
|
|
25
|
+
options: "ProductVariantListOptions",
|
|
26
26
|
},
|
|
27
27
|
countries: {
|
|
28
|
-
options: "CountryListOptions"
|
|
28
|
+
options: "CountryListOptions",
|
|
29
29
|
},
|
|
30
30
|
country: {},
|
|
31
31
|
customerGroups: {
|
|
32
|
-
options: "CustomerGroupListOptions"
|
|
32
|
+
options: "CustomerGroupListOptions",
|
|
33
33
|
},
|
|
34
34
|
customerGroup: {},
|
|
35
35
|
customers: {
|
|
36
|
-
options: "CustomerListOptions"
|
|
36
|
+
options: "CustomerListOptions",
|
|
37
37
|
},
|
|
38
38
|
customer: {},
|
|
39
39
|
facets: {
|
|
40
|
-
options: "FacetListOptions"
|
|
40
|
+
options: "FacetListOptions",
|
|
41
41
|
},
|
|
42
42
|
facet: {},
|
|
43
43
|
facetValues: {
|
|
44
|
-
options: "FacetValueListOptions"
|
|
44
|
+
options: "FacetValueListOptions",
|
|
45
45
|
},
|
|
46
46
|
job: {},
|
|
47
47
|
jobs: {
|
|
48
|
-
options: "JobListOptions"
|
|
48
|
+
options: "JobListOptions",
|
|
49
49
|
},
|
|
50
50
|
jobsById: {},
|
|
51
51
|
jobBufferSize: {},
|
|
52
52
|
order: {},
|
|
53
53
|
orders: {
|
|
54
|
-
options: "OrderListOptions"
|
|
54
|
+
options: "OrderListOptions",
|
|
55
55
|
},
|
|
56
56
|
eligibleShippingMethodsForDraftOrder: {},
|
|
57
57
|
paymentMethods: {
|
|
58
|
-
options: "PaymentMethodListOptions"
|
|
58
|
+
options: "PaymentMethodListOptions",
|
|
59
59
|
},
|
|
60
60
|
paymentMethod: {},
|
|
61
61
|
productOptionGroups: {},
|
|
62
62
|
productOptionGroup: {},
|
|
63
63
|
search: {
|
|
64
|
-
input: "SearchInput"
|
|
64
|
+
input: "SearchInput",
|
|
65
65
|
},
|
|
66
66
|
products: {
|
|
67
|
-
options: "ProductListOptions"
|
|
67
|
+
options: "ProductListOptions",
|
|
68
68
|
},
|
|
69
69
|
product: {},
|
|
70
70
|
productVariants: {
|
|
71
|
-
options: "ProductVariantListOptions"
|
|
71
|
+
options: "ProductVariantListOptions",
|
|
72
72
|
},
|
|
73
73
|
productVariant: {},
|
|
74
74
|
promotion: {},
|
|
75
75
|
promotions: {
|
|
76
|
-
options: "PromotionListOptions"
|
|
76
|
+
options: "PromotionListOptions",
|
|
77
77
|
},
|
|
78
78
|
provinces: {
|
|
79
|
-
options: "ProvinceListOptions"
|
|
79
|
+
options: "ProvinceListOptions",
|
|
80
80
|
},
|
|
81
81
|
province: {},
|
|
82
82
|
roles: {
|
|
83
|
-
options: "RoleListOptions"
|
|
83
|
+
options: "RoleListOptions",
|
|
84
84
|
},
|
|
85
85
|
role: {},
|
|
86
86
|
sellers: {
|
|
87
|
-
options: "SellerListOptions"
|
|
87
|
+
options: "SellerListOptions",
|
|
88
88
|
},
|
|
89
89
|
seller: {},
|
|
90
90
|
shippingMethods: {
|
|
91
|
-
options: "ShippingMethodListOptions"
|
|
91
|
+
options: "ShippingMethodListOptions",
|
|
92
92
|
},
|
|
93
93
|
shippingMethod: {},
|
|
94
94
|
testShippingMethod: {
|
|
95
|
-
input: "TestShippingMethodInput"
|
|
95
|
+
input: "TestShippingMethodInput",
|
|
96
96
|
},
|
|
97
97
|
testEligibleShippingMethods: {
|
|
98
|
-
input: "TestEligibleShippingMethodsInput"
|
|
98
|
+
input: "TestEligibleShippingMethodsInput",
|
|
99
99
|
},
|
|
100
100
|
stockLocation: {},
|
|
101
101
|
stockLocations: {
|
|
102
|
-
options: "StockLocationListOptions"
|
|
102
|
+
options: "StockLocationListOptions",
|
|
103
103
|
},
|
|
104
104
|
tag: {},
|
|
105
105
|
tags: {
|
|
106
|
-
options: "TagListOptions"
|
|
106
|
+
options: "TagListOptions",
|
|
107
107
|
},
|
|
108
108
|
taxCategories: {
|
|
109
|
-
options: "TaxCategoryListOptions"
|
|
109
|
+
options: "TaxCategoryListOptions",
|
|
110
110
|
},
|
|
111
111
|
taxCategory: {},
|
|
112
112
|
taxRates: {
|
|
113
|
-
options: "TaxRateListOptions"
|
|
113
|
+
options: "TaxRateListOptions",
|
|
114
114
|
},
|
|
115
115
|
taxRate: {},
|
|
116
116
|
zones: {
|
|
117
|
-
options: "ZoneListOptions"
|
|
117
|
+
options: "ZoneListOptions",
|
|
118
118
|
},
|
|
119
119
|
zone: {},
|
|
120
|
-
|
|
121
|
-
input: "
|
|
120
|
+
cronJobs: {
|
|
121
|
+
input: "CronJobsListInput",
|
|
122
|
+
},
|
|
123
|
+
getMerchantPlatformSettings: {},
|
|
124
|
+
getMerchantPlatformInfo: {},
|
|
125
|
+
getMerchantSyncHistory: {},
|
|
126
|
+
chartMetric: {
|
|
127
|
+
input: "ChartMetricInput",
|
|
128
|
+
},
|
|
129
|
+
orderSummaryMetric: {
|
|
130
|
+
input: "OrderSummaryMetricInput",
|
|
122
131
|
},
|
|
123
132
|
getRealizationURL: {},
|
|
124
|
-
|
|
133
|
+
getInpostOrganizations: {
|
|
134
|
+
input: "GetInpostOrganizationsInput",
|
|
135
|
+
},
|
|
125
136
|
},
|
|
126
137
|
Mutation: {
|
|
127
138
|
createAdministrator: {
|
|
128
|
-
input: "CreateAdministratorInput"
|
|
139
|
+
input: "CreateAdministratorInput",
|
|
129
140
|
},
|
|
130
141
|
updateAdministrator: {
|
|
131
|
-
input: "UpdateAdministratorInput"
|
|
142
|
+
input: "UpdateAdministratorInput",
|
|
132
143
|
},
|
|
133
144
|
updateActiveAdministrator: {
|
|
134
|
-
input: "UpdateActiveAdministratorInput"
|
|
145
|
+
input: "UpdateActiveAdministratorInput",
|
|
135
146
|
},
|
|
136
147
|
deleteAdministrator: {},
|
|
137
148
|
deleteAdministrators: {},
|
|
138
149
|
assignRoleToAdministrator: {},
|
|
139
150
|
createAssets: {
|
|
140
|
-
input: "CreateAssetInput"
|
|
151
|
+
input: "CreateAssetInput",
|
|
141
152
|
},
|
|
142
153
|
updateAsset: {
|
|
143
|
-
input: "UpdateAssetInput"
|
|
154
|
+
input: "UpdateAssetInput",
|
|
144
155
|
},
|
|
145
156
|
deleteAsset: {
|
|
146
|
-
input: "DeleteAssetInput"
|
|
157
|
+
input: "DeleteAssetInput",
|
|
147
158
|
},
|
|
148
159
|
deleteAssets: {
|
|
149
|
-
input: "DeleteAssetsInput"
|
|
160
|
+
input: "DeleteAssetsInput",
|
|
150
161
|
},
|
|
151
162
|
assignAssetsToChannel: {
|
|
152
|
-
input: "AssignAssetsToChannelInput"
|
|
163
|
+
input: "AssignAssetsToChannelInput",
|
|
153
164
|
},
|
|
154
165
|
login: {},
|
|
155
166
|
authenticate: {
|
|
156
|
-
input: "AuthenticationInput"
|
|
167
|
+
input: "AuthenticationInput",
|
|
157
168
|
},
|
|
158
169
|
createChannel: {
|
|
159
|
-
input: "CreateChannelInput"
|
|
170
|
+
input: "CreateChannelInput",
|
|
160
171
|
},
|
|
161
172
|
updateChannel: {
|
|
162
|
-
input: "UpdateChannelInput"
|
|
173
|
+
input: "UpdateChannelInput",
|
|
163
174
|
},
|
|
164
175
|
deleteChannel: {},
|
|
165
176
|
deleteChannels: {},
|
|
166
177
|
createCollection: {
|
|
167
|
-
input: "CreateCollectionInput"
|
|
178
|
+
input: "CreateCollectionInput",
|
|
168
179
|
},
|
|
169
180
|
updateCollection: {
|
|
170
|
-
input: "UpdateCollectionInput"
|
|
181
|
+
input: "UpdateCollectionInput",
|
|
171
182
|
},
|
|
172
183
|
deleteCollection: {},
|
|
173
184
|
deleteCollections: {},
|
|
174
185
|
moveCollection: {
|
|
175
|
-
input: "MoveCollectionInput"
|
|
186
|
+
input: "MoveCollectionInput",
|
|
176
187
|
},
|
|
177
188
|
assignCollectionsToChannel: {
|
|
178
|
-
input: "AssignCollectionsToChannelInput"
|
|
189
|
+
input: "AssignCollectionsToChannelInput",
|
|
179
190
|
},
|
|
180
191
|
removeCollectionsFromChannel: {
|
|
181
|
-
input: "RemoveCollectionsFromChannelInput"
|
|
192
|
+
input: "RemoveCollectionsFromChannelInput",
|
|
182
193
|
},
|
|
183
194
|
createCountry: {
|
|
184
|
-
input: "CreateCountryInput"
|
|
195
|
+
input: "CreateCountryInput",
|
|
185
196
|
},
|
|
186
197
|
updateCountry: {
|
|
187
|
-
input: "UpdateCountryInput"
|
|
198
|
+
input: "UpdateCountryInput",
|
|
188
199
|
},
|
|
189
200
|
deleteCountry: {},
|
|
190
201
|
deleteCountries: {},
|
|
191
202
|
createCustomerGroup: {
|
|
192
|
-
input: "CreateCustomerGroupInput"
|
|
203
|
+
input: "CreateCustomerGroupInput",
|
|
193
204
|
},
|
|
194
205
|
updateCustomerGroup: {
|
|
195
|
-
input: "UpdateCustomerGroupInput"
|
|
206
|
+
input: "UpdateCustomerGroupInput",
|
|
196
207
|
},
|
|
197
208
|
deleteCustomerGroup: {},
|
|
198
209
|
deleteCustomerGroups: {},
|
|
199
210
|
addCustomersToGroup: {},
|
|
200
211
|
removeCustomersFromGroup: {},
|
|
201
212
|
createCustomer: {
|
|
202
|
-
input: "CreateCustomerInput"
|
|
213
|
+
input: "CreateCustomerInput",
|
|
203
214
|
},
|
|
204
215
|
updateCustomer: {
|
|
205
|
-
input: "UpdateCustomerInput"
|
|
216
|
+
input: "UpdateCustomerInput",
|
|
206
217
|
},
|
|
207
218
|
deleteCustomer: {},
|
|
208
219
|
deleteCustomers: {},
|
|
209
220
|
createCustomerAddress: {
|
|
210
|
-
input: "CreateAddressInput"
|
|
221
|
+
input: "CreateAddressInput",
|
|
211
222
|
},
|
|
212
223
|
updateCustomerAddress: {
|
|
213
|
-
input: "UpdateAddressInput"
|
|
224
|
+
input: "UpdateAddressInput",
|
|
214
225
|
},
|
|
215
226
|
deleteCustomerAddress: {},
|
|
216
227
|
addNoteToCustomer: {
|
|
217
|
-
input: "AddNoteToCustomerInput"
|
|
228
|
+
input: "AddNoteToCustomerInput",
|
|
218
229
|
},
|
|
219
230
|
updateCustomerNote: {
|
|
220
|
-
input: "UpdateCustomerNoteInput"
|
|
231
|
+
input: "UpdateCustomerNoteInput",
|
|
221
232
|
},
|
|
222
233
|
deleteCustomerNote: {},
|
|
223
234
|
duplicateEntity: {
|
|
224
|
-
input: "DuplicateEntityInput"
|
|
235
|
+
input: "DuplicateEntityInput",
|
|
225
236
|
},
|
|
226
237
|
createFacet: {
|
|
227
|
-
input: "CreateFacetInput"
|
|
238
|
+
input: "CreateFacetInput",
|
|
228
239
|
},
|
|
229
240
|
updateFacet: {
|
|
230
|
-
input: "UpdateFacetInput"
|
|
241
|
+
input: "UpdateFacetInput",
|
|
231
242
|
},
|
|
232
243
|
deleteFacet: {},
|
|
233
244
|
deleteFacets: {},
|
|
234
245
|
createFacetValues: {
|
|
235
|
-
input: "CreateFacetValueInput"
|
|
246
|
+
input: "CreateFacetValueInput",
|
|
236
247
|
},
|
|
237
248
|
updateFacetValues: {
|
|
238
|
-
input: "UpdateFacetValueInput"
|
|
249
|
+
input: "UpdateFacetValueInput",
|
|
239
250
|
},
|
|
240
251
|
deleteFacetValues: {},
|
|
241
252
|
assignFacetsToChannel: {
|
|
242
|
-
input: "AssignFacetsToChannelInput"
|
|
253
|
+
input: "AssignFacetsToChannelInput",
|
|
243
254
|
},
|
|
244
255
|
removeFacetsFromChannel: {
|
|
245
|
-
input: "RemoveFacetsFromChannelInput"
|
|
256
|
+
input: "RemoveFacetsFromChannelInput",
|
|
246
257
|
},
|
|
247
258
|
updateGlobalSettings: {
|
|
248
|
-
input: "UpdateGlobalSettingsInput"
|
|
259
|
+
input: "UpdateGlobalSettingsInput",
|
|
249
260
|
},
|
|
250
261
|
importProducts: {
|
|
251
|
-
csvFile: "Upload"
|
|
262
|
+
csvFile: "Upload",
|
|
252
263
|
},
|
|
253
264
|
removeSettledJobs: {
|
|
254
|
-
olderThan: "DateTime"
|
|
265
|
+
olderThan: "DateTime",
|
|
255
266
|
},
|
|
256
267
|
cancelJob: {},
|
|
257
268
|
flushBufferedJobs: {},
|
|
258
269
|
settlePayment: {},
|
|
259
270
|
cancelPayment: {},
|
|
260
271
|
addFulfillmentToOrder: {
|
|
261
|
-
input: "FulfillOrderInput"
|
|
272
|
+
input: "FulfillOrderInput",
|
|
262
273
|
},
|
|
263
274
|
cancelOrder: {
|
|
264
|
-
input: "CancelOrderInput"
|
|
275
|
+
input: "CancelOrderInput",
|
|
265
276
|
},
|
|
266
277
|
refundOrder: {
|
|
267
|
-
input: "RefundOrderInput"
|
|
278
|
+
input: "RefundOrderInput",
|
|
268
279
|
},
|
|
269
280
|
settleRefund: {
|
|
270
|
-
input: "SettleRefundInput"
|
|
281
|
+
input: "SettleRefundInput",
|
|
271
282
|
},
|
|
272
283
|
addNoteToOrder: {
|
|
273
|
-
input: "AddNoteToOrderInput"
|
|
284
|
+
input: "AddNoteToOrderInput",
|
|
274
285
|
},
|
|
275
286
|
updateOrderNote: {
|
|
276
|
-
input: "UpdateOrderNoteInput"
|
|
287
|
+
input: "UpdateOrderNoteInput",
|
|
277
288
|
},
|
|
278
289
|
deleteOrderNote: {},
|
|
279
290
|
transitionOrderToState: {},
|
|
280
291
|
transitionFulfillmentToState: {},
|
|
281
292
|
transitionPaymentToState: {},
|
|
282
293
|
setOrderCustomFields: {
|
|
283
|
-
input: "UpdateOrderInput"
|
|
294
|
+
input: "UpdateOrderInput",
|
|
284
295
|
},
|
|
285
296
|
setOrderCustomer: {
|
|
286
|
-
input: "SetOrderCustomerInput"
|
|
297
|
+
input: "SetOrderCustomerInput",
|
|
287
298
|
},
|
|
288
299
|
modifyOrder: {
|
|
289
|
-
input: "ModifyOrderInput"
|
|
300
|
+
input: "ModifyOrderInput",
|
|
290
301
|
},
|
|
291
302
|
addManualPaymentToOrder: {
|
|
292
|
-
input: "ManualPaymentInput"
|
|
303
|
+
input: "ManualPaymentInput",
|
|
293
304
|
},
|
|
294
305
|
deleteDraftOrder: {},
|
|
295
306
|
addItemToDraftOrder: {
|
|
296
|
-
input: "AddItemToDraftOrderInput"
|
|
307
|
+
input: "AddItemToDraftOrderInput",
|
|
297
308
|
},
|
|
298
309
|
adjustDraftOrderLine: {
|
|
299
|
-
input: "AdjustDraftOrderLineInput"
|
|
310
|
+
input: "AdjustDraftOrderLineInput",
|
|
300
311
|
},
|
|
301
312
|
removeDraftOrderLine: {},
|
|
302
313
|
setCustomerForDraftOrder: {
|
|
303
|
-
input: "CreateCustomerInput"
|
|
314
|
+
input: "CreateCustomerInput",
|
|
304
315
|
},
|
|
305
316
|
setDraftOrderShippingAddress: {
|
|
306
|
-
input: "CreateAddressInput"
|
|
317
|
+
input: "CreateAddressInput",
|
|
307
318
|
},
|
|
308
319
|
setDraftOrderBillingAddress: {
|
|
309
|
-
input: "CreateAddressInput"
|
|
320
|
+
input: "CreateAddressInput",
|
|
310
321
|
},
|
|
311
322
|
setDraftOrderCustomFields: {
|
|
312
|
-
input: "UpdateOrderInput"
|
|
323
|
+
input: "UpdateOrderInput",
|
|
313
324
|
},
|
|
314
325
|
applyCouponCodeToDraftOrder: {},
|
|
326
|
+
toggleExcludePromotionInOrder: {},
|
|
315
327
|
removeCouponCodeFromDraftOrder: {},
|
|
316
328
|
setDraftOrderShippingMethod: {},
|
|
317
329
|
createPaymentMethod: {
|
|
318
|
-
input: "CreatePaymentMethodInput"
|
|
330
|
+
input: "CreatePaymentMethodInput",
|
|
319
331
|
},
|
|
320
332
|
updatePaymentMethod: {
|
|
321
|
-
input: "UpdatePaymentMethodInput"
|
|
333
|
+
input: "UpdatePaymentMethodInput",
|
|
322
334
|
},
|
|
323
335
|
deletePaymentMethod: {},
|
|
324
336
|
deletePaymentMethods: {},
|
|
325
337
|
assignPaymentMethodsToChannel: {
|
|
326
|
-
input: "AssignPaymentMethodsToChannelInput"
|
|
338
|
+
input: "AssignPaymentMethodsToChannelInput",
|
|
327
339
|
},
|
|
328
340
|
removePaymentMethodsFromChannel: {
|
|
329
|
-
input: "RemovePaymentMethodsFromChannelInput"
|
|
341
|
+
input: "RemovePaymentMethodsFromChannelInput",
|
|
330
342
|
},
|
|
331
343
|
createProductOptionGroup: {
|
|
332
|
-
input: "CreateProductOptionGroupInput"
|
|
344
|
+
input: "CreateProductOptionGroupInput",
|
|
333
345
|
},
|
|
334
346
|
updateProductOptionGroup: {
|
|
335
|
-
input: "UpdateProductOptionGroupInput"
|
|
347
|
+
input: "UpdateProductOptionGroupInput",
|
|
336
348
|
},
|
|
337
349
|
createProductOption: {
|
|
338
|
-
input: "CreateProductOptionInput"
|
|
350
|
+
input: "CreateProductOptionInput",
|
|
339
351
|
},
|
|
340
352
|
updateProductOption: {
|
|
341
|
-
input: "UpdateProductOptionInput"
|
|
353
|
+
input: "UpdateProductOptionInput",
|
|
342
354
|
},
|
|
343
355
|
deleteProductOption: {},
|
|
344
356
|
createProduct: {
|
|
345
|
-
input: "CreateProductInput"
|
|
357
|
+
input: "CreateProductInput",
|
|
346
358
|
},
|
|
347
359
|
updateProduct: {
|
|
348
|
-
input: "UpdateProductInput"
|
|
360
|
+
input: "UpdateProductInput",
|
|
349
361
|
},
|
|
350
362
|
updateProducts: {
|
|
351
|
-
input: "UpdateProductInput"
|
|
363
|
+
input: "UpdateProductInput",
|
|
352
364
|
},
|
|
353
365
|
deleteProduct: {},
|
|
354
366
|
deleteProducts: {},
|
|
355
367
|
addOptionGroupToProduct: {},
|
|
356
368
|
removeOptionGroupFromProduct: {},
|
|
357
369
|
createProductVariants: {
|
|
358
|
-
input: "CreateProductVariantInput"
|
|
370
|
+
input: "CreateProductVariantInput",
|
|
359
371
|
},
|
|
360
372
|
updateProductVariants: {
|
|
361
|
-
input: "UpdateProductVariantInput"
|
|
373
|
+
input: "UpdateProductVariantInput",
|
|
362
374
|
},
|
|
363
375
|
deleteProductVariant: {},
|
|
364
376
|
deleteProductVariants: {},
|
|
365
377
|
assignProductsToChannel: {
|
|
366
|
-
input: "AssignProductsToChannelInput"
|
|
378
|
+
input: "AssignProductsToChannelInput",
|
|
367
379
|
},
|
|
368
380
|
removeProductsFromChannel: {
|
|
369
|
-
input: "RemoveProductsFromChannelInput"
|
|
381
|
+
input: "RemoveProductsFromChannelInput",
|
|
370
382
|
},
|
|
371
383
|
assignProductVariantsToChannel: {
|
|
372
|
-
input: "AssignProductVariantsToChannelInput"
|
|
384
|
+
input: "AssignProductVariantsToChannelInput",
|
|
373
385
|
},
|
|
374
386
|
removeProductVariantsFromChannel: {
|
|
375
|
-
input: "RemoveProductVariantsFromChannelInput"
|
|
387
|
+
input: "RemoveProductVariantsFromChannelInput",
|
|
376
388
|
},
|
|
377
389
|
createPromotion: {
|
|
378
|
-
input: "CreatePromotionInput"
|
|
390
|
+
input: "CreatePromotionInput",
|
|
379
391
|
},
|
|
380
392
|
updatePromotion: {
|
|
381
|
-
input: "UpdatePromotionInput"
|
|
393
|
+
input: "UpdatePromotionInput",
|
|
382
394
|
},
|
|
383
395
|
deletePromotion: {},
|
|
384
396
|
deletePromotions: {},
|
|
385
397
|
assignPromotionsToChannel: {
|
|
386
|
-
input: "AssignPromotionsToChannelInput"
|
|
398
|
+
input: "AssignPromotionsToChannelInput",
|
|
387
399
|
},
|
|
388
400
|
removePromotionsFromChannel: {
|
|
389
|
-
input: "RemovePromotionsFromChannelInput"
|
|
401
|
+
input: "RemovePromotionsFromChannelInput",
|
|
390
402
|
},
|
|
391
403
|
createProvince: {
|
|
392
|
-
input: "CreateProvinceInput"
|
|
404
|
+
input: "CreateProvinceInput",
|
|
393
405
|
},
|
|
394
406
|
updateProvince: {
|
|
395
|
-
input: "UpdateProvinceInput"
|
|
407
|
+
input: "UpdateProvinceInput",
|
|
396
408
|
},
|
|
397
409
|
deleteProvince: {},
|
|
398
410
|
createRole: {
|
|
399
|
-
input: "CreateRoleInput"
|
|
411
|
+
input: "CreateRoleInput",
|
|
400
412
|
},
|
|
401
413
|
updateRole: {
|
|
402
|
-
input: "UpdateRoleInput"
|
|
414
|
+
input: "UpdateRoleInput",
|
|
403
415
|
},
|
|
404
416
|
deleteRole: {},
|
|
405
417
|
deleteRoles: {},
|
|
406
418
|
createSeller: {
|
|
407
|
-
input: "CreateSellerInput"
|
|
419
|
+
input: "CreateSellerInput",
|
|
408
420
|
},
|
|
409
421
|
updateSeller: {
|
|
410
|
-
input: "UpdateSellerInput"
|
|
422
|
+
input: "UpdateSellerInput",
|
|
411
423
|
},
|
|
412
424
|
deleteSeller: {},
|
|
413
425
|
deleteSellers: {},
|
|
414
426
|
createShippingMethod: {
|
|
415
|
-
input: "CreateShippingMethodInput"
|
|
427
|
+
input: "CreateShippingMethodInput",
|
|
416
428
|
},
|
|
417
429
|
updateShippingMethod: {
|
|
418
|
-
input: "UpdateShippingMethodInput"
|
|
430
|
+
input: "UpdateShippingMethodInput",
|
|
419
431
|
},
|
|
420
432
|
deleteShippingMethod: {},
|
|
421
433
|
deleteShippingMethods: {},
|
|
422
434
|
assignShippingMethodsToChannel: {
|
|
423
|
-
input: "AssignShippingMethodsToChannelInput"
|
|
435
|
+
input: "AssignShippingMethodsToChannelInput",
|
|
424
436
|
},
|
|
425
437
|
removeShippingMethodsFromChannel: {
|
|
426
|
-
input: "RemoveShippingMethodsFromChannelInput"
|
|
438
|
+
input: "RemoveShippingMethodsFromChannelInput",
|
|
427
439
|
},
|
|
428
440
|
createStockLocation: {
|
|
429
|
-
input: "CreateStockLocationInput"
|
|
441
|
+
input: "CreateStockLocationInput",
|
|
430
442
|
},
|
|
431
443
|
updateStockLocation: {
|
|
432
|
-
input: "UpdateStockLocationInput"
|
|
444
|
+
input: "UpdateStockLocationInput",
|
|
433
445
|
},
|
|
434
446
|
deleteStockLocation: {
|
|
435
|
-
input: "DeleteStockLocationInput"
|
|
447
|
+
input: "DeleteStockLocationInput",
|
|
436
448
|
},
|
|
437
449
|
deleteStockLocations: {
|
|
438
|
-
input: "DeleteStockLocationInput"
|
|
450
|
+
input: "DeleteStockLocationInput",
|
|
439
451
|
},
|
|
440
452
|
assignStockLocationsToChannel: {
|
|
441
|
-
input: "AssignStockLocationsToChannelInput"
|
|
453
|
+
input: "AssignStockLocationsToChannelInput",
|
|
442
454
|
},
|
|
443
455
|
removeStockLocationsFromChannel: {
|
|
444
|
-
input: "RemoveStockLocationsFromChannelInput"
|
|
456
|
+
input: "RemoveStockLocationsFromChannelInput",
|
|
445
457
|
},
|
|
446
458
|
createTag: {
|
|
447
|
-
input: "CreateTagInput"
|
|
459
|
+
input: "CreateTagInput",
|
|
448
460
|
},
|
|
449
461
|
updateTag: {
|
|
450
|
-
input: "UpdateTagInput"
|
|
462
|
+
input: "UpdateTagInput",
|
|
451
463
|
},
|
|
452
464
|
deleteTag: {},
|
|
453
465
|
createTaxCategory: {
|
|
454
|
-
input: "CreateTaxCategoryInput"
|
|
466
|
+
input: "CreateTaxCategoryInput",
|
|
455
467
|
},
|
|
456
468
|
updateTaxCategory: {
|
|
457
|
-
input: "UpdateTaxCategoryInput"
|
|
469
|
+
input: "UpdateTaxCategoryInput",
|
|
458
470
|
},
|
|
459
471
|
deleteTaxCategory: {},
|
|
460
472
|
deleteTaxCategories: {},
|
|
461
473
|
createTaxRate: {
|
|
462
|
-
input: "CreateTaxRateInput"
|
|
474
|
+
input: "CreateTaxRateInput",
|
|
463
475
|
},
|
|
464
476
|
updateTaxRate: {
|
|
465
|
-
input: "UpdateTaxRateInput"
|
|
477
|
+
input: "UpdateTaxRateInput",
|
|
466
478
|
},
|
|
467
479
|
deleteTaxRate: {},
|
|
468
480
|
deleteTaxRates: {},
|
|
469
481
|
createZone: {
|
|
470
|
-
input: "CreateZoneInput"
|
|
482
|
+
input: "CreateZoneInput",
|
|
471
483
|
},
|
|
472
484
|
updateZone: {
|
|
473
|
-
input: "UpdateZoneInput"
|
|
485
|
+
input: "UpdateZoneInput",
|
|
474
486
|
},
|
|
475
487
|
deleteZone: {},
|
|
476
488
|
deleteZones: {},
|
|
477
489
|
addMembersToZone: {},
|
|
478
490
|
removeMembersFromZone: {},
|
|
491
|
+
copyOrder: {},
|
|
492
|
+
createCronJob: {
|
|
493
|
+
input: "CronJobCreateInput",
|
|
494
|
+
},
|
|
495
|
+
updateCronJob: {
|
|
496
|
+
job: "CronJobInput",
|
|
497
|
+
},
|
|
498
|
+
removeCronJob: {
|
|
499
|
+
jobs: "CronJobInput",
|
|
500
|
+
},
|
|
501
|
+
sendAllProductsToMerchantPlatform: {},
|
|
502
|
+
saveMerchantPlatformSettings: {
|
|
503
|
+
input: "SaveMerchantPlatformSettingInput",
|
|
504
|
+
},
|
|
505
|
+
removeOrphanItems: {},
|
|
479
506
|
registerRealization: {
|
|
480
|
-
input: "OrderRealizationInput"
|
|
507
|
+
input: "OrderRealizationInput",
|
|
508
|
+
},
|
|
509
|
+
setInpostShippingMethodConfig: {
|
|
510
|
+
input: "SetInpostShippingMethodConfigInput",
|
|
481
511
|
},
|
|
482
|
-
registerProforma: {
|
|
483
|
-
input: "RegisterProformaInput"
|
|
484
|
-
}
|
|
485
512
|
},
|
|
486
513
|
AdministratorListOptions: {
|
|
487
514
|
sort: "AdministratorSortParameter",
|
|
488
515
|
filter: "AdministratorFilterParameter",
|
|
489
|
-
filterOperator: "LogicalOperator"
|
|
516
|
+
filterOperator: "LogicalOperator",
|
|
490
517
|
},
|
|
491
518
|
CreateAdministratorInput: {
|
|
492
|
-
customFields: "JSON"
|
|
519
|
+
customFields: "JSON",
|
|
493
520
|
},
|
|
494
521
|
UpdateAdministratorInput: {
|
|
495
|
-
customFields: "JSON"
|
|
522
|
+
customFields: "JSON",
|
|
496
523
|
},
|
|
497
524
|
UpdateActiveAdministratorInput: {
|
|
498
|
-
customFields: "JSON"
|
|
525
|
+
customFields: "JSON",
|
|
499
526
|
},
|
|
500
527
|
AssetListOptions: {
|
|
501
528
|
tagsOperator: "LogicalOperator",
|
|
502
529
|
sort: "AssetSortParameter",
|
|
503
530
|
filter: "AssetFilterParameter",
|
|
504
|
-
filterOperator: "LogicalOperator"
|
|
531
|
+
filterOperator: "LogicalOperator",
|
|
505
532
|
},
|
|
506
533
|
CreateAssetInput: {
|
|
507
534
|
file: "Upload",
|
|
508
|
-
customFields: "JSON"
|
|
535
|
+
customFields: "JSON",
|
|
509
536
|
},
|
|
510
537
|
CoordinateInput: {},
|
|
511
538
|
DeleteAssetInput: {},
|
|
512
539
|
DeleteAssetsInput: {},
|
|
513
540
|
UpdateAssetInput: {
|
|
514
541
|
focalPoint: "CoordinateInput",
|
|
515
|
-
customFields: "JSON"
|
|
542
|
+
customFields: "JSON",
|
|
516
543
|
},
|
|
517
544
|
AssignAssetsToChannelInput: {},
|
|
518
545
|
AuthenticationInput: {
|
|
519
|
-
native: "NativeAuthInput"
|
|
546
|
+
native: "NativeAuthInput",
|
|
520
547
|
},
|
|
521
548
|
ChannelListOptions: {
|
|
522
549
|
sort: "ChannelSortParameter",
|
|
523
550
|
filter: "ChannelFilterParameter",
|
|
524
|
-
filterOperator: "LogicalOperator"
|
|
551
|
+
filterOperator: "LogicalOperator",
|
|
525
552
|
},
|
|
526
553
|
CreateChannelInput: {
|
|
527
554
|
defaultLanguageCode: "LanguageCode",
|
|
528
555
|
availableLanguageCodes: "LanguageCode",
|
|
529
556
|
defaultCurrencyCode: "CurrencyCode",
|
|
530
557
|
availableCurrencyCodes: "CurrencyCode",
|
|
531
|
-
customFields: "JSON"
|
|
558
|
+
customFields: "JSON",
|
|
532
559
|
},
|
|
533
560
|
UpdateChannelInput: {
|
|
534
561
|
defaultLanguageCode: "LanguageCode",
|
|
535
562
|
availableLanguageCodes: "LanguageCode",
|
|
536
563
|
defaultCurrencyCode: "CurrencyCode",
|
|
537
564
|
availableCurrencyCodes: "CurrencyCode",
|
|
538
|
-
customFields: "JSON"
|
|
565
|
+
customFields: "JSON",
|
|
539
566
|
},
|
|
540
567
|
Collection: {
|
|
541
568
|
productVariants: {
|
|
542
|
-
options: "ProductVariantListOptions"
|
|
543
|
-
}
|
|
569
|
+
options: "ProductVariantListOptions",
|
|
570
|
+
},
|
|
544
571
|
},
|
|
545
572
|
CollectionListOptions: {
|
|
546
573
|
sort: "CollectionSortParameter",
|
|
547
574
|
filter: "CollectionFilterParameter",
|
|
548
|
-
filterOperator: "LogicalOperator"
|
|
575
|
+
filterOperator: "LogicalOperator",
|
|
549
576
|
},
|
|
550
577
|
MoveCollectionInput: {},
|
|
551
578
|
CreateCollectionTranslationInput: {
|
|
552
579
|
languageCode: "LanguageCode",
|
|
553
|
-
customFields: "JSON"
|
|
580
|
+
customFields: "JSON",
|
|
554
581
|
},
|
|
555
582
|
UpdateCollectionTranslationInput: {
|
|
556
583
|
languageCode: "LanguageCode",
|
|
557
|
-
customFields: "JSON"
|
|
584
|
+
customFields: "JSON",
|
|
558
585
|
},
|
|
559
586
|
CreateCollectionInput: {
|
|
560
587
|
filters: "ConfigurableOperationInput",
|
|
561
588
|
translations: "CreateCollectionTranslationInput",
|
|
562
|
-
customFields: "JSON"
|
|
589
|
+
customFields: "JSON",
|
|
563
590
|
},
|
|
564
591
|
PreviewCollectionVariantsInput: {
|
|
565
|
-
filters: "ConfigurableOperationInput"
|
|
592
|
+
filters: "ConfigurableOperationInput",
|
|
566
593
|
},
|
|
567
594
|
UpdateCollectionInput: {
|
|
568
595
|
filters: "ConfigurableOperationInput",
|
|
569
596
|
translations: "UpdateCollectionTranslationInput",
|
|
570
|
-
customFields: "JSON"
|
|
597
|
+
customFields: "JSON",
|
|
571
598
|
},
|
|
572
599
|
AssignCollectionsToChannelInput: {},
|
|
573
600
|
RemoveCollectionsFromChannelInput: {},
|
|
574
601
|
CountryTranslationInput: {
|
|
575
602
|
languageCode: "LanguageCode",
|
|
576
|
-
customFields: "JSON"
|
|
603
|
+
customFields: "JSON",
|
|
577
604
|
},
|
|
578
605
|
CreateCountryInput: {
|
|
579
606
|
translations: "CountryTranslationInput",
|
|
580
|
-
customFields: "JSON"
|
|
607
|
+
customFields: "JSON",
|
|
581
608
|
},
|
|
582
609
|
UpdateCountryInput: {
|
|
583
610
|
translations: "CountryTranslationInput",
|
|
584
|
-
customFields: "JSON"
|
|
611
|
+
customFields: "JSON",
|
|
585
612
|
},
|
|
586
613
|
CountryListOptions: {
|
|
587
614
|
sort: "CountrySortParameter",
|
|
588
615
|
filter: "CountryFilterParameter",
|
|
589
|
-
filterOperator: "LogicalOperator"
|
|
616
|
+
filterOperator: "LogicalOperator",
|
|
590
617
|
},
|
|
591
618
|
Customer: {
|
|
592
619
|
history: {
|
|
593
|
-
options: "HistoryEntryListOptions"
|
|
620
|
+
options: "HistoryEntryListOptions",
|
|
594
621
|
},
|
|
595
622
|
orders: {
|
|
596
|
-
options: "OrderListOptions"
|
|
597
|
-
}
|
|
623
|
+
options: "OrderListOptions",
|
|
624
|
+
},
|
|
598
625
|
},
|
|
599
626
|
CustomerGroupListOptions: {
|
|
600
627
|
sort: "CustomerGroupSortParameter",
|
|
601
628
|
filter: "CustomerGroupFilterParameter",
|
|
602
|
-
filterOperator: "LogicalOperator"
|
|
629
|
+
filterOperator: "LogicalOperator",
|
|
603
630
|
},
|
|
604
631
|
CreateCustomerGroupInput: {
|
|
605
|
-
customFields: "JSON"
|
|
632
|
+
customFields: "JSON",
|
|
606
633
|
},
|
|
607
634
|
UpdateCustomerGroupInput: {
|
|
608
|
-
customFields: "JSON"
|
|
635
|
+
customFields: "JSON",
|
|
609
636
|
},
|
|
610
637
|
UpdateCustomerInput: {
|
|
611
|
-
customFields: "JSON"
|
|
638
|
+
customFields: "JSON",
|
|
612
639
|
},
|
|
613
640
|
CustomerFilterParameter: {
|
|
614
641
|
postalCode: "StringOperators",
|
|
@@ -621,72 +648,72 @@ exports.AllTypesProps = {
|
|
|
621
648
|
phoneNumber: "StringOperators",
|
|
622
649
|
emailAddress: "StringOperators",
|
|
623
650
|
_and: "CustomerFilterParameter",
|
|
624
|
-
_or: "CustomerFilterParameter"
|
|
651
|
+
_or: "CustomerFilterParameter",
|
|
625
652
|
},
|
|
626
653
|
CustomerListOptions: {
|
|
627
654
|
sort: "CustomerSortParameter",
|
|
628
655
|
filter: "CustomerFilterParameter",
|
|
629
|
-
filterOperator: "LogicalOperator"
|
|
656
|
+
filterOperator: "LogicalOperator",
|
|
630
657
|
},
|
|
631
658
|
AddNoteToCustomerInput: {},
|
|
632
659
|
UpdateCustomerNoteInput: {},
|
|
633
660
|
DuplicateEntityInput: {
|
|
634
|
-
duplicatorInput: "ConfigurableOperationInput"
|
|
661
|
+
duplicatorInput: "ConfigurableOperationInput",
|
|
635
662
|
},
|
|
636
663
|
Facet: {
|
|
637
664
|
valueList: {
|
|
638
|
-
options: "FacetValueListOptions"
|
|
639
|
-
}
|
|
665
|
+
options: "FacetValueListOptions",
|
|
666
|
+
},
|
|
640
667
|
},
|
|
641
668
|
FacetListOptions: {
|
|
642
669
|
sort: "FacetSortParameter",
|
|
643
670
|
filter: "FacetFilterParameter",
|
|
644
|
-
filterOperator: "LogicalOperator"
|
|
671
|
+
filterOperator: "LogicalOperator",
|
|
645
672
|
},
|
|
646
673
|
FacetTranslationInput: {
|
|
647
674
|
languageCode: "LanguageCode",
|
|
648
|
-
customFields: "JSON"
|
|
675
|
+
customFields: "JSON",
|
|
649
676
|
},
|
|
650
677
|
CreateFacetInput: {
|
|
651
678
|
translations: "FacetTranslationInput",
|
|
652
679
|
values: "CreateFacetValueWithFacetInput",
|
|
653
|
-
customFields: "CreateFacetCustomFieldsInput"
|
|
680
|
+
customFields: "CreateFacetCustomFieldsInput",
|
|
654
681
|
},
|
|
655
682
|
UpdateFacetInput: {
|
|
656
683
|
translations: "FacetTranslationInput",
|
|
657
|
-
customFields: "UpdateFacetCustomFieldsInput"
|
|
684
|
+
customFields: "UpdateFacetCustomFieldsInput",
|
|
658
685
|
},
|
|
659
686
|
FacetValueTranslationInput: {
|
|
660
687
|
languageCode: "LanguageCode",
|
|
661
|
-
customFields: "JSON"
|
|
688
|
+
customFields: "JSON",
|
|
662
689
|
},
|
|
663
690
|
CreateFacetValueWithFacetInput: {
|
|
664
|
-
translations: "FacetValueTranslationInput"
|
|
691
|
+
translations: "FacetValueTranslationInput",
|
|
665
692
|
},
|
|
666
693
|
CreateFacetValueInput: {
|
|
667
694
|
translations: "FacetValueTranslationInput",
|
|
668
|
-
customFields: "CreateFacetValueCustomFieldsInput"
|
|
695
|
+
customFields: "CreateFacetValueCustomFieldsInput",
|
|
669
696
|
},
|
|
670
697
|
UpdateFacetValueInput: {
|
|
671
698
|
translations: "FacetValueTranslationInput",
|
|
672
|
-
customFields: "UpdateFacetValueCustomFieldsInput"
|
|
699
|
+
customFields: "UpdateFacetValueCustomFieldsInput",
|
|
673
700
|
},
|
|
674
701
|
AssignFacetsToChannelInput: {},
|
|
675
702
|
RemoveFacetsFromChannelInput: {},
|
|
676
703
|
UpdateGlobalSettingsInput: {
|
|
677
704
|
availableLanguages: "LanguageCode",
|
|
678
|
-
customFields: "JSON"
|
|
705
|
+
customFields: "JSON",
|
|
679
706
|
},
|
|
680
707
|
JobState: "enum",
|
|
681
708
|
JobListOptions: {
|
|
682
709
|
sort: "JobSortParameter",
|
|
683
710
|
filter: "JobFilterParameter",
|
|
684
|
-
filterOperator: "LogicalOperator"
|
|
711
|
+
filterOperator: "LogicalOperator",
|
|
685
712
|
},
|
|
686
713
|
Order: {
|
|
687
714
|
history: {
|
|
688
|
-
options: "HistoryEntryListOptions"
|
|
689
|
-
}
|
|
715
|
+
options: "HistoryEntryListOptions",
|
|
716
|
+
},
|
|
690
717
|
},
|
|
691
718
|
OrderFilterParameter: {
|
|
692
719
|
customerLastName: "StringOperators",
|
|
@@ -708,9 +735,9 @@ exports.AllTypesProps = {
|
|
|
708
735
|
shippingWithTax: "NumberOperators",
|
|
709
736
|
total: "NumberOperators",
|
|
710
737
|
totalWithTax: "NumberOperators",
|
|
711
|
-
getProforma: "StringOperators",
|
|
712
738
|
_and: "OrderFilterParameter",
|
|
713
|
-
_or: "OrderFilterParameter"
|
|
739
|
+
_or: "OrderFilterParameter",
|
|
740
|
+
pickupPointId: "StringOperators",
|
|
714
741
|
},
|
|
715
742
|
OrderSortParameter: {
|
|
716
743
|
customerLastName: "SortOrder",
|
|
@@ -729,41 +756,39 @@ exports.AllTypesProps = {
|
|
|
729
756
|
shippingWithTax: "SortOrder",
|
|
730
757
|
total: "SortOrder",
|
|
731
758
|
totalWithTax: "SortOrder",
|
|
732
|
-
|
|
759
|
+
pickupPointId: "SortOrder",
|
|
733
760
|
},
|
|
734
761
|
OrderListOptions: {
|
|
735
762
|
sort: "OrderSortParameter",
|
|
736
763
|
filter: "OrderFilterParameter",
|
|
737
|
-
filterOperator: "LogicalOperator"
|
|
764
|
+
filterOperator: "LogicalOperator",
|
|
738
765
|
},
|
|
739
766
|
SetOrderCustomerInput: {},
|
|
740
767
|
UpdateOrderInput: {
|
|
741
|
-
customFields: "
|
|
768
|
+
customFields: "UpdateOrderCustomFieldsInput",
|
|
742
769
|
},
|
|
743
770
|
FulfillOrderInput: {
|
|
744
771
|
lines: "OrderLineInput",
|
|
745
|
-
handler: "ConfigurableOperationInput"
|
|
772
|
+
handler: "ConfigurableOperationInput",
|
|
746
773
|
},
|
|
747
774
|
CancelOrderInput: {
|
|
748
|
-
lines: "OrderLineInput"
|
|
775
|
+
lines: "OrderLineInput",
|
|
749
776
|
},
|
|
750
777
|
RefundOrderInput: {
|
|
751
778
|
lines: "OrderLineInput",
|
|
752
779
|
shipping: "Money",
|
|
753
780
|
adjustment: "Money",
|
|
754
|
-
amount: "Money"
|
|
755
|
-
},
|
|
756
|
-
OrderLineInput: {
|
|
757
|
-
customFields: "OrderLineCustomFieldsInput"
|
|
781
|
+
amount: "Money",
|
|
758
782
|
},
|
|
783
|
+
OrderLineInput: {},
|
|
759
784
|
SettleRefundInput: {},
|
|
760
785
|
AddNoteToOrderInput: {},
|
|
761
786
|
UpdateOrderNoteInput: {},
|
|
762
787
|
AdministratorPaymentInput: {
|
|
763
|
-
metadata: "JSON"
|
|
788
|
+
metadata: "JSON",
|
|
764
789
|
},
|
|
765
790
|
AdministratorRefundInput: {
|
|
766
|
-
amount: "Money"
|
|
791
|
+
amount: "Money",
|
|
767
792
|
},
|
|
768
793
|
ModifyOrderOptions: {},
|
|
769
794
|
UpdateOrderAddressInput: {},
|
|
@@ -775,91 +800,86 @@ exports.AllTypesProps = {
|
|
|
775
800
|
updateBillingAddress: "UpdateOrderAddressInput",
|
|
776
801
|
refund: "AdministratorRefundInput",
|
|
777
802
|
refunds: "AdministratorRefundInput",
|
|
778
|
-
options: "ModifyOrderOptions"
|
|
779
|
-
|
|
780
|
-
AddItemInput: {
|
|
781
|
-
customFields: "OrderLineCustomFieldsInput"
|
|
803
|
+
options: "ModifyOrderOptions",
|
|
804
|
+
customFields: "UpdateOrderCustomFieldsInput",
|
|
782
805
|
},
|
|
806
|
+
AddItemInput: {},
|
|
783
807
|
SurchargeInput: {
|
|
784
|
-
price: "Money"
|
|
808
|
+
price: "Money",
|
|
785
809
|
},
|
|
786
810
|
ManualPaymentInput: {
|
|
787
|
-
metadata: "JSON"
|
|
788
|
-
},
|
|
789
|
-
AddItemToDraftOrderInput: {
|
|
790
|
-
customFields: "OrderLineCustomFieldsInput"
|
|
791
|
-
},
|
|
792
|
-
AdjustDraftOrderLineInput: {
|
|
793
|
-
customFields: "OrderLineCustomFieldsInput"
|
|
811
|
+
metadata: "JSON",
|
|
794
812
|
},
|
|
813
|
+
AddItemToDraftOrderInput: {},
|
|
814
|
+
AdjustDraftOrderLineInput: {},
|
|
795
815
|
PaymentMethodListOptions: {
|
|
796
816
|
sort: "PaymentMethodSortParameter",
|
|
797
817
|
filter: "PaymentMethodFilterParameter",
|
|
798
|
-
filterOperator: "LogicalOperator"
|
|
818
|
+
filterOperator: "LogicalOperator",
|
|
799
819
|
},
|
|
800
820
|
PaymentMethodTranslationInput: {
|
|
801
821
|
languageCode: "LanguageCode",
|
|
802
|
-
customFields: "JSON"
|
|
822
|
+
customFields: "JSON",
|
|
803
823
|
},
|
|
804
824
|
CreatePaymentMethodInput: {
|
|
805
825
|
checker: "ConfigurableOperationInput",
|
|
806
826
|
handler: "ConfigurableOperationInput",
|
|
807
827
|
translations: "PaymentMethodTranslationInput",
|
|
808
|
-
customFields: "JSON"
|
|
828
|
+
customFields: "JSON",
|
|
809
829
|
},
|
|
810
830
|
UpdatePaymentMethodInput: {
|
|
811
831
|
checker: "ConfigurableOperationInput",
|
|
812
832
|
handler: "ConfigurableOperationInput",
|
|
813
833
|
translations: "PaymentMethodTranslationInput",
|
|
814
|
-
customFields: "JSON"
|
|
834
|
+
customFields: "JSON",
|
|
815
835
|
},
|
|
816
836
|
AssignPaymentMethodsToChannelInput: {},
|
|
817
837
|
RemovePaymentMethodsFromChannelInput: {},
|
|
818
838
|
Product: {
|
|
819
839
|
variantList: {
|
|
820
|
-
options: "ProductVariantListOptions"
|
|
821
|
-
}
|
|
840
|
+
options: "ProductVariantListOptions",
|
|
841
|
+
},
|
|
822
842
|
},
|
|
823
843
|
ProductVariant: {
|
|
824
844
|
stockMovements: {
|
|
825
|
-
options: "StockMovementListOptions"
|
|
826
|
-
}
|
|
845
|
+
options: "StockMovementListOptions",
|
|
846
|
+
},
|
|
827
847
|
},
|
|
828
848
|
ProductOptionGroupTranslationInput: {
|
|
829
849
|
languageCode: "LanguageCode",
|
|
830
|
-
customFields: "JSON"
|
|
850
|
+
customFields: "JSON",
|
|
831
851
|
},
|
|
832
852
|
CreateProductOptionGroupInput: {
|
|
833
853
|
translations: "ProductOptionGroupTranslationInput",
|
|
834
854
|
options: "CreateGroupOptionInput",
|
|
835
|
-
customFields: "JSON"
|
|
855
|
+
customFields: "JSON",
|
|
836
856
|
},
|
|
837
857
|
UpdateProductOptionGroupInput: {
|
|
838
858
|
translations: "ProductOptionGroupTranslationInput",
|
|
839
|
-
customFields: "JSON"
|
|
859
|
+
customFields: "JSON",
|
|
840
860
|
},
|
|
841
861
|
ProductOptionTranslationInput: {
|
|
842
862
|
languageCode: "LanguageCode",
|
|
843
|
-
customFields: "JSON"
|
|
863
|
+
customFields: "JSON",
|
|
844
864
|
},
|
|
845
865
|
CreateGroupOptionInput: {
|
|
846
|
-
translations: "ProductOptionGroupTranslationInput"
|
|
866
|
+
translations: "ProductOptionGroupTranslationInput",
|
|
847
867
|
},
|
|
848
868
|
CreateProductOptionInput: {
|
|
849
869
|
translations: "ProductOptionGroupTranslationInput",
|
|
850
|
-
customFields: "JSON"
|
|
870
|
+
customFields: "JSON",
|
|
851
871
|
},
|
|
852
872
|
UpdateProductOptionInput: {
|
|
853
873
|
translations: "ProductOptionGroupTranslationInput",
|
|
854
|
-
customFields: "JSON"
|
|
874
|
+
customFields: "JSON",
|
|
855
875
|
},
|
|
856
876
|
StockMovementListOptions: {
|
|
857
|
-
type: "StockMovementType"
|
|
877
|
+
type: "StockMovementType",
|
|
858
878
|
},
|
|
859
879
|
ProductListOptions: {
|
|
860
880
|
sort: "ProductSortParameter",
|
|
861
881
|
filter: "ProductFilterParameter",
|
|
862
|
-
filterOperator: "LogicalOperator"
|
|
882
|
+
filterOperator: "LogicalOperator",
|
|
863
883
|
},
|
|
864
884
|
ProductFilterParameter: {
|
|
865
885
|
facetValueId: "IDOperators",
|
|
@@ -873,12 +893,12 @@ exports.AllTypesProps = {
|
|
|
873
893
|
description: "StringOperators",
|
|
874
894
|
enabled: "BooleanOperators",
|
|
875
895
|
_and: "ProductFilterParameter",
|
|
876
|
-
_or: "ProductFilterParameter"
|
|
896
|
+
_or: "ProductFilterParameter",
|
|
877
897
|
},
|
|
878
898
|
ProductVariantListOptions: {
|
|
879
899
|
sort: "ProductVariantSortParameter",
|
|
880
900
|
filter: "ProductVariantFilterParameter",
|
|
881
|
-
filterOperator: "LogicalOperator"
|
|
901
|
+
filterOperator: "LogicalOperator",
|
|
882
902
|
},
|
|
883
903
|
ProductVariantFilterParameter: {
|
|
884
904
|
facetValueId: "IDOperators",
|
|
@@ -900,38 +920,39 @@ exports.AllTypesProps = {
|
|
|
900
920
|
priceWithTax: "NumberOperators",
|
|
901
921
|
stockLevel: "StringOperators",
|
|
902
922
|
_and: "ProductVariantFilterParameter",
|
|
903
|
-
_or: "ProductVariantFilterParameter"
|
|
923
|
+
_or: "ProductVariantFilterParameter",
|
|
924
|
+
communicateID: "StringOperators",
|
|
904
925
|
},
|
|
905
926
|
ProductTranslationInput: {
|
|
906
927
|
languageCode: "LanguageCode",
|
|
907
|
-
customFields: "JSON"
|
|
928
|
+
customFields: "JSON",
|
|
908
929
|
},
|
|
909
930
|
CreateProductInput: {
|
|
910
931
|
translations: "ProductTranslationInput",
|
|
911
|
-
customFields: "JSON"
|
|
932
|
+
customFields: "JSON",
|
|
912
933
|
},
|
|
913
934
|
UpdateProductInput: {
|
|
914
935
|
translations: "ProductTranslationInput",
|
|
915
|
-
customFields: "JSON"
|
|
936
|
+
customFields: "JSON",
|
|
916
937
|
},
|
|
917
938
|
ProductVariantTranslationInput: {
|
|
918
939
|
languageCode: "LanguageCode",
|
|
919
|
-
customFields: "JSON"
|
|
940
|
+
customFields: "JSON",
|
|
920
941
|
},
|
|
921
942
|
CreateProductVariantOptionInput: {
|
|
922
|
-
translations: "ProductOptionTranslationInput"
|
|
943
|
+
translations: "ProductOptionTranslationInput",
|
|
923
944
|
},
|
|
924
945
|
StockLevelInput: {},
|
|
925
946
|
ProductVariantPriceInput: {
|
|
926
947
|
currencyCode: "CurrencyCode",
|
|
927
|
-
price: "Money"
|
|
948
|
+
price: "Money",
|
|
928
949
|
},
|
|
929
950
|
CreateProductVariantInput: {
|
|
930
951
|
translations: "ProductVariantTranslationInput",
|
|
931
952
|
price: "Money",
|
|
932
953
|
stockLevels: "StockLevelInput",
|
|
933
954
|
trackInventory: "GlobalFlag",
|
|
934
|
-
customFields: "JSON"
|
|
955
|
+
customFields: "JSON",
|
|
935
956
|
},
|
|
936
957
|
UpdateProductVariantInput: {
|
|
937
958
|
translations: "ProductVariantTranslationInput",
|
|
@@ -939,7 +960,7 @@ exports.AllTypesProps = {
|
|
|
939
960
|
prices: "ProductVariantPriceInput",
|
|
940
961
|
stockLevels: "StockLevelInput",
|
|
941
962
|
trackInventory: "GlobalFlag",
|
|
942
|
-
customFields: "JSON"
|
|
963
|
+
customFields: "JSON",
|
|
943
964
|
},
|
|
944
965
|
AssignProductsToChannelInput: {},
|
|
945
966
|
RemoveProductsFromChannelInput: {},
|
|
@@ -948,11 +969,11 @@ exports.AllTypesProps = {
|
|
|
948
969
|
PromotionListOptions: {
|
|
949
970
|
sort: "PromotionSortParameter",
|
|
950
971
|
filter: "PromotionFilterParameter",
|
|
951
|
-
filterOperator: "LogicalOperator"
|
|
972
|
+
filterOperator: "LogicalOperator",
|
|
952
973
|
},
|
|
953
974
|
PromotionTranslationInput: {
|
|
954
975
|
languageCode: "LanguageCode",
|
|
955
|
-
customFields: "JSON"
|
|
976
|
+
customFields: "JSON",
|
|
956
977
|
},
|
|
957
978
|
CreatePromotionInput: {
|
|
958
979
|
startsAt: "DateTime",
|
|
@@ -960,7 +981,7 @@ exports.AllTypesProps = {
|
|
|
960
981
|
conditions: "ConfigurableOperationInput",
|
|
961
982
|
actions: "ConfigurableOperationInput",
|
|
962
983
|
translations: "PromotionTranslationInput",
|
|
963
|
-
customFields: "JSON"
|
|
984
|
+
customFields: "JSON",
|
|
964
985
|
},
|
|
965
986
|
UpdatePromotionInput: {
|
|
966
987
|
startsAt: "DateTime",
|
|
@@ -968,79 +989,79 @@ exports.AllTypesProps = {
|
|
|
968
989
|
conditions: "ConfigurableOperationInput",
|
|
969
990
|
actions: "ConfigurableOperationInput",
|
|
970
991
|
translations: "PromotionTranslationInput",
|
|
971
|
-
customFields: "JSON"
|
|
992
|
+
customFields: "JSON",
|
|
972
993
|
},
|
|
973
994
|
AssignPromotionsToChannelInput: {},
|
|
974
995
|
RemovePromotionsFromChannelInput: {},
|
|
975
996
|
ProvinceTranslationInput: {
|
|
976
997
|
languageCode: "LanguageCode",
|
|
977
|
-
customFields: "JSON"
|
|
998
|
+
customFields: "JSON",
|
|
978
999
|
},
|
|
979
1000
|
CreateProvinceInput: {
|
|
980
1001
|
translations: "ProvinceTranslationInput",
|
|
981
|
-
customFields: "JSON"
|
|
1002
|
+
customFields: "JSON",
|
|
982
1003
|
},
|
|
983
1004
|
UpdateProvinceInput: {
|
|
984
1005
|
translations: "ProvinceTranslationInput",
|
|
985
|
-
customFields: "JSON"
|
|
1006
|
+
customFields: "JSON",
|
|
986
1007
|
},
|
|
987
1008
|
ProvinceListOptions: {
|
|
988
1009
|
sort: "ProvinceSortParameter",
|
|
989
1010
|
filter: "ProvinceFilterParameter",
|
|
990
|
-
filterOperator: "LogicalOperator"
|
|
1011
|
+
filterOperator: "LogicalOperator",
|
|
991
1012
|
},
|
|
992
1013
|
RoleListOptions: {
|
|
993
1014
|
sort: "RoleSortParameter",
|
|
994
1015
|
filter: "RoleFilterParameter",
|
|
995
|
-
filterOperator: "LogicalOperator"
|
|
1016
|
+
filterOperator: "LogicalOperator",
|
|
996
1017
|
},
|
|
997
1018
|
CreateRoleInput: {
|
|
998
|
-
permissions: "Permission"
|
|
1019
|
+
permissions: "Permission",
|
|
999
1020
|
},
|
|
1000
1021
|
UpdateRoleInput: {
|
|
1001
|
-
permissions: "Permission"
|
|
1022
|
+
permissions: "Permission",
|
|
1002
1023
|
},
|
|
1003
1024
|
SellerListOptions: {
|
|
1004
1025
|
sort: "SellerSortParameter",
|
|
1005
1026
|
filter: "SellerFilterParameter",
|
|
1006
|
-
filterOperator: "LogicalOperator"
|
|
1027
|
+
filterOperator: "LogicalOperator",
|
|
1007
1028
|
},
|
|
1008
1029
|
CreateSellerInput: {
|
|
1009
|
-
customFields: "JSON"
|
|
1030
|
+
customFields: "JSON",
|
|
1010
1031
|
},
|
|
1011
1032
|
UpdateSellerInput: {
|
|
1012
|
-
customFields: "JSON"
|
|
1033
|
+
customFields: "JSON",
|
|
1013
1034
|
},
|
|
1014
1035
|
ShippingMethodListOptions: {
|
|
1015
1036
|
sort: "ShippingMethodSortParameter",
|
|
1016
1037
|
filter: "ShippingMethodFilterParameter",
|
|
1017
|
-
filterOperator: "LogicalOperator"
|
|
1038
|
+
filterOperator: "LogicalOperator",
|
|
1018
1039
|
},
|
|
1019
1040
|
ShippingMethodTranslationInput: {
|
|
1020
1041
|
languageCode: "LanguageCode",
|
|
1021
|
-
customFields: "JSON"
|
|
1042
|
+
customFields: "JSON",
|
|
1022
1043
|
},
|
|
1023
1044
|
CreateShippingMethodInput: {
|
|
1024
1045
|
checker: "ConfigurableOperationInput",
|
|
1025
1046
|
calculator: "ConfigurableOperationInput",
|
|
1026
1047
|
translations: "ShippingMethodTranslationInput",
|
|
1027
|
-
customFields: "JSON"
|
|
1048
|
+
customFields: "JSON",
|
|
1028
1049
|
},
|
|
1029
1050
|
UpdateShippingMethodInput: {
|
|
1030
1051
|
checker: "ConfigurableOperationInput",
|
|
1031
1052
|
calculator: "ConfigurableOperationInput",
|
|
1032
1053
|
translations: "ShippingMethodTranslationInput",
|
|
1033
|
-
customFields: "JSON"
|
|
1054
|
+
customFields: "JSON",
|
|
1034
1055
|
},
|
|
1035
1056
|
TestShippingMethodInput: {
|
|
1036
1057
|
checker: "ConfigurableOperationInput",
|
|
1037
1058
|
calculator: "ConfigurableOperationInput",
|
|
1038
1059
|
shippingAddress: "CreateAddressInput",
|
|
1039
|
-
lines: "TestShippingMethodOrderLineInput"
|
|
1060
|
+
lines: "TestShippingMethodOrderLineInput",
|
|
1040
1061
|
},
|
|
1041
1062
|
TestEligibleShippingMethodsInput: {
|
|
1042
1063
|
shippingAddress: "CreateAddressInput",
|
|
1043
|
-
lines: "TestShippingMethodOrderLineInput"
|
|
1064
|
+
lines: "TestShippingMethodOrderLineInput",
|
|
1044
1065
|
},
|
|
1045
1066
|
TestShippingMethodOrderLineInput: {},
|
|
1046
1067
|
AssignShippingMethodsToChannelInput: {},
|
|
@@ -1048,13 +1069,13 @@ exports.AllTypesProps = {
|
|
|
1048
1069
|
StockLocationListOptions: {
|
|
1049
1070
|
sort: "StockLocationSortParameter",
|
|
1050
1071
|
filter: "StockLocationFilterParameter",
|
|
1051
|
-
filterOperator: "LogicalOperator"
|
|
1072
|
+
filterOperator: "LogicalOperator",
|
|
1052
1073
|
},
|
|
1053
1074
|
CreateStockLocationInput: {
|
|
1054
|
-
customFields: "JSON"
|
|
1075
|
+
customFields: "JSON",
|
|
1055
1076
|
},
|
|
1056
1077
|
UpdateStockLocationInput: {
|
|
1057
|
-
customFields: "JSON"
|
|
1078
|
+
customFields: "JSON",
|
|
1058
1079
|
},
|
|
1059
1080
|
DeleteStockLocationInput: {},
|
|
1060
1081
|
AssignStockLocationsToChannelInput: {},
|
|
@@ -1063,42 +1084,42 @@ exports.AllTypesProps = {
|
|
|
1063
1084
|
TagListOptions: {
|
|
1064
1085
|
sort: "TagSortParameter",
|
|
1065
1086
|
filter: "TagFilterParameter",
|
|
1066
|
-
filterOperator: "LogicalOperator"
|
|
1087
|
+
filterOperator: "LogicalOperator",
|
|
1067
1088
|
},
|
|
1068
1089
|
CreateTagInput: {},
|
|
1069
1090
|
UpdateTagInput: {},
|
|
1070
1091
|
TaxCategoryListOptions: {
|
|
1071
1092
|
sort: "TaxCategorySortParameter",
|
|
1072
1093
|
filter: "TaxCategoryFilterParameter",
|
|
1073
|
-
filterOperator: "LogicalOperator"
|
|
1094
|
+
filterOperator: "LogicalOperator",
|
|
1074
1095
|
},
|
|
1075
1096
|
CreateTaxCategoryInput: {
|
|
1076
|
-
customFields: "JSON"
|
|
1097
|
+
customFields: "JSON",
|
|
1077
1098
|
},
|
|
1078
1099
|
UpdateTaxCategoryInput: {
|
|
1079
|
-
customFields: "JSON"
|
|
1100
|
+
customFields: "JSON",
|
|
1080
1101
|
},
|
|
1081
1102
|
TaxRateListOptions: {
|
|
1082
1103
|
sort: "TaxRateSortParameter",
|
|
1083
1104
|
filter: "TaxRateFilterParameter",
|
|
1084
|
-
filterOperator: "LogicalOperator"
|
|
1105
|
+
filterOperator: "LogicalOperator",
|
|
1085
1106
|
},
|
|
1086
1107
|
CreateTaxRateInput: {
|
|
1087
|
-
customFields: "JSON"
|
|
1108
|
+
customFields: "JSON",
|
|
1088
1109
|
},
|
|
1089
1110
|
UpdateTaxRateInput: {
|
|
1090
|
-
customFields: "JSON"
|
|
1111
|
+
customFields: "JSON",
|
|
1091
1112
|
},
|
|
1092
1113
|
ZoneListOptions: {
|
|
1093
1114
|
sort: "ZoneSortParameter",
|
|
1094
1115
|
filter: "ZoneFilterParameter",
|
|
1095
|
-
filterOperator: "LogicalOperator"
|
|
1116
|
+
filterOperator: "LogicalOperator",
|
|
1096
1117
|
},
|
|
1097
1118
|
CreateZoneInput: {
|
|
1098
|
-
customFields: "JSON"
|
|
1119
|
+
customFields: "JSON",
|
|
1099
1120
|
},
|
|
1100
1121
|
UpdateZoneInput: {
|
|
1101
|
-
customFields: "JSON"
|
|
1122
|
+
customFields: "JSON",
|
|
1102
1123
|
},
|
|
1103
1124
|
AssetType: "enum",
|
|
1104
1125
|
GlobalFlag: "enum",
|
|
@@ -1114,80 +1135,97 @@ exports.AllTypesProps = {
|
|
|
1114
1135
|
Money: `scalar.Money`,
|
|
1115
1136
|
ConfigArgInput: {},
|
|
1116
1137
|
ConfigurableOperationInput: {
|
|
1117
|
-
arguments: "ConfigArgInput"
|
|
1138
|
+
arguments: "ConfigArgInput",
|
|
1118
1139
|
},
|
|
1119
1140
|
StringOperators: {},
|
|
1120
1141
|
IDOperators: {},
|
|
1121
1142
|
BooleanOperators: {},
|
|
1122
1143
|
NumberRange: {},
|
|
1123
1144
|
NumberOperators: {
|
|
1124
|
-
between: "NumberRange"
|
|
1145
|
+
between: "NumberRange",
|
|
1125
1146
|
},
|
|
1126
1147
|
DateRange: {
|
|
1127
1148
|
start: "DateTime",
|
|
1128
|
-
end: "DateTime"
|
|
1149
|
+
end: "DateTime",
|
|
1129
1150
|
},
|
|
1130
1151
|
DateOperators: {
|
|
1131
1152
|
eq: "DateTime",
|
|
1132
1153
|
before: "DateTime",
|
|
1133
1154
|
after: "DateTime",
|
|
1134
|
-
between: "DateRange"
|
|
1155
|
+
between: "DateRange",
|
|
1135
1156
|
},
|
|
1136
1157
|
StringListOperators: {},
|
|
1137
1158
|
NumberListOperators: {},
|
|
1138
1159
|
BooleanListOperators: {},
|
|
1139
1160
|
IDListOperators: {},
|
|
1140
1161
|
DateListOperators: {
|
|
1141
|
-
inList: "DateTime"
|
|
1162
|
+
inList: "DateTime",
|
|
1142
1163
|
},
|
|
1143
1164
|
FacetValueFilterInput: {},
|
|
1144
1165
|
SearchInput: {
|
|
1145
1166
|
facetValueFilters: "FacetValueFilterInput",
|
|
1146
|
-
sort: "SearchResultSortParameter"
|
|
1167
|
+
sort: "SearchResultSortParameter",
|
|
1147
1168
|
},
|
|
1148
1169
|
SearchResultSortParameter: {
|
|
1149
1170
|
name: "SortOrder",
|
|
1150
|
-
price: "SortOrder"
|
|
1171
|
+
price: "SortOrder",
|
|
1151
1172
|
},
|
|
1152
1173
|
CreateCustomerInput: {
|
|
1153
|
-
customFields: "JSON"
|
|
1174
|
+
customFields: "JSON",
|
|
1154
1175
|
},
|
|
1155
1176
|
CreateAddressInput: {
|
|
1156
|
-
customFields: "JSON"
|
|
1177
|
+
customFields: "JSON",
|
|
1157
1178
|
},
|
|
1158
1179
|
UpdateAddressInput: {
|
|
1159
|
-
customFields: "JSON"
|
|
1180
|
+
customFields: "JSON",
|
|
1160
1181
|
},
|
|
1161
1182
|
CurrencyCode: "enum",
|
|
1162
1183
|
CustomerGroup: {
|
|
1163
1184
|
customers: {
|
|
1164
|
-
options: "CustomerListOptions"
|
|
1165
|
-
}
|
|
1185
|
+
options: "CustomerListOptions",
|
|
1186
|
+
},
|
|
1166
1187
|
},
|
|
1167
1188
|
FacetValueListOptions: {
|
|
1168
1189
|
sort: "FacetValueSortParameter",
|
|
1169
1190
|
filter: "FacetValueFilterParameter",
|
|
1170
|
-
filterOperator: "LogicalOperator"
|
|
1191
|
+
filterOperator: "LogicalOperator",
|
|
1171
1192
|
},
|
|
1172
1193
|
HistoryEntryType: "enum",
|
|
1173
1194
|
HistoryEntryListOptions: {
|
|
1174
1195
|
sort: "HistoryEntrySortParameter",
|
|
1175
1196
|
filter: "HistoryEntryFilterParameter",
|
|
1176
|
-
filterOperator: "LogicalOperator"
|
|
1197
|
+
filterOperator: "LogicalOperator",
|
|
1177
1198
|
},
|
|
1178
1199
|
LanguageCode: "enum",
|
|
1179
1200
|
OrderType: "enum",
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1201
|
+
CronJobsListInput: {},
|
|
1202
|
+
CronJobInput: {},
|
|
1203
|
+
CronJobCreateInput: {},
|
|
1204
|
+
MerchantPlatformSettingInput: {},
|
|
1205
|
+
SaveMerchantPlatformSettingInput: {
|
|
1206
|
+
entries: "MerchantPlatformSettingInput",
|
|
1207
|
+
},
|
|
1208
|
+
MetricRangeType: "enum",
|
|
1209
|
+
MetricIntervalType: "enum",
|
|
1210
|
+
ChartMetricType: "enum",
|
|
1211
|
+
BetterMetricRangeInput: {
|
|
1212
|
+
start: "DateTime",
|
|
1213
|
+
end: "DateTime",
|
|
1214
|
+
},
|
|
1215
|
+
OrderSummaryMetricInput: {
|
|
1216
|
+
range: "BetterMetricRangeInput",
|
|
1217
|
+
},
|
|
1218
|
+
ChartMetricInput: {
|
|
1219
|
+
range: "BetterMetricRangeInput",
|
|
1220
|
+
interval: "MetricIntervalType",
|
|
1221
|
+
types: "ChartMetricType",
|
|
1185
1222
|
},
|
|
1186
1223
|
RealizationAssetInput: {},
|
|
1187
1224
|
OrderRealizationInput: {
|
|
1188
|
-
assets: "RealizationAssetInput"
|
|
1225
|
+
assets: "RealizationAssetInput",
|
|
1189
1226
|
},
|
|
1190
|
-
|
|
1227
|
+
SetInpostShippingMethodConfigInput: {},
|
|
1228
|
+
GetInpostOrganizationsInput: {},
|
|
1191
1229
|
AdministratorFilterParameter: {
|
|
1192
1230
|
id: "IDOperators",
|
|
1193
1231
|
createdAt: "DateOperators",
|
|
@@ -1196,7 +1234,7 @@ exports.AllTypesProps = {
|
|
|
1196
1234
|
lastName: "StringOperators",
|
|
1197
1235
|
emailAddress: "StringOperators",
|
|
1198
1236
|
_and: "AdministratorFilterParameter",
|
|
1199
|
-
_or: "AdministratorFilterParameter"
|
|
1237
|
+
_or: "AdministratorFilterParameter",
|
|
1200
1238
|
},
|
|
1201
1239
|
AdministratorSortParameter: {
|
|
1202
1240
|
id: "SortOrder",
|
|
@@ -1204,7 +1242,7 @@ exports.AllTypesProps = {
|
|
|
1204
1242
|
updatedAt: "SortOrder",
|
|
1205
1243
|
firstName: "SortOrder",
|
|
1206
1244
|
lastName: "SortOrder",
|
|
1207
|
-
emailAddress: "SortOrder"
|
|
1245
|
+
emailAddress: "SortOrder",
|
|
1208
1246
|
},
|
|
1209
1247
|
AssetFilterParameter: {
|
|
1210
1248
|
id: "IDOperators",
|
|
@@ -1219,7 +1257,7 @@ exports.AllTypesProps = {
|
|
|
1219
1257
|
source: "StringOperators",
|
|
1220
1258
|
preview: "StringOperators",
|
|
1221
1259
|
_and: "AssetFilterParameter",
|
|
1222
|
-
_or: "AssetFilterParameter"
|
|
1260
|
+
_or: "AssetFilterParameter",
|
|
1223
1261
|
},
|
|
1224
1262
|
AssetSortParameter: {
|
|
1225
1263
|
id: "SortOrder",
|
|
@@ -1231,7 +1269,7 @@ exports.AllTypesProps = {
|
|
|
1231
1269
|
width: "SortOrder",
|
|
1232
1270
|
height: "SortOrder",
|
|
1233
1271
|
source: "SortOrder",
|
|
1234
|
-
preview: "SortOrder"
|
|
1272
|
+
preview: "SortOrder",
|
|
1235
1273
|
},
|
|
1236
1274
|
ChannelFilterParameter: {
|
|
1237
1275
|
id: "IDOperators",
|
|
@@ -1246,7 +1284,7 @@ exports.AllTypesProps = {
|
|
|
1246
1284
|
outOfStockThreshold: "NumberOperators",
|
|
1247
1285
|
pricesIncludeTax: "BooleanOperators",
|
|
1248
1286
|
_and: "ChannelFilterParameter",
|
|
1249
|
-
_or: "ChannelFilterParameter"
|
|
1287
|
+
_or: "ChannelFilterParameter",
|
|
1250
1288
|
},
|
|
1251
1289
|
ChannelSortParameter: {
|
|
1252
1290
|
id: "SortOrder",
|
|
@@ -1254,7 +1292,7 @@ exports.AllTypesProps = {
|
|
|
1254
1292
|
updatedAt: "SortOrder",
|
|
1255
1293
|
code: "SortOrder",
|
|
1256
1294
|
token: "SortOrder",
|
|
1257
|
-
outOfStockThreshold: "SortOrder"
|
|
1295
|
+
outOfStockThreshold: "SortOrder",
|
|
1258
1296
|
},
|
|
1259
1297
|
CollectionFilterParameter: {
|
|
1260
1298
|
isPrivate: "BooleanOperators",
|
|
@@ -1269,7 +1307,7 @@ exports.AllTypesProps = {
|
|
|
1269
1307
|
description: "StringOperators",
|
|
1270
1308
|
parentId: "IDOperators",
|
|
1271
1309
|
_and: "CollectionFilterParameter",
|
|
1272
|
-
_or: "CollectionFilterParameter"
|
|
1310
|
+
_or: "CollectionFilterParameter",
|
|
1273
1311
|
},
|
|
1274
1312
|
CollectionSortParameter: {
|
|
1275
1313
|
id: "SortOrder",
|
|
@@ -1279,7 +1317,7 @@ exports.AllTypesProps = {
|
|
|
1279
1317
|
slug: "SortOrder",
|
|
1280
1318
|
position: "SortOrder",
|
|
1281
1319
|
description: "SortOrder",
|
|
1282
|
-
parentId: "SortOrder"
|
|
1320
|
+
parentId: "SortOrder",
|
|
1283
1321
|
},
|
|
1284
1322
|
ProductVariantSortParameter: {
|
|
1285
1323
|
stockOnHand: "SortOrder",
|
|
@@ -1293,7 +1331,8 @@ exports.AllTypesProps = {
|
|
|
1293
1331
|
name: "SortOrder",
|
|
1294
1332
|
price: "SortOrder",
|
|
1295
1333
|
priceWithTax: "SortOrder",
|
|
1296
|
-
stockLevel: "SortOrder"
|
|
1334
|
+
stockLevel: "SortOrder",
|
|
1335
|
+
communicateID: "SortOrder",
|
|
1297
1336
|
},
|
|
1298
1337
|
CountryFilterParameter: {
|
|
1299
1338
|
id: "IDOperators",
|
|
@@ -1306,7 +1345,7 @@ exports.AllTypesProps = {
|
|
|
1306
1345
|
enabled: "BooleanOperators",
|
|
1307
1346
|
parentId: "IDOperators",
|
|
1308
1347
|
_and: "CountryFilterParameter",
|
|
1309
|
-
_or: "CountryFilterParameter"
|
|
1348
|
+
_or: "CountryFilterParameter",
|
|
1310
1349
|
},
|
|
1311
1350
|
CountrySortParameter: {
|
|
1312
1351
|
id: "SortOrder",
|
|
@@ -1315,7 +1354,7 @@ exports.AllTypesProps = {
|
|
|
1315
1354
|
code: "SortOrder",
|
|
1316
1355
|
type: "SortOrder",
|
|
1317
1356
|
name: "SortOrder",
|
|
1318
|
-
parentId: "SortOrder"
|
|
1357
|
+
parentId: "SortOrder",
|
|
1319
1358
|
},
|
|
1320
1359
|
CustomerGroupFilterParameter: {
|
|
1321
1360
|
id: "IDOperators",
|
|
@@ -1323,13 +1362,13 @@ exports.AllTypesProps = {
|
|
|
1323
1362
|
updatedAt: "DateOperators",
|
|
1324
1363
|
name: "StringOperators",
|
|
1325
1364
|
_and: "CustomerGroupFilterParameter",
|
|
1326
|
-
_or: "CustomerGroupFilterParameter"
|
|
1365
|
+
_or: "CustomerGroupFilterParameter",
|
|
1327
1366
|
},
|
|
1328
1367
|
CustomerGroupSortParameter: {
|
|
1329
1368
|
id: "SortOrder",
|
|
1330
1369
|
createdAt: "SortOrder",
|
|
1331
1370
|
updatedAt: "SortOrder",
|
|
1332
|
-
name: "SortOrder"
|
|
1371
|
+
name: "SortOrder",
|
|
1333
1372
|
},
|
|
1334
1373
|
CustomerSortParameter: {
|
|
1335
1374
|
id: "SortOrder",
|
|
@@ -1339,7 +1378,7 @@ exports.AllTypesProps = {
|
|
|
1339
1378
|
firstName: "SortOrder",
|
|
1340
1379
|
lastName: "SortOrder",
|
|
1341
1380
|
phoneNumber: "SortOrder",
|
|
1342
|
-
emailAddress: "SortOrder"
|
|
1381
|
+
emailAddress: "SortOrder",
|
|
1343
1382
|
},
|
|
1344
1383
|
FacetFilterParameter: {
|
|
1345
1384
|
isPrivate: "BooleanOperators",
|
|
@@ -1352,7 +1391,8 @@ exports.AllTypesProps = {
|
|
|
1352
1391
|
_and: "FacetFilterParameter",
|
|
1353
1392
|
_or: "FacetFilterParameter",
|
|
1354
1393
|
usedForColors: "BooleanOperators",
|
|
1355
|
-
|
|
1394
|
+
usedForProductCreations: "BooleanOperators",
|
|
1395
|
+
colorsCollection: "BooleanOperators",
|
|
1356
1396
|
},
|
|
1357
1397
|
FacetSortParameter: {
|
|
1358
1398
|
id: "SortOrder",
|
|
@@ -1361,7 +1401,8 @@ exports.AllTypesProps = {
|
|
|
1361
1401
|
name: "SortOrder",
|
|
1362
1402
|
code: "SortOrder",
|
|
1363
1403
|
usedForColors: "SortOrder",
|
|
1364
|
-
|
|
1404
|
+
usedForProductCreations: "SortOrder",
|
|
1405
|
+
colorsCollection: "SortOrder",
|
|
1365
1406
|
},
|
|
1366
1407
|
FacetValueFilterParameter: {
|
|
1367
1408
|
id: "IDOperators",
|
|
@@ -1375,7 +1416,7 @@ exports.AllTypesProps = {
|
|
|
1375
1416
|
_or: "FacetValueFilterParameter",
|
|
1376
1417
|
hexColor: "StringOperators",
|
|
1377
1418
|
isNew: "BooleanOperators",
|
|
1378
|
-
isHidden: "BooleanOperators"
|
|
1419
|
+
isHidden: "BooleanOperators",
|
|
1379
1420
|
},
|
|
1380
1421
|
FacetValueSortParameter: {
|
|
1381
1422
|
id: "SortOrder",
|
|
@@ -1387,7 +1428,7 @@ exports.AllTypesProps = {
|
|
|
1387
1428
|
hexColor: "SortOrder",
|
|
1388
1429
|
isNew: "SortOrder",
|
|
1389
1430
|
isHidden: "SortOrder",
|
|
1390
|
-
image: "SortOrder"
|
|
1431
|
+
image: "SortOrder",
|
|
1391
1432
|
},
|
|
1392
1433
|
JobFilterParameter: {
|
|
1393
1434
|
id: "IDOperators",
|
|
@@ -1402,7 +1443,7 @@ exports.AllTypesProps = {
|
|
|
1402
1443
|
retries: "NumberOperators",
|
|
1403
1444
|
attempts: "NumberOperators",
|
|
1404
1445
|
_and: "JobFilterParameter",
|
|
1405
|
-
_or: "JobFilterParameter"
|
|
1446
|
+
_or: "JobFilterParameter",
|
|
1406
1447
|
},
|
|
1407
1448
|
JobSortParameter: {
|
|
1408
1449
|
id: "SortOrder",
|
|
@@ -1413,7 +1454,7 @@ exports.AllTypesProps = {
|
|
|
1413
1454
|
progress: "SortOrder",
|
|
1414
1455
|
duration: "SortOrder",
|
|
1415
1456
|
retries: "SortOrder",
|
|
1416
|
-
attempts: "SortOrder"
|
|
1457
|
+
attempts: "SortOrder",
|
|
1417
1458
|
},
|
|
1418
1459
|
PaymentMethodFilterParameter: {
|
|
1419
1460
|
id: "IDOperators",
|
|
@@ -1424,7 +1465,7 @@ exports.AllTypesProps = {
|
|
|
1424
1465
|
description: "StringOperators",
|
|
1425
1466
|
enabled: "BooleanOperators",
|
|
1426
1467
|
_and: "PaymentMethodFilterParameter",
|
|
1427
|
-
_or: "PaymentMethodFilterParameter"
|
|
1468
|
+
_or: "PaymentMethodFilterParameter",
|
|
1428
1469
|
},
|
|
1429
1470
|
PaymentMethodSortParameter: {
|
|
1430
1471
|
id: "SortOrder",
|
|
@@ -1432,7 +1473,7 @@ exports.AllTypesProps = {
|
|
|
1432
1473
|
updatedAt: "SortOrder",
|
|
1433
1474
|
name: "SortOrder",
|
|
1434
1475
|
code: "SortOrder",
|
|
1435
|
-
description: "SortOrder"
|
|
1476
|
+
description: "SortOrder",
|
|
1436
1477
|
},
|
|
1437
1478
|
ProductSortParameter: {
|
|
1438
1479
|
id: "SortOrder",
|
|
@@ -1440,7 +1481,7 @@ exports.AllTypesProps = {
|
|
|
1440
1481
|
updatedAt: "SortOrder",
|
|
1441
1482
|
name: "SortOrder",
|
|
1442
1483
|
slug: "SortOrder",
|
|
1443
|
-
description: "SortOrder"
|
|
1484
|
+
description: "SortOrder",
|
|
1444
1485
|
},
|
|
1445
1486
|
PromotionFilterParameter: {
|
|
1446
1487
|
id: "IDOperators",
|
|
@@ -1455,7 +1496,7 @@ exports.AllTypesProps = {
|
|
|
1455
1496
|
description: "StringOperators",
|
|
1456
1497
|
enabled: "BooleanOperators",
|
|
1457
1498
|
_and: "PromotionFilterParameter",
|
|
1458
|
-
_or: "PromotionFilterParameter"
|
|
1499
|
+
_or: "PromotionFilterParameter",
|
|
1459
1500
|
},
|
|
1460
1501
|
PromotionSortParameter: {
|
|
1461
1502
|
id: "SortOrder",
|
|
@@ -1467,7 +1508,7 @@ exports.AllTypesProps = {
|
|
|
1467
1508
|
perCustomerUsageLimit: "SortOrder",
|
|
1468
1509
|
usageLimit: "SortOrder",
|
|
1469
1510
|
name: "SortOrder",
|
|
1470
|
-
description: "SortOrder"
|
|
1511
|
+
description: "SortOrder",
|
|
1471
1512
|
},
|
|
1472
1513
|
ProvinceFilterParameter: {
|
|
1473
1514
|
id: "IDOperators",
|
|
@@ -1480,7 +1521,7 @@ exports.AllTypesProps = {
|
|
|
1480
1521
|
enabled: "BooleanOperators",
|
|
1481
1522
|
parentId: "IDOperators",
|
|
1482
1523
|
_and: "ProvinceFilterParameter",
|
|
1483
|
-
_or: "ProvinceFilterParameter"
|
|
1524
|
+
_or: "ProvinceFilterParameter",
|
|
1484
1525
|
},
|
|
1485
1526
|
ProvinceSortParameter: {
|
|
1486
1527
|
id: "SortOrder",
|
|
@@ -1489,7 +1530,7 @@ exports.AllTypesProps = {
|
|
|
1489
1530
|
code: "SortOrder",
|
|
1490
1531
|
type: "SortOrder",
|
|
1491
1532
|
name: "SortOrder",
|
|
1492
|
-
parentId: "SortOrder"
|
|
1533
|
+
parentId: "SortOrder",
|
|
1493
1534
|
},
|
|
1494
1535
|
RoleFilterParameter: {
|
|
1495
1536
|
id: "IDOperators",
|
|
@@ -1498,14 +1539,14 @@ exports.AllTypesProps = {
|
|
|
1498
1539
|
code: "StringOperators",
|
|
1499
1540
|
description: "StringOperators",
|
|
1500
1541
|
_and: "RoleFilterParameter",
|
|
1501
|
-
_or: "RoleFilterParameter"
|
|
1542
|
+
_or: "RoleFilterParameter",
|
|
1502
1543
|
},
|
|
1503
1544
|
RoleSortParameter: {
|
|
1504
1545
|
id: "SortOrder",
|
|
1505
1546
|
createdAt: "SortOrder",
|
|
1506
1547
|
updatedAt: "SortOrder",
|
|
1507
1548
|
code: "SortOrder",
|
|
1508
|
-
description: "SortOrder"
|
|
1549
|
+
description: "SortOrder",
|
|
1509
1550
|
},
|
|
1510
1551
|
SellerFilterParameter: {
|
|
1511
1552
|
id: "IDOperators",
|
|
@@ -1513,13 +1554,13 @@ exports.AllTypesProps = {
|
|
|
1513
1554
|
updatedAt: "DateOperators",
|
|
1514
1555
|
name: "StringOperators",
|
|
1515
1556
|
_and: "SellerFilterParameter",
|
|
1516
|
-
_or: "SellerFilterParameter"
|
|
1557
|
+
_or: "SellerFilterParameter",
|
|
1517
1558
|
},
|
|
1518
1559
|
SellerSortParameter: {
|
|
1519
1560
|
id: "SortOrder",
|
|
1520
1561
|
createdAt: "SortOrder",
|
|
1521
1562
|
updatedAt: "SortOrder",
|
|
1522
|
-
name: "SortOrder"
|
|
1563
|
+
name: "SortOrder",
|
|
1523
1564
|
},
|
|
1524
1565
|
ShippingMethodFilterParameter: {
|
|
1525
1566
|
id: "IDOperators",
|
|
@@ -1531,7 +1572,7 @@ exports.AllTypesProps = {
|
|
|
1531
1572
|
description: "StringOperators",
|
|
1532
1573
|
fulfillmentHandlerCode: "StringOperators",
|
|
1533
1574
|
_and: "ShippingMethodFilterParameter",
|
|
1534
|
-
_or: "ShippingMethodFilterParameter"
|
|
1575
|
+
_or: "ShippingMethodFilterParameter",
|
|
1535
1576
|
},
|
|
1536
1577
|
ShippingMethodSortParameter: {
|
|
1537
1578
|
id: "SortOrder",
|
|
@@ -1540,7 +1581,7 @@ exports.AllTypesProps = {
|
|
|
1540
1581
|
code: "SortOrder",
|
|
1541
1582
|
name: "SortOrder",
|
|
1542
1583
|
description: "SortOrder",
|
|
1543
|
-
fulfillmentHandlerCode: "SortOrder"
|
|
1584
|
+
fulfillmentHandlerCode: "SortOrder",
|
|
1544
1585
|
},
|
|
1545
1586
|
StockLocationFilterParameter: {
|
|
1546
1587
|
id: "IDOperators",
|
|
@@ -1549,14 +1590,14 @@ exports.AllTypesProps = {
|
|
|
1549
1590
|
name: "StringOperators",
|
|
1550
1591
|
description: "StringOperators",
|
|
1551
1592
|
_and: "StockLocationFilterParameter",
|
|
1552
|
-
_or: "StockLocationFilterParameter"
|
|
1593
|
+
_or: "StockLocationFilterParameter",
|
|
1553
1594
|
},
|
|
1554
1595
|
StockLocationSortParameter: {
|
|
1555
1596
|
id: "SortOrder",
|
|
1556
1597
|
createdAt: "SortOrder",
|
|
1557
1598
|
updatedAt: "SortOrder",
|
|
1558
1599
|
name: "SortOrder",
|
|
1559
|
-
description: "SortOrder"
|
|
1600
|
+
description: "SortOrder",
|
|
1560
1601
|
},
|
|
1561
1602
|
TagFilterParameter: {
|
|
1562
1603
|
id: "IDOperators",
|
|
@@ -1564,13 +1605,13 @@ exports.AllTypesProps = {
|
|
|
1564
1605
|
updatedAt: "DateOperators",
|
|
1565
1606
|
value: "StringOperators",
|
|
1566
1607
|
_and: "TagFilterParameter",
|
|
1567
|
-
_or: "TagFilterParameter"
|
|
1608
|
+
_or: "TagFilterParameter",
|
|
1568
1609
|
},
|
|
1569
1610
|
TagSortParameter: {
|
|
1570
1611
|
id: "SortOrder",
|
|
1571
1612
|
createdAt: "SortOrder",
|
|
1572
1613
|
updatedAt: "SortOrder",
|
|
1573
|
-
value: "SortOrder"
|
|
1614
|
+
value: "SortOrder",
|
|
1574
1615
|
},
|
|
1575
1616
|
TaxCategoryFilterParameter: {
|
|
1576
1617
|
id: "IDOperators",
|
|
@@ -1579,13 +1620,13 @@ exports.AllTypesProps = {
|
|
|
1579
1620
|
name: "StringOperators",
|
|
1580
1621
|
isDefault: "BooleanOperators",
|
|
1581
1622
|
_and: "TaxCategoryFilterParameter",
|
|
1582
|
-
_or: "TaxCategoryFilterParameter"
|
|
1623
|
+
_or: "TaxCategoryFilterParameter",
|
|
1583
1624
|
},
|
|
1584
1625
|
TaxCategorySortParameter: {
|
|
1585
1626
|
id: "SortOrder",
|
|
1586
1627
|
createdAt: "SortOrder",
|
|
1587
1628
|
updatedAt: "SortOrder",
|
|
1588
|
-
name: "SortOrder"
|
|
1629
|
+
name: "SortOrder",
|
|
1589
1630
|
},
|
|
1590
1631
|
TaxRateFilterParameter: {
|
|
1591
1632
|
id: "IDOperators",
|
|
@@ -1595,14 +1636,14 @@ exports.AllTypesProps = {
|
|
|
1595
1636
|
enabled: "BooleanOperators",
|
|
1596
1637
|
value: "NumberOperators",
|
|
1597
1638
|
_and: "TaxRateFilterParameter",
|
|
1598
|
-
_or: "TaxRateFilterParameter"
|
|
1639
|
+
_or: "TaxRateFilterParameter",
|
|
1599
1640
|
},
|
|
1600
1641
|
TaxRateSortParameter: {
|
|
1601
1642
|
id: "SortOrder",
|
|
1602
1643
|
createdAt: "SortOrder",
|
|
1603
1644
|
updatedAt: "SortOrder",
|
|
1604
1645
|
name: "SortOrder",
|
|
1605
|
-
value: "SortOrder"
|
|
1646
|
+
value: "SortOrder",
|
|
1606
1647
|
},
|
|
1607
1648
|
ZoneFilterParameter: {
|
|
1608
1649
|
id: "IDOperators",
|
|
@@ -1610,13 +1651,13 @@ exports.AllTypesProps = {
|
|
|
1610
1651
|
updatedAt: "DateOperators",
|
|
1611
1652
|
name: "StringOperators",
|
|
1612
1653
|
_and: "ZoneFilterParameter",
|
|
1613
|
-
_or: "ZoneFilterParameter"
|
|
1654
|
+
_or: "ZoneFilterParameter",
|
|
1614
1655
|
},
|
|
1615
1656
|
ZoneSortParameter: {
|
|
1616
1657
|
id: "SortOrder",
|
|
1617
1658
|
createdAt: "SortOrder",
|
|
1618
1659
|
updatedAt: "SortOrder",
|
|
1619
|
-
name: "SortOrder"
|
|
1660
|
+
name: "SortOrder",
|
|
1620
1661
|
},
|
|
1621
1662
|
HistoryEntryFilterParameter: {
|
|
1622
1663
|
isPublic: "BooleanOperators",
|
|
@@ -1625,19 +1666,20 @@ exports.AllTypesProps = {
|
|
|
1625
1666
|
updatedAt: "DateOperators",
|
|
1626
1667
|
type: "StringOperators",
|
|
1627
1668
|
_and: "HistoryEntryFilterParameter",
|
|
1628
|
-
_or: "HistoryEntryFilterParameter"
|
|
1669
|
+
_or: "HistoryEntryFilterParameter",
|
|
1629
1670
|
},
|
|
1630
1671
|
HistoryEntrySortParameter: {
|
|
1631
1672
|
id: "SortOrder",
|
|
1632
1673
|
createdAt: "SortOrder",
|
|
1633
|
-
updatedAt: "SortOrder"
|
|
1674
|
+
updatedAt: "SortOrder",
|
|
1634
1675
|
},
|
|
1635
1676
|
CreateFacetCustomFieldsInput: {},
|
|
1636
1677
|
UpdateFacetCustomFieldsInput: {},
|
|
1637
1678
|
CreateFacetValueCustomFieldsInput: {},
|
|
1638
1679
|
UpdateFacetValueCustomFieldsInput: {},
|
|
1639
|
-
|
|
1640
|
-
NativeAuthInput: {}
|
|
1680
|
+
UpdateOrderCustomFieldsInput: {},
|
|
1681
|
+
NativeAuthInput: {},
|
|
1682
|
+
ID: `scalar.ID`,
|
|
1641
1683
|
};
|
|
1642
1684
|
exports.ReturnTypes = {
|
|
1643
1685
|
Query: {
|
|
@@ -1712,9 +1754,17 @@ exports.ReturnTypes = {
|
|
|
1712
1754
|
taxRate: "TaxRate",
|
|
1713
1755
|
zones: "ZoneList",
|
|
1714
1756
|
zone: "Zone",
|
|
1715
|
-
|
|
1757
|
+
cronJobsConfig: "CronJobsConfig",
|
|
1758
|
+
cronJobs: "CronJobsList",
|
|
1759
|
+
getMerchantPlatformSettings: "MerchantPlatformSettingsEntity",
|
|
1760
|
+
getMerchantPlatformInfo: "MerchantPlatformInfo",
|
|
1761
|
+
getMerchantSyncHistory: "MerchantSyncRun",
|
|
1762
|
+
additionalOrderStates: "AdditionalOrderState",
|
|
1763
|
+
chartMetric: "ChartMetrics",
|
|
1764
|
+
orderSummaryMetric: "OrderSummaryMetrics",
|
|
1716
1765
|
getRealizationURL: "String",
|
|
1717
|
-
|
|
1766
|
+
getInpostConfig: "InpostConfig",
|
|
1767
|
+
getInpostOrganizations: "InpostOrganizationResponse",
|
|
1718
1768
|
},
|
|
1719
1769
|
Mutation: {
|
|
1720
1770
|
createAdministrator: "Administrator",
|
|
@@ -1803,6 +1853,7 @@ exports.ReturnTypes = {
|
|
|
1803
1853
|
setDraftOrderBillingAddress: "Order",
|
|
1804
1854
|
setDraftOrderCustomFields: "Order",
|
|
1805
1855
|
applyCouponCodeToDraftOrder: "ApplyCouponCodeResult",
|
|
1856
|
+
toggleExcludePromotionInOrder: "Order",
|
|
1806
1857
|
removeCouponCodeFromDraftOrder: "Order",
|
|
1807
1858
|
setDraftOrderShippingMethod: "SetOrderShippingMethodResult",
|
|
1808
1859
|
createPaymentMethod: "PaymentMethod",
|
|
@@ -1832,7 +1883,7 @@ exports.ReturnTypes = {
|
|
|
1832
1883
|
assignProductsToChannel: "Product",
|
|
1833
1884
|
removeProductsFromChannel: "Product",
|
|
1834
1885
|
assignProductVariantsToChannel: "ProductVariant",
|
|
1835
|
-
removeProductVariantsFromChannel: "
|
|
1886
|
+
removeProductVariantsFromChannel: "ID",
|
|
1836
1887
|
createPromotion: "CreatePromotionResult",
|
|
1837
1888
|
updatePromotion: "UpdatePromotionResult",
|
|
1838
1889
|
deletePromotion: "DeletionResponse",
|
|
@@ -1879,8 +1930,15 @@ exports.ReturnTypes = {
|
|
|
1879
1930
|
deleteZones: "DeletionResponse",
|
|
1880
1931
|
addMembersToZone: "Zone",
|
|
1881
1932
|
removeMembersFromZone: "Zone",
|
|
1933
|
+
copyOrder: "CopyOrderResult",
|
|
1934
|
+
createCronJob: "Boolean",
|
|
1935
|
+
updateCronJob: "Boolean",
|
|
1936
|
+
removeCronJob: "Boolean",
|
|
1937
|
+
sendAllProductsToMerchantPlatform: "Boolean",
|
|
1938
|
+
saveMerchantPlatformSettings: "MerchantPlatformSettingsEntity",
|
|
1939
|
+
removeOrphanItems: "Boolean",
|
|
1882
1940
|
registerRealization: "OrderRealization",
|
|
1883
|
-
|
|
1941
|
+
setInpostShippingMethodConfig: "Boolean",
|
|
1884
1942
|
},
|
|
1885
1943
|
Administrator: {
|
|
1886
1944
|
id: "ID",
|
|
@@ -1890,47 +1948,47 @@ exports.ReturnTypes = {
|
|
|
1890
1948
|
lastName: "String",
|
|
1891
1949
|
emailAddress: "String",
|
|
1892
1950
|
user: "User",
|
|
1893
|
-
customFields: "JSON"
|
|
1951
|
+
customFields: "JSON",
|
|
1894
1952
|
},
|
|
1895
1953
|
AdministratorList: {
|
|
1896
1954
|
items: "Administrator",
|
|
1897
|
-
totalItems: "Int"
|
|
1955
|
+
totalItems: "Int",
|
|
1898
1956
|
},
|
|
1899
1957
|
MimeTypeError: {
|
|
1900
1958
|
errorCode: "ErrorCode",
|
|
1901
1959
|
message: "String",
|
|
1902
1960
|
fileName: "String",
|
|
1903
|
-
mimeType: "String"
|
|
1961
|
+
mimeType: "String",
|
|
1904
1962
|
},
|
|
1905
1963
|
CreateAssetResult: {
|
|
1906
1964
|
"...on Asset": "Asset",
|
|
1907
|
-
"...on MimeTypeError": "MimeTypeError"
|
|
1965
|
+
"...on MimeTypeError": "MimeTypeError",
|
|
1908
1966
|
},
|
|
1909
1967
|
NativeAuthenticationResult: {
|
|
1910
1968
|
"...on CurrentUser": "CurrentUser",
|
|
1911
1969
|
"...on InvalidCredentialsError": "InvalidCredentialsError",
|
|
1912
|
-
"...on NativeAuthStrategyError": "NativeAuthStrategyError"
|
|
1970
|
+
"...on NativeAuthStrategyError": "NativeAuthStrategyError",
|
|
1913
1971
|
},
|
|
1914
1972
|
AuthenticationResult: {
|
|
1915
1973
|
"...on CurrentUser": "CurrentUser",
|
|
1916
|
-
"...on InvalidCredentialsError": "InvalidCredentialsError"
|
|
1974
|
+
"...on InvalidCredentialsError": "InvalidCredentialsError",
|
|
1917
1975
|
},
|
|
1918
1976
|
ChannelList: {
|
|
1919
1977
|
items: "Channel",
|
|
1920
|
-
totalItems: "Int"
|
|
1978
|
+
totalItems: "Int",
|
|
1921
1979
|
},
|
|
1922
1980
|
LanguageNotAvailableError: {
|
|
1923
1981
|
errorCode: "ErrorCode",
|
|
1924
1982
|
message: "String",
|
|
1925
|
-
languageCode: "String"
|
|
1983
|
+
languageCode: "String",
|
|
1926
1984
|
},
|
|
1927
1985
|
CreateChannelResult: {
|
|
1928
1986
|
"...on Channel": "Channel",
|
|
1929
|
-
"...on LanguageNotAvailableError": "LanguageNotAvailableError"
|
|
1987
|
+
"...on LanguageNotAvailableError": "LanguageNotAvailableError",
|
|
1930
1988
|
},
|
|
1931
1989
|
UpdateChannelResult: {
|
|
1932
1990
|
"...on Channel": "Channel",
|
|
1933
|
-
"...on LanguageNotAvailableError": "LanguageNotAvailableError"
|
|
1991
|
+
"...on LanguageNotAvailableError": "LanguageNotAvailableError",
|
|
1934
1992
|
},
|
|
1935
1993
|
Collection: {
|
|
1936
1994
|
isPrivate: "Boolean",
|
|
@@ -1952,7 +2010,7 @@ exports.ReturnTypes = {
|
|
|
1952
2010
|
filters: "ConfigurableOperation",
|
|
1953
2011
|
translations: "CollectionTranslation",
|
|
1954
2012
|
productVariants: "ProductVariantList",
|
|
1955
|
-
customFields: "JSON"
|
|
2013
|
+
customFields: "JSON",
|
|
1956
2014
|
},
|
|
1957
2015
|
Customer: {
|
|
1958
2016
|
groups: "CustomerGroup",
|
|
@@ -1968,38 +2026,38 @@ exports.ReturnTypes = {
|
|
|
1968
2026
|
addresses: "Address",
|
|
1969
2027
|
orders: "OrderList",
|
|
1970
2028
|
user: "User",
|
|
1971
|
-
customFields: "JSON"
|
|
2029
|
+
customFields: "JSON",
|
|
1972
2030
|
},
|
|
1973
2031
|
CustomerGroupList: {
|
|
1974
2032
|
items: "CustomerGroup",
|
|
1975
|
-
totalItems: "Int"
|
|
2033
|
+
totalItems: "Int",
|
|
1976
2034
|
},
|
|
1977
2035
|
CreateCustomerResult: {
|
|
1978
2036
|
"...on Customer": "Customer",
|
|
1979
|
-
"...on EmailAddressConflictError": "EmailAddressConflictError"
|
|
2037
|
+
"...on EmailAddressConflictError": "EmailAddressConflictError",
|
|
1980
2038
|
},
|
|
1981
2039
|
UpdateCustomerResult: {
|
|
1982
2040
|
"...on Customer": "Customer",
|
|
1983
|
-
"...on EmailAddressConflictError": "EmailAddressConflictError"
|
|
2041
|
+
"...on EmailAddressConflictError": "EmailAddressConflictError",
|
|
1984
2042
|
},
|
|
1985
2043
|
EntityDuplicatorDefinition: {
|
|
1986
2044
|
code: "String",
|
|
1987
2045
|
args: "ConfigArgDefinition",
|
|
1988
2046
|
description: "String",
|
|
1989
2047
|
forEntities: "String",
|
|
1990
|
-
requiresPermission: "Permission"
|
|
2048
|
+
requiresPermission: "Permission",
|
|
1991
2049
|
},
|
|
1992
2050
|
DuplicateEntitySuccess: {
|
|
1993
|
-
newEntityId: "ID"
|
|
2051
|
+
newEntityId: "ID",
|
|
1994
2052
|
},
|
|
1995
2053
|
DuplicateEntityError: {
|
|
1996
2054
|
errorCode: "ErrorCode",
|
|
1997
2055
|
message: "String",
|
|
1998
|
-
duplicationError: "String"
|
|
2056
|
+
duplicationError: "String",
|
|
1999
2057
|
},
|
|
2000
2058
|
DuplicateEntityResult: {
|
|
2001
2059
|
"...on DuplicateEntitySuccess": "DuplicateEntitySuccess",
|
|
2002
|
-
"...on DuplicateEntityError": "DuplicateEntityError"
|
|
2060
|
+
"...on DuplicateEntityError": "DuplicateEntityError",
|
|
2003
2061
|
},
|
|
2004
2062
|
Facet: {
|
|
2005
2063
|
isPrivate: "Boolean",
|
|
@@ -2012,28 +2070,28 @@ exports.ReturnTypes = {
|
|
|
2012
2070
|
values: "FacetValue",
|
|
2013
2071
|
valueList: "FacetValueList",
|
|
2014
2072
|
translations: "FacetTranslation",
|
|
2015
|
-
customFields: "FacetCustomFields"
|
|
2073
|
+
customFields: "FacetCustomFields",
|
|
2016
2074
|
},
|
|
2017
2075
|
FacetInUseError: {
|
|
2018
2076
|
errorCode: "ErrorCode",
|
|
2019
2077
|
message: "String",
|
|
2020
2078
|
facetCode: "String",
|
|
2021
2079
|
productCount: "Int",
|
|
2022
|
-
variantCount: "Int"
|
|
2080
|
+
variantCount: "Int",
|
|
2023
2081
|
},
|
|
2024
2082
|
RemoveFacetFromChannelResult: {
|
|
2025
2083
|
"...on Facet": "Facet",
|
|
2026
|
-
"...on FacetInUseError": "FacetInUseError"
|
|
2084
|
+
"...on FacetInUseError": "FacetInUseError",
|
|
2027
2085
|
},
|
|
2028
2086
|
ChannelDefaultLanguageError: {
|
|
2029
2087
|
errorCode: "ErrorCode",
|
|
2030
2088
|
message: "String",
|
|
2031
2089
|
language: "String",
|
|
2032
|
-
channelCode: "String"
|
|
2090
|
+
channelCode: "String",
|
|
2033
2091
|
},
|
|
2034
2092
|
UpdateGlobalSettingsResult: {
|
|
2035
2093
|
"...on GlobalSettings": "GlobalSettings",
|
|
2036
|
-
"...on ChannelDefaultLanguageError": "ChannelDefaultLanguageError"
|
|
2094
|
+
"...on ChannelDefaultLanguageError": "ChannelDefaultLanguageError",
|
|
2037
2095
|
},
|
|
2038
2096
|
GlobalSettings: {
|
|
2039
2097
|
id: "ID",
|
|
@@ -2043,16 +2101,16 @@ exports.ReturnTypes = {
|
|
|
2043
2101
|
trackInventory: "Boolean",
|
|
2044
2102
|
outOfStockThreshold: "Int",
|
|
2045
2103
|
serverConfig: "ServerConfig",
|
|
2046
|
-
customFields: "JSON"
|
|
2104
|
+
customFields: "JSON",
|
|
2047
2105
|
},
|
|
2048
2106
|
OrderProcessState: {
|
|
2049
2107
|
name: "String",
|
|
2050
|
-
to: "String"
|
|
2108
|
+
to: "String",
|
|
2051
2109
|
},
|
|
2052
2110
|
PermissionDefinition: {
|
|
2053
2111
|
name: "String",
|
|
2054
2112
|
description: "String",
|
|
2055
|
-
assignable: "Boolean"
|
|
2113
|
+
assignable: "Boolean",
|
|
2056
2114
|
},
|
|
2057
2115
|
ServerConfig: {
|
|
2058
2116
|
orderProcess: "OrderProcessState",
|
|
@@ -2060,7 +2118,7 @@ exports.ReturnTypes = {
|
|
|
2060
2118
|
permissions: "PermissionDefinition",
|
|
2061
2119
|
moneyStrategyPrecision: "Int",
|
|
2062
2120
|
customFieldConfig: "CustomFields",
|
|
2063
|
-
entityCustomFields: "EntityCustomFields"
|
|
2121
|
+
entityCustomFields: "EntityCustomFields",
|
|
2064
2122
|
},
|
|
2065
2123
|
HistoryEntry: {
|
|
2066
2124
|
isPublic: "Boolean",
|
|
@@ -2069,20 +2127,20 @@ exports.ReturnTypes = {
|
|
|
2069
2127
|
createdAt: "DateTime",
|
|
2070
2128
|
updatedAt: "DateTime",
|
|
2071
2129
|
type: "HistoryEntryType",
|
|
2072
|
-
data: "JSON"
|
|
2130
|
+
data: "JSON",
|
|
2073
2131
|
},
|
|
2074
2132
|
ImportInfo: {
|
|
2075
2133
|
errors: "String",
|
|
2076
2134
|
processed: "Int",
|
|
2077
|
-
imported: "Int"
|
|
2135
|
+
imported: "Int",
|
|
2078
2136
|
},
|
|
2079
2137
|
JobBufferSize: {
|
|
2080
2138
|
bufferId: "String",
|
|
2081
|
-
size: "Int"
|
|
2139
|
+
size: "Int",
|
|
2082
2140
|
},
|
|
2083
2141
|
JobList: {
|
|
2084
2142
|
items: "Job",
|
|
2085
|
-
totalItems: "Int"
|
|
2143
|
+
totalItems: "Int",
|
|
2086
2144
|
},
|
|
2087
2145
|
Job: {
|
|
2088
2146
|
id: "ID",
|
|
@@ -2098,11 +2156,11 @@ exports.ReturnTypes = {
|
|
|
2098
2156
|
isSettled: "Boolean",
|
|
2099
2157
|
duration: "Int",
|
|
2100
2158
|
retries: "Int",
|
|
2101
|
-
attempts: "Int"
|
|
2159
|
+
attempts: "Int",
|
|
2102
2160
|
},
|
|
2103
2161
|
JobQueue: {
|
|
2104
2162
|
name: "String",
|
|
2105
|
-
running: "Boolean"
|
|
2163
|
+
running: "Boolean",
|
|
2106
2164
|
},
|
|
2107
2165
|
Order: {
|
|
2108
2166
|
nextStates: "String",
|
|
@@ -2126,6 +2184,7 @@ exports.ReturnTypes = {
|
|
|
2126
2184
|
surcharges: "Surcharge",
|
|
2127
2185
|
discounts: "Discount",
|
|
2128
2186
|
couponCodes: "String",
|
|
2187
|
+
excludedPromotionIds: "String",
|
|
2129
2188
|
promotions: "Promotion",
|
|
2130
2189
|
payments: "Payment",
|
|
2131
2190
|
fulfillments: "Fulfillment",
|
|
@@ -2141,8 +2200,7 @@ exports.ReturnTypes = {
|
|
|
2141
2200
|
taxSummary: "OrderTaxSummary",
|
|
2142
2201
|
history: "HistoryEntryList",
|
|
2143
2202
|
getRealization: "OrderRealization",
|
|
2144
|
-
|
|
2145
|
-
customFields: "JSON"
|
|
2203
|
+
customFields: "OrderCustomFields",
|
|
2146
2204
|
},
|
|
2147
2205
|
Fulfillment: {
|
|
2148
2206
|
nextStates: "String",
|
|
@@ -2154,7 +2212,7 @@ exports.ReturnTypes = {
|
|
|
2154
2212
|
state: "String",
|
|
2155
2213
|
method: "String",
|
|
2156
2214
|
trackingCode: "String",
|
|
2157
|
-
customFields: "
|
|
2215
|
+
customFields: "FulfillmentCustomFields",
|
|
2158
2216
|
},
|
|
2159
2217
|
Payment: {
|
|
2160
2218
|
nextStates: "String",
|
|
@@ -2167,14 +2225,14 @@ exports.ReturnTypes = {
|
|
|
2167
2225
|
transactionId: "String",
|
|
2168
2226
|
errorMessage: "String",
|
|
2169
2227
|
refunds: "Refund",
|
|
2170
|
-
metadata: "JSON"
|
|
2228
|
+
metadata: "JSON",
|
|
2171
2229
|
},
|
|
2172
2230
|
OrderModificationLine: {
|
|
2173
2231
|
orderLine: "OrderLine",
|
|
2174
2232
|
orderLineId: "ID",
|
|
2175
2233
|
quantity: "Int",
|
|
2176
2234
|
modification: "OrderModification",
|
|
2177
|
-
modificationId: "ID"
|
|
2235
|
+
modificationId: "ID",
|
|
2178
2236
|
},
|
|
2179
2237
|
OrderModification: {
|
|
2180
2238
|
id: "ID",
|
|
@@ -2186,133 +2244,133 @@ exports.ReturnTypes = {
|
|
|
2186
2244
|
surcharges: "Surcharge",
|
|
2187
2245
|
payment: "Payment",
|
|
2188
2246
|
refund: "Refund",
|
|
2189
|
-
isSettled: "Boolean"
|
|
2247
|
+
isSettled: "Boolean",
|
|
2190
2248
|
},
|
|
2191
2249
|
SettlePaymentError: {
|
|
2192
2250
|
errorCode: "ErrorCode",
|
|
2193
2251
|
message: "String",
|
|
2194
|
-
paymentErrorMessage: "String"
|
|
2252
|
+
paymentErrorMessage: "String",
|
|
2195
2253
|
},
|
|
2196
2254
|
CancelPaymentError: {
|
|
2197
2255
|
errorCode: "ErrorCode",
|
|
2198
2256
|
message: "String",
|
|
2199
|
-
paymentErrorMessage: "String"
|
|
2257
|
+
paymentErrorMessage: "String",
|
|
2200
2258
|
},
|
|
2201
2259
|
EmptyOrderLineSelectionError: {
|
|
2202
2260
|
errorCode: "ErrorCode",
|
|
2203
|
-
message: "String"
|
|
2261
|
+
message: "String",
|
|
2204
2262
|
},
|
|
2205
2263
|
ItemsAlreadyFulfilledError: {
|
|
2206
2264
|
errorCode: "ErrorCode",
|
|
2207
|
-
message: "String"
|
|
2265
|
+
message: "String",
|
|
2208
2266
|
},
|
|
2209
2267
|
InvalidFulfillmentHandlerError: {
|
|
2210
2268
|
errorCode: "ErrorCode",
|
|
2211
|
-
message: "String"
|
|
2269
|
+
message: "String",
|
|
2212
2270
|
},
|
|
2213
2271
|
CreateFulfillmentError: {
|
|
2214
2272
|
errorCode: "ErrorCode",
|
|
2215
2273
|
message: "String",
|
|
2216
|
-
fulfillmentHandlerError: "String"
|
|
2274
|
+
fulfillmentHandlerError: "String",
|
|
2217
2275
|
},
|
|
2218
2276
|
InsufficientStockOnHandError: {
|
|
2219
2277
|
errorCode: "ErrorCode",
|
|
2220
2278
|
message: "String",
|
|
2221
2279
|
productVariantId: "ID",
|
|
2222
2280
|
productVariantName: "String",
|
|
2223
|
-
stockOnHand: "Int"
|
|
2281
|
+
stockOnHand: "Int",
|
|
2224
2282
|
},
|
|
2225
2283
|
MultipleOrderError: {
|
|
2226
2284
|
errorCode: "ErrorCode",
|
|
2227
|
-
message: "String"
|
|
2285
|
+
message: "String",
|
|
2228
2286
|
},
|
|
2229
2287
|
CancelActiveOrderError: {
|
|
2230
2288
|
errorCode: "ErrorCode",
|
|
2231
2289
|
message: "String",
|
|
2232
|
-
orderState: "String"
|
|
2290
|
+
orderState: "String",
|
|
2233
2291
|
},
|
|
2234
2292
|
PaymentOrderMismatchError: {
|
|
2235
2293
|
errorCode: "ErrorCode",
|
|
2236
|
-
message: "String"
|
|
2294
|
+
message: "String",
|
|
2237
2295
|
},
|
|
2238
2296
|
RefundOrderStateError: {
|
|
2239
2297
|
errorCode: "ErrorCode",
|
|
2240
2298
|
message: "String",
|
|
2241
|
-
orderState: "String"
|
|
2299
|
+
orderState: "String",
|
|
2242
2300
|
},
|
|
2243
2301
|
NothingToRefundError: {
|
|
2244
2302
|
errorCode: "ErrorCode",
|
|
2245
|
-
message: "String"
|
|
2303
|
+
message: "String",
|
|
2246
2304
|
},
|
|
2247
2305
|
AlreadyRefundedError: {
|
|
2248
2306
|
errorCode: "ErrorCode",
|
|
2249
2307
|
message: "String",
|
|
2250
|
-
refundId: "ID"
|
|
2308
|
+
refundId: "ID",
|
|
2251
2309
|
},
|
|
2252
2310
|
QuantityTooGreatError: {
|
|
2253
2311
|
errorCode: "ErrorCode",
|
|
2254
|
-
message: "String"
|
|
2312
|
+
message: "String",
|
|
2255
2313
|
},
|
|
2256
2314
|
RefundAmountError: {
|
|
2257
2315
|
errorCode: "ErrorCode",
|
|
2258
2316
|
message: "String",
|
|
2259
|
-
maximumRefundable: "Int"
|
|
2317
|
+
maximumRefundable: "Int",
|
|
2260
2318
|
},
|
|
2261
2319
|
RefundStateTransitionError: {
|
|
2262
2320
|
errorCode: "ErrorCode",
|
|
2263
2321
|
message: "String",
|
|
2264
2322
|
transitionError: "String",
|
|
2265
2323
|
fromState: "String",
|
|
2266
|
-
toState: "String"
|
|
2324
|
+
toState: "String",
|
|
2267
2325
|
},
|
|
2268
2326
|
PaymentStateTransitionError: {
|
|
2269
2327
|
errorCode: "ErrorCode",
|
|
2270
2328
|
message: "String",
|
|
2271
2329
|
transitionError: "String",
|
|
2272
2330
|
fromState: "String",
|
|
2273
|
-
toState: "String"
|
|
2331
|
+
toState: "String",
|
|
2274
2332
|
},
|
|
2275
2333
|
FulfillmentStateTransitionError: {
|
|
2276
2334
|
errorCode: "ErrorCode",
|
|
2277
2335
|
message: "String",
|
|
2278
2336
|
transitionError: "String",
|
|
2279
2337
|
fromState: "String",
|
|
2280
|
-
toState: "String"
|
|
2338
|
+
toState: "String",
|
|
2281
2339
|
},
|
|
2282
2340
|
OrderModificationStateError: {
|
|
2283
2341
|
errorCode: "ErrorCode",
|
|
2284
|
-
message: "String"
|
|
2342
|
+
message: "String",
|
|
2285
2343
|
},
|
|
2286
2344
|
NoChangesSpecifiedError: {
|
|
2287
2345
|
errorCode: "ErrorCode",
|
|
2288
|
-
message: "String"
|
|
2346
|
+
message: "String",
|
|
2289
2347
|
},
|
|
2290
2348
|
PaymentMethodMissingError: {
|
|
2291
2349
|
errorCode: "ErrorCode",
|
|
2292
|
-
message: "String"
|
|
2350
|
+
message: "String",
|
|
2293
2351
|
},
|
|
2294
2352
|
RefundPaymentIdMissingError: {
|
|
2295
2353
|
errorCode: "ErrorCode",
|
|
2296
|
-
message: "String"
|
|
2354
|
+
message: "String",
|
|
2297
2355
|
},
|
|
2298
2356
|
ManualPaymentStateError: {
|
|
2299
2357
|
errorCode: "ErrorCode",
|
|
2300
|
-
message: "String"
|
|
2358
|
+
message: "String",
|
|
2301
2359
|
},
|
|
2302
2360
|
TransitionOrderToStateResult: {
|
|
2303
2361
|
"...on Order": "Order",
|
|
2304
|
-
"...on OrderStateTransitionError": "OrderStateTransitionError"
|
|
2362
|
+
"...on OrderStateTransitionError": "OrderStateTransitionError",
|
|
2305
2363
|
},
|
|
2306
2364
|
SettlePaymentResult: {
|
|
2307
2365
|
"...on Payment": "Payment",
|
|
2308
2366
|
"...on SettlePaymentError": "SettlePaymentError",
|
|
2309
2367
|
"...on PaymentStateTransitionError": "PaymentStateTransitionError",
|
|
2310
|
-
"...on OrderStateTransitionError": "OrderStateTransitionError"
|
|
2368
|
+
"...on OrderStateTransitionError": "OrderStateTransitionError",
|
|
2311
2369
|
},
|
|
2312
2370
|
CancelPaymentResult: {
|
|
2313
2371
|
"...on Payment": "Payment",
|
|
2314
2372
|
"...on CancelPaymentError": "CancelPaymentError",
|
|
2315
|
-
"...on PaymentStateTransitionError": "PaymentStateTransitionError"
|
|
2373
|
+
"...on PaymentStateTransitionError": "PaymentStateTransitionError",
|
|
2316
2374
|
},
|
|
2317
2375
|
AddFulfillmentToOrderResult: {
|
|
2318
2376
|
"...on Fulfillment": "Fulfillment",
|
|
@@ -2321,7 +2379,7 @@ exports.ReturnTypes = {
|
|
|
2321
2379
|
"...on InsufficientStockOnHandError": "InsufficientStockOnHandError",
|
|
2322
2380
|
"...on InvalidFulfillmentHandlerError": "InvalidFulfillmentHandlerError",
|
|
2323
2381
|
"...on FulfillmentStateTransitionError": "FulfillmentStateTransitionError",
|
|
2324
|
-
"...on CreateFulfillmentError": "CreateFulfillmentError"
|
|
2382
|
+
"...on CreateFulfillmentError": "CreateFulfillmentError",
|
|
2325
2383
|
},
|
|
2326
2384
|
CancelOrderResult: {
|
|
2327
2385
|
"...on Order": "Order",
|
|
@@ -2329,7 +2387,7 @@ exports.ReturnTypes = {
|
|
|
2329
2387
|
"...on QuantityTooGreatError": "QuantityTooGreatError",
|
|
2330
2388
|
"...on MultipleOrderError": "MultipleOrderError",
|
|
2331
2389
|
"...on CancelActiveOrderError": "CancelActiveOrderError",
|
|
2332
|
-
"...on OrderStateTransitionError": "OrderStateTransitionError"
|
|
2390
|
+
"...on OrderStateTransitionError": "OrderStateTransitionError",
|
|
2333
2391
|
},
|
|
2334
2392
|
RefundOrderResult: {
|
|
2335
2393
|
"...on Refund": "Refund",
|
|
@@ -2341,19 +2399,19 @@ exports.ReturnTypes = {
|
|
|
2341
2399
|
"...on RefundOrderStateError": "RefundOrderStateError",
|
|
2342
2400
|
"...on AlreadyRefundedError": "AlreadyRefundedError",
|
|
2343
2401
|
"...on RefundStateTransitionError": "RefundStateTransitionError",
|
|
2344
|
-
"...on RefundAmountError": "RefundAmountError"
|
|
2402
|
+
"...on RefundAmountError": "RefundAmountError",
|
|
2345
2403
|
},
|
|
2346
2404
|
SettleRefundResult: {
|
|
2347
2405
|
"...on Refund": "Refund",
|
|
2348
|
-
"...on RefundStateTransitionError": "RefundStateTransitionError"
|
|
2406
|
+
"...on RefundStateTransitionError": "RefundStateTransitionError",
|
|
2349
2407
|
},
|
|
2350
2408
|
TransitionFulfillmentToStateResult: {
|
|
2351
2409
|
"...on Fulfillment": "Fulfillment",
|
|
2352
|
-
"...on FulfillmentStateTransitionError": "FulfillmentStateTransitionError"
|
|
2410
|
+
"...on FulfillmentStateTransitionError": "FulfillmentStateTransitionError",
|
|
2353
2411
|
},
|
|
2354
2412
|
TransitionPaymentToStateResult: {
|
|
2355
2413
|
"...on Payment": "Payment",
|
|
2356
|
-
"...on PaymentStateTransitionError": "PaymentStateTransitionError"
|
|
2414
|
+
"...on PaymentStateTransitionError": "PaymentStateTransitionError",
|
|
2357
2415
|
},
|
|
2358
2416
|
ModifyOrderResult: {
|
|
2359
2417
|
"...on Order": "Order",
|
|
@@ -2367,19 +2425,19 @@ exports.ReturnTypes = {
|
|
|
2367
2425
|
"...on CouponCodeExpiredError": "CouponCodeExpiredError",
|
|
2368
2426
|
"...on CouponCodeInvalidError": "CouponCodeInvalidError",
|
|
2369
2427
|
"...on CouponCodeLimitError": "CouponCodeLimitError",
|
|
2370
|
-
"...on IneligibleShippingMethodError": "IneligibleShippingMethodError"
|
|
2428
|
+
"...on IneligibleShippingMethodError": "IneligibleShippingMethodError",
|
|
2371
2429
|
},
|
|
2372
2430
|
AddManualPaymentToOrderResult: {
|
|
2373
2431
|
"...on Order": "Order",
|
|
2374
|
-
"...on ManualPaymentStateError": "ManualPaymentStateError"
|
|
2432
|
+
"...on ManualPaymentStateError": "ManualPaymentStateError",
|
|
2375
2433
|
},
|
|
2376
2434
|
SetCustomerForDraftOrderResult: {
|
|
2377
2435
|
"...on Order": "Order",
|
|
2378
|
-
"...on EmailAddressConflictError": "EmailAddressConflictError"
|
|
2436
|
+
"...on EmailAddressConflictError": "EmailAddressConflictError",
|
|
2379
2437
|
},
|
|
2380
2438
|
PaymentMethodList: {
|
|
2381
2439
|
items: "PaymentMethod",
|
|
2382
|
-
totalItems: "Int"
|
|
2440
|
+
totalItems: "Int",
|
|
2383
2441
|
},
|
|
2384
2442
|
Product: {
|
|
2385
2443
|
channels: "Channel",
|
|
@@ -2399,12 +2457,12 @@ exports.ReturnTypes = {
|
|
|
2399
2457
|
facetValues: "FacetValue",
|
|
2400
2458
|
translations: "ProductTranslation",
|
|
2401
2459
|
collections: "Collection",
|
|
2402
|
-
customFields: "JSON"
|
|
2460
|
+
customFields: "JSON",
|
|
2403
2461
|
},
|
|
2404
2462
|
ProductVariantPrice: {
|
|
2405
2463
|
currencyCode: "CurrencyCode",
|
|
2406
2464
|
price: "Money",
|
|
2407
|
-
customFields: "JSON"
|
|
2465
|
+
customFields: "JSON",
|
|
2408
2466
|
},
|
|
2409
2467
|
ProductVariant: {
|
|
2410
2468
|
enabled: "Boolean",
|
|
@@ -2436,7 +2494,7 @@ exports.ReturnTypes = {
|
|
|
2436
2494
|
options: "ProductOption",
|
|
2437
2495
|
facetValues: "FacetValue",
|
|
2438
2496
|
translations: "ProductVariantTranslation",
|
|
2439
|
-
customFields: "
|
|
2497
|
+
customFields: "ProductVariantCustomFields",
|
|
2440
2498
|
},
|
|
2441
2499
|
SearchResult: {
|
|
2442
2500
|
enabled: "Boolean",
|
|
@@ -2456,42 +2514,42 @@ exports.ReturnTypes = {
|
|
|
2456
2514
|
facetIds: "ID",
|
|
2457
2515
|
facetValueIds: "ID",
|
|
2458
2516
|
collectionIds: "ID",
|
|
2459
|
-
score: "Float"
|
|
2517
|
+
score: "Float",
|
|
2460
2518
|
},
|
|
2461
2519
|
ProductOptionInUseError: {
|
|
2462
2520
|
errorCode: "ErrorCode",
|
|
2463
2521
|
message: "String",
|
|
2464
2522
|
optionGroupCode: "String",
|
|
2465
|
-
productVariantCount: "Int"
|
|
2523
|
+
productVariantCount: "Int",
|
|
2466
2524
|
},
|
|
2467
2525
|
RemoveOptionGroupFromProductResult: {
|
|
2468
2526
|
"...on Product": "Product",
|
|
2469
|
-
"...on ProductOptionInUseError": "ProductOptionInUseError"
|
|
2527
|
+
"...on ProductOptionInUseError": "ProductOptionInUseError",
|
|
2470
2528
|
},
|
|
2471
2529
|
MissingConditionsError: {
|
|
2472
2530
|
errorCode: "ErrorCode",
|
|
2473
|
-
message: "String"
|
|
2531
|
+
message: "String",
|
|
2474
2532
|
},
|
|
2475
2533
|
CreatePromotionResult: {
|
|
2476
2534
|
"...on Promotion": "Promotion",
|
|
2477
|
-
"...on MissingConditionsError": "MissingConditionsError"
|
|
2535
|
+
"...on MissingConditionsError": "MissingConditionsError",
|
|
2478
2536
|
},
|
|
2479
2537
|
UpdatePromotionResult: {
|
|
2480
2538
|
"...on Promotion": "Promotion",
|
|
2481
|
-
"...on MissingConditionsError": "MissingConditionsError"
|
|
2539
|
+
"...on MissingConditionsError": "MissingConditionsError",
|
|
2482
2540
|
},
|
|
2483
2541
|
SellerList: {
|
|
2484
2542
|
items: "Seller",
|
|
2485
|
-
totalItems: "Int"
|
|
2543
|
+
totalItems: "Int",
|
|
2486
2544
|
},
|
|
2487
2545
|
TestShippingMethodResult: {
|
|
2488
2546
|
eligible: "Boolean",
|
|
2489
|
-
quote: "TestShippingMethodQuote"
|
|
2547
|
+
quote: "TestShippingMethodQuote",
|
|
2490
2548
|
},
|
|
2491
2549
|
TestShippingMethodQuote: {
|
|
2492
2550
|
price: "Money",
|
|
2493
2551
|
priceWithTax: "Money",
|
|
2494
|
-
metadata: "JSON"
|
|
2552
|
+
metadata: "JSON",
|
|
2495
2553
|
},
|
|
2496
2554
|
StockLevel: {
|
|
2497
2555
|
id: "ID",
|
|
@@ -2500,11 +2558,11 @@ exports.ReturnTypes = {
|
|
|
2500
2558
|
stockLocationId: "ID",
|
|
2501
2559
|
stockOnHand: "Int",
|
|
2502
2560
|
stockAllocated: "Int",
|
|
2503
|
-
stockLocation: "StockLocation"
|
|
2561
|
+
stockLocation: "StockLocation",
|
|
2504
2562
|
},
|
|
2505
2563
|
StockLocationList: {
|
|
2506
2564
|
items: "StockLocation",
|
|
2507
|
-
totalItems: "Int"
|
|
2565
|
+
totalItems: "Int",
|
|
2508
2566
|
},
|
|
2509
2567
|
StockLocation: {
|
|
2510
2568
|
id: "ID",
|
|
@@ -2512,7 +2570,7 @@ exports.ReturnTypes = {
|
|
|
2512
2570
|
updatedAt: "DateTime",
|
|
2513
2571
|
name: "String",
|
|
2514
2572
|
description: "String",
|
|
2515
|
-
customFields: "JSON"
|
|
2573
|
+
customFields: "JSON",
|
|
2516
2574
|
},
|
|
2517
2575
|
StockMovement: {
|
|
2518
2576
|
"...on StockAdjustment": "StockAdjustment",
|
|
@@ -2526,7 +2584,7 @@ exports.ReturnTypes = {
|
|
|
2526
2584
|
updatedAt: "DateTime",
|
|
2527
2585
|
productVariant: "ProductVariant",
|
|
2528
2586
|
type: "StockMovementType",
|
|
2529
|
-
quantity: "Int"
|
|
2587
|
+
quantity: "Int",
|
|
2530
2588
|
},
|
|
2531
2589
|
StockAdjustment: {
|
|
2532
2590
|
id: "ID",
|
|
@@ -2534,7 +2592,7 @@ exports.ReturnTypes = {
|
|
|
2534
2592
|
updatedAt: "DateTime",
|
|
2535
2593
|
productVariant: "ProductVariant",
|
|
2536
2594
|
type: "StockMovementType",
|
|
2537
|
-
quantity: "Int"
|
|
2595
|
+
quantity: "Int",
|
|
2538
2596
|
},
|
|
2539
2597
|
Allocation: {
|
|
2540
2598
|
id: "ID",
|
|
@@ -2543,7 +2601,7 @@ exports.ReturnTypes = {
|
|
|
2543
2601
|
productVariant: "ProductVariant",
|
|
2544
2602
|
type: "StockMovementType",
|
|
2545
2603
|
quantity: "Int",
|
|
2546
|
-
orderLine: "OrderLine"
|
|
2604
|
+
orderLine: "OrderLine",
|
|
2547
2605
|
},
|
|
2548
2606
|
Sale: {
|
|
2549
2607
|
id: "ID",
|
|
@@ -2551,7 +2609,7 @@ exports.ReturnTypes = {
|
|
|
2551
2609
|
updatedAt: "DateTime",
|
|
2552
2610
|
productVariant: "ProductVariant",
|
|
2553
2611
|
type: "StockMovementType",
|
|
2554
|
-
quantity: "Int"
|
|
2612
|
+
quantity: "Int",
|
|
2555
2613
|
},
|
|
2556
2614
|
Cancellation: {
|
|
2557
2615
|
id: "ID",
|
|
@@ -2560,7 +2618,7 @@ exports.ReturnTypes = {
|
|
|
2560
2618
|
productVariant: "ProductVariant",
|
|
2561
2619
|
type: "StockMovementType",
|
|
2562
2620
|
quantity: "Int",
|
|
2563
|
-
orderLine: "OrderLine"
|
|
2621
|
+
orderLine: "OrderLine",
|
|
2564
2622
|
},
|
|
2565
2623
|
Return: {
|
|
2566
2624
|
id: "ID",
|
|
@@ -2568,7 +2626,7 @@ exports.ReturnTypes = {
|
|
|
2568
2626
|
updatedAt: "DateTime",
|
|
2569
2627
|
productVariant: "ProductVariant",
|
|
2570
2628
|
type: "StockMovementType",
|
|
2571
|
-
quantity: "Int"
|
|
2629
|
+
quantity: "Int",
|
|
2572
2630
|
},
|
|
2573
2631
|
Release: {
|
|
2574
2632
|
id: "ID",
|
|
@@ -2576,7 +2634,7 @@ exports.ReturnTypes = {
|
|
|
2576
2634
|
updatedAt: "DateTime",
|
|
2577
2635
|
productVariant: "ProductVariant",
|
|
2578
2636
|
type: "StockMovementType",
|
|
2579
|
-
quantity: "Int"
|
|
2637
|
+
quantity: "Int",
|
|
2580
2638
|
},
|
|
2581
2639
|
StockMovementItem: {
|
|
2582
2640
|
"...on StockAdjustment": "StockAdjustment",
|
|
@@ -2584,19 +2642,19 @@ exports.ReturnTypes = {
|
|
|
2584
2642
|
"...on Sale": "Sale",
|
|
2585
2643
|
"...on Cancellation": "Cancellation",
|
|
2586
2644
|
"...on Return": "Return",
|
|
2587
|
-
"...on Release": "Release"
|
|
2645
|
+
"...on Release": "Release",
|
|
2588
2646
|
},
|
|
2589
2647
|
StockMovementList: {
|
|
2590
2648
|
items: "StockMovementItem",
|
|
2591
|
-
totalItems: "Int"
|
|
2649
|
+
totalItems: "Int",
|
|
2592
2650
|
},
|
|
2593
2651
|
TaxCategoryList: {
|
|
2594
2652
|
items: "TaxCategory",
|
|
2595
|
-
totalItems: "Int"
|
|
2653
|
+
totalItems: "Int",
|
|
2596
2654
|
},
|
|
2597
2655
|
ZoneList: {
|
|
2598
2656
|
items: "Zone",
|
|
2599
|
-
totalItems: "Int"
|
|
2657
|
+
totalItems: "Int",
|
|
2600
2658
|
},
|
|
2601
2659
|
Address: {
|
|
2602
2660
|
id: "ID",
|
|
@@ -2613,7 +2671,7 @@ exports.ReturnTypes = {
|
|
|
2613
2671
|
phoneNumber: "String",
|
|
2614
2672
|
defaultShippingAddress: "Boolean",
|
|
2615
2673
|
defaultBillingAddress: "Boolean",
|
|
2616
|
-
customFields: "JSON"
|
|
2674
|
+
customFields: "JSON",
|
|
2617
2675
|
},
|
|
2618
2676
|
Asset: {
|
|
2619
2677
|
id: "ID",
|
|
@@ -2629,26 +2687,26 @@ exports.ReturnTypes = {
|
|
|
2629
2687
|
preview: "String",
|
|
2630
2688
|
focalPoint: "Coordinate",
|
|
2631
2689
|
tags: "Tag",
|
|
2632
|
-
customFields: "JSON"
|
|
2690
|
+
customFields: "JSON",
|
|
2633
2691
|
},
|
|
2634
2692
|
Coordinate: {
|
|
2635
2693
|
x: "Float",
|
|
2636
|
-
y: "Float"
|
|
2694
|
+
y: "Float",
|
|
2637
2695
|
},
|
|
2638
2696
|
AssetList: {
|
|
2639
2697
|
items: "Asset",
|
|
2640
|
-
totalItems: "Int"
|
|
2698
|
+
totalItems: "Int",
|
|
2641
2699
|
},
|
|
2642
2700
|
CurrentUser: {
|
|
2643
2701
|
id: "ID",
|
|
2644
2702
|
identifier: "String",
|
|
2645
|
-
channels: "CurrentUserChannel"
|
|
2703
|
+
channels: "CurrentUserChannel",
|
|
2646
2704
|
},
|
|
2647
2705
|
CurrentUserChannel: {
|
|
2648
2706
|
id: "ID",
|
|
2649
2707
|
token: "String",
|
|
2650
2708
|
code: "String",
|
|
2651
|
-
permissions: "Permission"
|
|
2709
|
+
permissions: "Permission",
|
|
2652
2710
|
},
|
|
2653
2711
|
Channel: {
|
|
2654
2712
|
id: "ID",
|
|
@@ -2667,12 +2725,12 @@ exports.ReturnTypes = {
|
|
|
2667
2725
|
outOfStockThreshold: "Int",
|
|
2668
2726
|
pricesIncludeTax: "Boolean",
|
|
2669
2727
|
seller: "Seller",
|
|
2670
|
-
customFields: "JSON"
|
|
2728
|
+
customFields: "JSON",
|
|
2671
2729
|
},
|
|
2672
2730
|
CollectionBreadcrumb: {
|
|
2673
2731
|
id: "ID",
|
|
2674
2732
|
name: "String",
|
|
2675
|
-
slug: "String"
|
|
2733
|
+
slug: "String",
|
|
2676
2734
|
},
|
|
2677
2735
|
CollectionTranslation: {
|
|
2678
2736
|
id: "ID",
|
|
@@ -2681,84 +2739,84 @@ exports.ReturnTypes = {
|
|
|
2681
2739
|
languageCode: "LanguageCode",
|
|
2682
2740
|
name: "String",
|
|
2683
2741
|
slug: "String",
|
|
2684
|
-
description: "String"
|
|
2742
|
+
description: "String",
|
|
2685
2743
|
},
|
|
2686
2744
|
CollectionList: {
|
|
2687
2745
|
items: "Collection",
|
|
2688
|
-
totalItems: "Int"
|
|
2746
|
+
totalItems: "Int",
|
|
2689
2747
|
},
|
|
2690
2748
|
NativeAuthStrategyError: {
|
|
2691
2749
|
errorCode: "ErrorCode",
|
|
2692
|
-
message: "String"
|
|
2750
|
+
message: "String",
|
|
2693
2751
|
},
|
|
2694
2752
|
InvalidCredentialsError: {
|
|
2695
2753
|
errorCode: "ErrorCode",
|
|
2696
2754
|
message: "String",
|
|
2697
|
-
authenticationError: "String"
|
|
2755
|
+
authenticationError: "String",
|
|
2698
2756
|
},
|
|
2699
2757
|
OrderStateTransitionError: {
|
|
2700
2758
|
errorCode: "ErrorCode",
|
|
2701
2759
|
message: "String",
|
|
2702
2760
|
transitionError: "String",
|
|
2703
2761
|
fromState: "String",
|
|
2704
|
-
toState: "String"
|
|
2762
|
+
toState: "String",
|
|
2705
2763
|
},
|
|
2706
2764
|
EmailAddressConflictError: {
|
|
2707
2765
|
errorCode: "ErrorCode",
|
|
2708
|
-
message: "String"
|
|
2766
|
+
message: "String",
|
|
2709
2767
|
},
|
|
2710
2768
|
GuestCheckoutError: {
|
|
2711
2769
|
errorCode: "ErrorCode",
|
|
2712
2770
|
message: "String",
|
|
2713
|
-
errorDetail: "String"
|
|
2771
|
+
errorDetail: "String",
|
|
2714
2772
|
},
|
|
2715
2773
|
OrderLimitError: {
|
|
2716
2774
|
errorCode: "ErrorCode",
|
|
2717
2775
|
message: "String",
|
|
2718
|
-
maxItems: "Int"
|
|
2776
|
+
maxItems: "Int",
|
|
2719
2777
|
},
|
|
2720
2778
|
NegativeQuantityError: {
|
|
2721
2779
|
errorCode: "ErrorCode",
|
|
2722
|
-
message: "String"
|
|
2780
|
+
message: "String",
|
|
2723
2781
|
},
|
|
2724
2782
|
InsufficientStockError: {
|
|
2725
2783
|
errorCode: "ErrorCode",
|
|
2726
2784
|
message: "String",
|
|
2727
2785
|
quantityAvailable: "Int",
|
|
2728
|
-
order: "Order"
|
|
2786
|
+
order: "Order",
|
|
2729
2787
|
},
|
|
2730
2788
|
CouponCodeInvalidError: {
|
|
2731
2789
|
errorCode: "ErrorCode",
|
|
2732
2790
|
message: "String",
|
|
2733
|
-
couponCode: "String"
|
|
2791
|
+
couponCode: "String",
|
|
2734
2792
|
},
|
|
2735
2793
|
CouponCodeExpiredError: {
|
|
2736
2794
|
errorCode: "ErrorCode",
|
|
2737
2795
|
message: "String",
|
|
2738
|
-
couponCode: "String"
|
|
2796
|
+
couponCode: "String",
|
|
2739
2797
|
},
|
|
2740
2798
|
CouponCodeLimitError: {
|
|
2741
2799
|
errorCode: "ErrorCode",
|
|
2742
2800
|
message: "String",
|
|
2743
2801
|
couponCode: "String",
|
|
2744
|
-
limit: "Int"
|
|
2802
|
+
limit: "Int",
|
|
2745
2803
|
},
|
|
2746
2804
|
OrderModificationError: {
|
|
2747
2805
|
errorCode: "ErrorCode",
|
|
2748
|
-
message: "String"
|
|
2806
|
+
message: "String",
|
|
2749
2807
|
},
|
|
2750
2808
|
IneligibleShippingMethodError: {
|
|
2751
2809
|
errorCode: "ErrorCode",
|
|
2752
|
-
message: "String"
|
|
2810
|
+
message: "String",
|
|
2753
2811
|
},
|
|
2754
2812
|
NoActiveOrderError: {
|
|
2755
2813
|
errorCode: "ErrorCode",
|
|
2756
|
-
message: "String"
|
|
2814
|
+
message: "String",
|
|
2757
2815
|
},
|
|
2758
2816
|
OrderMiddlewareError: {
|
|
2759
2817
|
errorCode: "ErrorCode",
|
|
2760
2818
|
message: "String",
|
|
2761
|
-
middlewareError: "String"
|
|
2819
|
+
middlewareError: "String",
|
|
2762
2820
|
},
|
|
2763
2821
|
JSON: `scalar.JSON`,
|
|
2764
2822
|
DateTime: `scalar.DateTime`,
|
|
@@ -2791,7 +2849,7 @@ exports.ReturnTypes = {
|
|
|
2791
2849
|
"...on TagList": "TagList",
|
|
2792
2850
|
"...on TaxRateList": "TaxRateList",
|
|
2793
2851
|
items: "Node",
|
|
2794
|
-
totalItems: "Int"
|
|
2852
|
+
totalItems: "Int",
|
|
2795
2853
|
},
|
|
2796
2854
|
Node: {
|
|
2797
2855
|
"...on Administrator": "Administrator",
|
|
@@ -2838,7 +2896,8 @@ exports.ReturnTypes = {
|
|
|
2838
2896
|
"...on User": "User",
|
|
2839
2897
|
"...on AuthenticationMethod": "AuthenticationMethod",
|
|
2840
2898
|
"...on Zone": "Zone",
|
|
2841
|
-
|
|
2899
|
+
"...on MerchantPlatformSettingsEntity": "MerchantPlatformSettingsEntity",
|
|
2900
|
+
id: "ID",
|
|
2842
2901
|
},
|
|
2843
2902
|
ErrorResult: {
|
|
2844
2903
|
"...on MimeTypeError": "MimeTypeError",
|
|
@@ -2887,22 +2946,22 @@ exports.ReturnTypes = {
|
|
|
2887
2946
|
"...on NoActiveOrderError": "NoActiveOrderError",
|
|
2888
2947
|
"...on OrderMiddlewareError": "OrderMiddlewareError",
|
|
2889
2948
|
errorCode: "ErrorCode",
|
|
2890
|
-
message: "String"
|
|
2949
|
+
message: "String",
|
|
2891
2950
|
},
|
|
2892
2951
|
Adjustment: {
|
|
2893
2952
|
adjustmentSource: "String",
|
|
2894
2953
|
type: "AdjustmentType",
|
|
2895
2954
|
description: "String",
|
|
2896
2955
|
amount: "Money",
|
|
2897
|
-
data: "JSON"
|
|
2956
|
+
data: "JSON",
|
|
2898
2957
|
},
|
|
2899
2958
|
TaxLine: {
|
|
2900
2959
|
description: "String",
|
|
2901
|
-
taxRate: "Float"
|
|
2960
|
+
taxRate: "Float",
|
|
2902
2961
|
},
|
|
2903
2962
|
ConfigArg: {
|
|
2904
2963
|
name: "String",
|
|
2905
|
-
value: "String"
|
|
2964
|
+
value: "String",
|
|
2906
2965
|
},
|
|
2907
2966
|
ConfigArgDefinition: {
|
|
2908
2967
|
name: "String",
|
|
@@ -2912,23 +2971,23 @@ exports.ReturnTypes = {
|
|
|
2912
2971
|
defaultValue: "JSON",
|
|
2913
2972
|
label: "String",
|
|
2914
2973
|
description: "String",
|
|
2915
|
-
ui: "JSON"
|
|
2974
|
+
ui: "JSON",
|
|
2916
2975
|
},
|
|
2917
2976
|
ConfigurableOperation: {
|
|
2918
2977
|
code: "String",
|
|
2919
|
-
args: "ConfigArg"
|
|
2978
|
+
args: "ConfigArg",
|
|
2920
2979
|
},
|
|
2921
2980
|
ConfigurableOperationDefinition: {
|
|
2922
2981
|
code: "String",
|
|
2923
2982
|
args: "ConfigArgDefinition",
|
|
2924
|
-
description: "String"
|
|
2983
|
+
description: "String",
|
|
2925
2984
|
},
|
|
2926
2985
|
DeletionResponse: {
|
|
2927
2986
|
result: "DeletionResult",
|
|
2928
|
-
message: "String"
|
|
2987
|
+
message: "String",
|
|
2929
2988
|
},
|
|
2930
2989
|
Success: {
|
|
2931
|
-
success: "Boolean"
|
|
2990
|
+
success: "Boolean",
|
|
2932
2991
|
},
|
|
2933
2992
|
ShippingMethodQuote: {
|
|
2934
2993
|
id: "ID",
|
|
@@ -2938,7 +2997,7 @@ exports.ReturnTypes = {
|
|
|
2938
2997
|
name: "String",
|
|
2939
2998
|
description: "String",
|
|
2940
2999
|
metadata: "JSON",
|
|
2941
|
-
customFields: "JSON"
|
|
3000
|
+
customFields: "JSON",
|
|
2942
3001
|
},
|
|
2943
3002
|
PaymentMethodQuote: {
|
|
2944
3003
|
id: "ID",
|
|
@@ -2947,7 +3006,7 @@ exports.ReturnTypes = {
|
|
|
2947
3006
|
description: "String",
|
|
2948
3007
|
isEligible: "Boolean",
|
|
2949
3008
|
eligibilityMessage: "String",
|
|
2950
|
-
customFields: "JSON"
|
|
3009
|
+
customFields: "JSON",
|
|
2951
3010
|
},
|
|
2952
3011
|
UpdateOrderItemsResult: {
|
|
2953
3012
|
"...on Order": "Order",
|
|
@@ -2955,25 +3014,25 @@ exports.ReturnTypes = {
|
|
|
2955
3014
|
"...on OrderLimitError": "OrderLimitError",
|
|
2956
3015
|
"...on NegativeQuantityError": "NegativeQuantityError",
|
|
2957
3016
|
"...on InsufficientStockError": "InsufficientStockError",
|
|
2958
|
-
"...on OrderMiddlewareError": "OrderMiddlewareError"
|
|
3017
|
+
"...on OrderMiddlewareError": "OrderMiddlewareError",
|
|
2959
3018
|
},
|
|
2960
3019
|
RemoveOrderItemsResult: {
|
|
2961
3020
|
"...on Order": "Order",
|
|
2962
3021
|
"...on OrderModificationError": "OrderModificationError",
|
|
2963
|
-
"...on OrderMiddlewareError": "OrderMiddlewareError"
|
|
3022
|
+
"...on OrderMiddlewareError": "OrderMiddlewareError",
|
|
2964
3023
|
},
|
|
2965
3024
|
SetOrderShippingMethodResult: {
|
|
2966
3025
|
"...on Order": "Order",
|
|
2967
3026
|
"...on OrderModificationError": "OrderModificationError",
|
|
2968
3027
|
"...on IneligibleShippingMethodError": "IneligibleShippingMethodError",
|
|
2969
|
-
"...on NoActiveOrderError": "NoActiveOrderError"
|
|
3028
|
+
"...on NoActiveOrderError": "NoActiveOrderError",
|
|
2970
3029
|
},
|
|
2971
3030
|
ApplyCouponCodeResult: {
|
|
2972
3031
|
"...on Order": "Order",
|
|
2973
3032
|
"...on CouponCodeExpiredError": "CouponCodeExpiredError",
|
|
2974
3033
|
"...on CouponCodeInvalidError": "CouponCodeInvalidError",
|
|
2975
3034
|
"...on CouponCodeLimitError": "CouponCodeLimitError",
|
|
2976
|
-
"...on OrderMiddlewareError": "OrderMiddlewareError"
|
|
3035
|
+
"...on OrderMiddlewareError": "OrderMiddlewareError",
|
|
2977
3036
|
},
|
|
2978
3037
|
CustomField: {
|
|
2979
3038
|
"...on StringCustomFieldConfig": "StringCustomFieldConfig",
|
|
@@ -2994,7 +3053,7 @@ exports.ReturnTypes = {
|
|
|
2994
3053
|
internal: "Boolean",
|
|
2995
3054
|
nullable: "Boolean",
|
|
2996
3055
|
requiresPermission: "Permission",
|
|
2997
|
-
ui: "JSON"
|
|
3056
|
+
ui: "JSON",
|
|
2998
3057
|
},
|
|
2999
3058
|
StringCustomFieldConfig: {
|
|
3000
3059
|
name: "String",
|
|
@@ -3009,11 +3068,11 @@ exports.ReturnTypes = {
|
|
|
3009
3068
|
requiresPermission: "Permission",
|
|
3010
3069
|
pattern: "String",
|
|
3011
3070
|
options: "StringFieldOption",
|
|
3012
|
-
ui: "JSON"
|
|
3071
|
+
ui: "JSON",
|
|
3013
3072
|
},
|
|
3014
3073
|
StringFieldOption: {
|
|
3015
3074
|
value: "String",
|
|
3016
|
-
label: "LocalizedString"
|
|
3075
|
+
label: "LocalizedString",
|
|
3017
3076
|
},
|
|
3018
3077
|
LocaleStringCustomFieldConfig: {
|
|
3019
3078
|
name: "String",
|
|
@@ -3027,7 +3086,7 @@ exports.ReturnTypes = {
|
|
|
3027
3086
|
nullable: "Boolean",
|
|
3028
3087
|
requiresPermission: "Permission",
|
|
3029
3088
|
pattern: "String",
|
|
3030
|
-
ui: "JSON"
|
|
3089
|
+
ui: "JSON",
|
|
3031
3090
|
},
|
|
3032
3091
|
IntCustomFieldConfig: {
|
|
3033
3092
|
name: "String",
|
|
@@ -3042,7 +3101,7 @@ exports.ReturnTypes = {
|
|
|
3042
3101
|
min: "Int",
|
|
3043
3102
|
max: "Int",
|
|
3044
3103
|
step: "Int",
|
|
3045
|
-
ui: "JSON"
|
|
3104
|
+
ui: "JSON",
|
|
3046
3105
|
},
|
|
3047
3106
|
FloatCustomFieldConfig: {
|
|
3048
3107
|
name: "String",
|
|
@@ -3057,7 +3116,7 @@ exports.ReturnTypes = {
|
|
|
3057
3116
|
min: "Float",
|
|
3058
3117
|
max: "Float",
|
|
3059
3118
|
step: "Float",
|
|
3060
|
-
ui: "JSON"
|
|
3119
|
+
ui: "JSON",
|
|
3061
3120
|
},
|
|
3062
3121
|
BooleanCustomFieldConfig: {
|
|
3063
3122
|
name: "String",
|
|
@@ -3069,7 +3128,7 @@ exports.ReturnTypes = {
|
|
|
3069
3128
|
internal: "Boolean",
|
|
3070
3129
|
nullable: "Boolean",
|
|
3071
3130
|
requiresPermission: "Permission",
|
|
3072
|
-
ui: "JSON"
|
|
3131
|
+
ui: "JSON",
|
|
3073
3132
|
},
|
|
3074
3133
|
DateTimeCustomFieldConfig: {
|
|
3075
3134
|
name: "String",
|
|
@@ -3084,7 +3143,7 @@ exports.ReturnTypes = {
|
|
|
3084
3143
|
min: "String",
|
|
3085
3144
|
max: "String",
|
|
3086
3145
|
step: "Int",
|
|
3087
|
-
ui: "JSON"
|
|
3146
|
+
ui: "JSON",
|
|
3088
3147
|
},
|
|
3089
3148
|
RelationCustomFieldConfig: {
|
|
3090
3149
|
name: "String",
|
|
@@ -3098,7 +3157,7 @@ exports.ReturnTypes = {
|
|
|
3098
3157
|
requiresPermission: "Permission",
|
|
3099
3158
|
entity: "String",
|
|
3100
3159
|
scalarFields: "String",
|
|
3101
|
-
ui: "JSON"
|
|
3160
|
+
ui: "JSON",
|
|
3102
3161
|
},
|
|
3103
3162
|
TextCustomFieldConfig: {
|
|
3104
3163
|
name: "String",
|
|
@@ -3110,7 +3169,7 @@ exports.ReturnTypes = {
|
|
|
3110
3169
|
internal: "Boolean",
|
|
3111
3170
|
nullable: "Boolean",
|
|
3112
3171
|
requiresPermission: "Permission",
|
|
3113
|
-
ui: "JSON"
|
|
3172
|
+
ui: "JSON",
|
|
3114
3173
|
},
|
|
3115
3174
|
LocaleTextCustomFieldConfig: {
|
|
3116
3175
|
name: "String",
|
|
@@ -3122,11 +3181,11 @@ exports.ReturnTypes = {
|
|
|
3122
3181
|
internal: "Boolean",
|
|
3123
3182
|
nullable: "Boolean",
|
|
3124
3183
|
requiresPermission: "Permission",
|
|
3125
|
-
ui: "JSON"
|
|
3184
|
+
ui: "JSON",
|
|
3126
3185
|
},
|
|
3127
3186
|
LocalizedString: {
|
|
3128
3187
|
languageCode: "LanguageCode",
|
|
3129
|
-
value: "String"
|
|
3188
|
+
value: "String",
|
|
3130
3189
|
},
|
|
3131
3190
|
CustomFieldConfig: {
|
|
3132
3191
|
"...on StringCustomFieldConfig": "StringCustomFieldConfig",
|
|
@@ -3137,7 +3196,7 @@ exports.ReturnTypes = {
|
|
|
3137
3196
|
"...on DateTimeCustomFieldConfig": "DateTimeCustomFieldConfig",
|
|
3138
3197
|
"...on RelationCustomFieldConfig": "RelationCustomFieldConfig",
|
|
3139
3198
|
"...on TextCustomFieldConfig": "TextCustomFieldConfig",
|
|
3140
|
-
"...on LocaleTextCustomFieldConfig": "LocaleTextCustomFieldConfig"
|
|
3199
|
+
"...on LocaleTextCustomFieldConfig": "LocaleTextCustomFieldConfig",
|
|
3141
3200
|
},
|
|
3142
3201
|
CustomerGroup: {
|
|
3143
3202
|
id: "ID",
|
|
@@ -3145,11 +3204,11 @@ exports.ReturnTypes = {
|
|
|
3145
3204
|
updatedAt: "DateTime",
|
|
3146
3205
|
name: "String",
|
|
3147
3206
|
customers: "CustomerList",
|
|
3148
|
-
customFields: "JSON"
|
|
3207
|
+
customFields: "JSON",
|
|
3149
3208
|
},
|
|
3150
3209
|
CustomerList: {
|
|
3151
3210
|
items: "Customer",
|
|
3152
|
-
totalItems: "Int"
|
|
3211
|
+
totalItems: "Int",
|
|
3153
3212
|
},
|
|
3154
3213
|
FacetValue: {
|
|
3155
3214
|
id: "ID",
|
|
@@ -3161,39 +3220,39 @@ exports.ReturnTypes = {
|
|
|
3161
3220
|
name: "String",
|
|
3162
3221
|
code: "String",
|
|
3163
3222
|
translations: "FacetValueTranslation",
|
|
3164
|
-
customFields: "FacetValueCustomFields"
|
|
3223
|
+
customFields: "FacetValueCustomFields",
|
|
3165
3224
|
},
|
|
3166
3225
|
FacetValueTranslation: {
|
|
3167
3226
|
id: "ID",
|
|
3168
3227
|
createdAt: "DateTime",
|
|
3169
3228
|
updatedAt: "DateTime",
|
|
3170
3229
|
languageCode: "LanguageCode",
|
|
3171
|
-
name: "String"
|
|
3230
|
+
name: "String",
|
|
3172
3231
|
},
|
|
3173
3232
|
FacetTranslation: {
|
|
3174
3233
|
id: "ID",
|
|
3175
3234
|
createdAt: "DateTime",
|
|
3176
3235
|
updatedAt: "DateTime",
|
|
3177
3236
|
languageCode: "LanguageCode",
|
|
3178
|
-
name: "String"
|
|
3237
|
+
name: "String",
|
|
3179
3238
|
},
|
|
3180
3239
|
FacetList: {
|
|
3181
3240
|
items: "Facet",
|
|
3182
|
-
totalItems: "Int"
|
|
3241
|
+
totalItems: "Int",
|
|
3183
3242
|
},
|
|
3184
3243
|
FacetValueList: {
|
|
3185
3244
|
items: "FacetValue",
|
|
3186
|
-
totalItems: "Int"
|
|
3245
|
+
totalItems: "Int",
|
|
3187
3246
|
},
|
|
3188
3247
|
HistoryEntryList: {
|
|
3189
3248
|
items: "HistoryEntry",
|
|
3190
|
-
totalItems: "Int"
|
|
3249
|
+
totalItems: "Int",
|
|
3191
3250
|
},
|
|
3192
3251
|
OrderTaxSummary: {
|
|
3193
3252
|
description: "String",
|
|
3194
3253
|
taxRate: "Float",
|
|
3195
3254
|
taxBase: "Money",
|
|
3196
|
-
taxTotal: "Money"
|
|
3255
|
+
taxTotal: "Money",
|
|
3197
3256
|
},
|
|
3198
3257
|
OrderAddress: {
|
|
3199
3258
|
fullName: "String",
|
|
@@ -3206,11 +3265,11 @@ exports.ReturnTypes = {
|
|
|
3206
3265
|
country: "String",
|
|
3207
3266
|
countryCode: "String",
|
|
3208
3267
|
phoneNumber: "String",
|
|
3209
|
-
customFields: "JSON"
|
|
3268
|
+
customFields: "JSON",
|
|
3210
3269
|
},
|
|
3211
3270
|
OrderList: {
|
|
3212
3271
|
items: "Order",
|
|
3213
|
-
totalItems: "Int"
|
|
3272
|
+
totalItems: "Int",
|
|
3214
3273
|
},
|
|
3215
3274
|
ShippingLine: {
|
|
3216
3275
|
id: "ID",
|
|
@@ -3219,14 +3278,14 @@ exports.ReturnTypes = {
|
|
|
3219
3278
|
priceWithTax: "Money",
|
|
3220
3279
|
discountedPrice: "Money",
|
|
3221
3280
|
discountedPriceWithTax: "Money",
|
|
3222
|
-
discounts: "Discount"
|
|
3281
|
+
discounts: "Discount",
|
|
3223
3282
|
},
|
|
3224
3283
|
Discount: {
|
|
3225
3284
|
adjustmentSource: "String",
|
|
3226
3285
|
type: "AdjustmentType",
|
|
3227
3286
|
description: "String",
|
|
3228
3287
|
amount: "Money",
|
|
3229
|
-
amountWithTax: "Money"
|
|
3288
|
+
amountWithTax: "Money",
|
|
3230
3289
|
},
|
|
3231
3290
|
OrderLine: {
|
|
3232
3291
|
id: "ID",
|
|
@@ -3256,14 +3315,14 @@ exports.ReturnTypes = {
|
|
|
3256
3315
|
taxLines: "TaxLine",
|
|
3257
3316
|
order: "Order",
|
|
3258
3317
|
fulfillmentLines: "FulfillmentLine",
|
|
3259
|
-
customFields: "
|
|
3318
|
+
customFields: "JSON",
|
|
3260
3319
|
},
|
|
3261
3320
|
RefundLine: {
|
|
3262
3321
|
orderLine: "OrderLine",
|
|
3263
3322
|
orderLineId: "ID",
|
|
3264
3323
|
quantity: "Int",
|
|
3265
3324
|
refund: "Refund",
|
|
3266
|
-
refundId: "ID"
|
|
3325
|
+
refundId: "ID",
|
|
3267
3326
|
},
|
|
3268
3327
|
Refund: {
|
|
3269
3328
|
id: "ID",
|
|
@@ -3279,14 +3338,14 @@ exports.ReturnTypes = {
|
|
|
3279
3338
|
reason: "String",
|
|
3280
3339
|
lines: "RefundLine",
|
|
3281
3340
|
paymentId: "ID",
|
|
3282
|
-
metadata: "JSON"
|
|
3341
|
+
metadata: "JSON",
|
|
3283
3342
|
},
|
|
3284
3343
|
FulfillmentLine: {
|
|
3285
3344
|
orderLine: "OrderLine",
|
|
3286
3345
|
orderLineId: "ID",
|
|
3287
3346
|
quantity: "Int",
|
|
3288
3347
|
fulfillment: "Fulfillment",
|
|
3289
|
-
fulfillmentId: "ID"
|
|
3348
|
+
fulfillmentId: "ID",
|
|
3290
3349
|
},
|
|
3291
3350
|
Surcharge: {
|
|
3292
3351
|
id: "ID",
|
|
@@ -3297,7 +3356,7 @@ exports.ReturnTypes = {
|
|
|
3297
3356
|
taxLines: "TaxLine",
|
|
3298
3357
|
price: "Money",
|
|
3299
3358
|
priceWithTax: "Money",
|
|
3300
|
-
taxRate: "Float"
|
|
3359
|
+
taxRate: "Float",
|
|
3301
3360
|
},
|
|
3302
3361
|
PaymentMethod: {
|
|
3303
3362
|
id: "ID",
|
|
@@ -3310,7 +3369,7 @@ exports.ReturnTypes = {
|
|
|
3310
3369
|
checker: "ConfigurableOperation",
|
|
3311
3370
|
handler: "ConfigurableOperation",
|
|
3312
3371
|
translations: "PaymentMethodTranslation",
|
|
3313
|
-
customFields: "JSON"
|
|
3372
|
+
customFields: "JSON",
|
|
3314
3373
|
},
|
|
3315
3374
|
PaymentMethodTranslation: {
|
|
3316
3375
|
id: "ID",
|
|
@@ -3318,7 +3377,7 @@ exports.ReturnTypes = {
|
|
|
3318
3377
|
updatedAt: "DateTime",
|
|
3319
3378
|
languageCode: "LanguageCode",
|
|
3320
3379
|
name: "String",
|
|
3321
|
-
description: "String"
|
|
3380
|
+
description: "String",
|
|
3322
3381
|
},
|
|
3323
3382
|
ProductOptionGroup: {
|
|
3324
3383
|
id: "ID",
|
|
@@ -3329,14 +3388,14 @@ exports.ReturnTypes = {
|
|
|
3329
3388
|
name: "String",
|
|
3330
3389
|
options: "ProductOption",
|
|
3331
3390
|
translations: "ProductOptionGroupTranslation",
|
|
3332
|
-
customFields: "JSON"
|
|
3391
|
+
customFields: "JSON",
|
|
3333
3392
|
},
|
|
3334
3393
|
ProductOptionGroupTranslation: {
|
|
3335
3394
|
id: "ID",
|
|
3336
3395
|
createdAt: "DateTime",
|
|
3337
3396
|
updatedAt: "DateTime",
|
|
3338
3397
|
languageCode: "LanguageCode",
|
|
3339
|
-
name: "String"
|
|
3398
|
+
name: "String",
|
|
3340
3399
|
},
|
|
3341
3400
|
ProductOption: {
|
|
3342
3401
|
id: "ID",
|
|
@@ -3348,47 +3407,47 @@ exports.ReturnTypes = {
|
|
|
3348
3407
|
groupId: "ID",
|
|
3349
3408
|
group: "ProductOptionGroup",
|
|
3350
3409
|
translations: "ProductOptionTranslation",
|
|
3351
|
-
customFields: "JSON"
|
|
3410
|
+
customFields: "JSON",
|
|
3352
3411
|
},
|
|
3353
3412
|
ProductOptionTranslation: {
|
|
3354
3413
|
id: "ID",
|
|
3355
3414
|
createdAt: "DateTime",
|
|
3356
3415
|
updatedAt: "DateTime",
|
|
3357
3416
|
languageCode: "LanguageCode",
|
|
3358
|
-
name: "String"
|
|
3417
|
+
name: "String",
|
|
3359
3418
|
},
|
|
3360
3419
|
SearchReindexResponse: {
|
|
3361
|
-
success: "Boolean"
|
|
3420
|
+
success: "Boolean",
|
|
3362
3421
|
},
|
|
3363
3422
|
SearchResponse: {
|
|
3364
3423
|
items: "SearchResult",
|
|
3365
3424
|
totalItems: "Int",
|
|
3366
3425
|
facetValues: "FacetValueResult",
|
|
3367
|
-
collections: "CollectionResult"
|
|
3426
|
+
collections: "CollectionResult",
|
|
3368
3427
|
},
|
|
3369
3428
|
FacetValueResult: {
|
|
3370
3429
|
facetValue: "FacetValue",
|
|
3371
|
-
count: "Int"
|
|
3430
|
+
count: "Int",
|
|
3372
3431
|
},
|
|
3373
3432
|
CollectionResult: {
|
|
3374
3433
|
collection: "Collection",
|
|
3375
|
-
count: "Int"
|
|
3434
|
+
count: "Int",
|
|
3376
3435
|
},
|
|
3377
3436
|
SearchResultAsset: {
|
|
3378
3437
|
id: "ID",
|
|
3379
3438
|
preview: "String",
|
|
3380
|
-
focalPoint: "Coordinate"
|
|
3439
|
+
focalPoint: "Coordinate",
|
|
3381
3440
|
},
|
|
3382
3441
|
SearchResultPrice: {
|
|
3383
3442
|
"...on PriceRange": "PriceRange",
|
|
3384
|
-
"...on SinglePrice": "SinglePrice"
|
|
3443
|
+
"...on SinglePrice": "SinglePrice",
|
|
3385
3444
|
},
|
|
3386
3445
|
SinglePrice: {
|
|
3387
|
-
value: "Money"
|
|
3446
|
+
value: "Money",
|
|
3388
3447
|
},
|
|
3389
3448
|
PriceRange: {
|
|
3390
3449
|
min: "Money",
|
|
3391
|
-
max: "Money"
|
|
3450
|
+
max: "Money",
|
|
3392
3451
|
},
|
|
3393
3452
|
ProductTranslation: {
|
|
3394
3453
|
id: "ID",
|
|
@@ -3397,22 +3456,22 @@ exports.ReturnTypes = {
|
|
|
3397
3456
|
languageCode: "LanguageCode",
|
|
3398
3457
|
name: "String",
|
|
3399
3458
|
slug: "String",
|
|
3400
|
-
description: "String"
|
|
3459
|
+
description: "String",
|
|
3401
3460
|
},
|
|
3402
3461
|
ProductList: {
|
|
3403
3462
|
items: "Product",
|
|
3404
|
-
totalItems: "Int"
|
|
3463
|
+
totalItems: "Int",
|
|
3405
3464
|
},
|
|
3406
3465
|
ProductVariantList: {
|
|
3407
3466
|
items: "ProductVariant",
|
|
3408
|
-
totalItems: "Int"
|
|
3467
|
+
totalItems: "Int",
|
|
3409
3468
|
},
|
|
3410
3469
|
ProductVariantTranslation: {
|
|
3411
3470
|
id: "ID",
|
|
3412
3471
|
createdAt: "DateTime",
|
|
3413
3472
|
updatedAt: "DateTime",
|
|
3414
3473
|
languageCode: "LanguageCode",
|
|
3415
|
-
name: "String"
|
|
3474
|
+
name: "String",
|
|
3416
3475
|
},
|
|
3417
3476
|
Promotion: {
|
|
3418
3477
|
id: "ID",
|
|
@@ -3429,7 +3488,7 @@ exports.ReturnTypes = {
|
|
|
3429
3488
|
conditions: "ConfigurableOperation",
|
|
3430
3489
|
actions: "ConfigurableOperation",
|
|
3431
3490
|
translations: "PromotionTranslation",
|
|
3432
|
-
customFields: "JSON"
|
|
3491
|
+
customFields: "JSON",
|
|
3433
3492
|
},
|
|
3434
3493
|
PromotionTranslation: {
|
|
3435
3494
|
id: "ID",
|
|
@@ -3437,11 +3496,11 @@ exports.ReturnTypes = {
|
|
|
3437
3496
|
updatedAt: "DateTime",
|
|
3438
3497
|
languageCode: "LanguageCode",
|
|
3439
3498
|
name: "String",
|
|
3440
|
-
description: "String"
|
|
3499
|
+
description: "String",
|
|
3441
3500
|
},
|
|
3442
3501
|
PromotionList: {
|
|
3443
3502
|
items: "Promotion",
|
|
3444
|
-
totalItems: "Int"
|
|
3503
|
+
totalItems: "Int",
|
|
3445
3504
|
},
|
|
3446
3505
|
Region: {
|
|
3447
3506
|
"...on Country": "Country",
|
|
@@ -3456,14 +3515,14 @@ exports.ReturnTypes = {
|
|
|
3456
3515
|
enabled: "Boolean",
|
|
3457
3516
|
parent: "Region",
|
|
3458
3517
|
parentId: "ID",
|
|
3459
|
-
translations: "RegionTranslation"
|
|
3518
|
+
translations: "RegionTranslation",
|
|
3460
3519
|
},
|
|
3461
3520
|
RegionTranslation: {
|
|
3462
3521
|
id: "ID",
|
|
3463
3522
|
createdAt: "DateTime",
|
|
3464
3523
|
updatedAt: "DateTime",
|
|
3465
3524
|
languageCode: "LanguageCode",
|
|
3466
|
-
name: "String"
|
|
3525
|
+
name: "String",
|
|
3467
3526
|
},
|
|
3468
3527
|
Country: {
|
|
3469
3528
|
id: "ID",
|
|
@@ -3477,11 +3536,11 @@ exports.ReturnTypes = {
|
|
|
3477
3536
|
parent: "Region",
|
|
3478
3537
|
parentId: "ID",
|
|
3479
3538
|
translations: "RegionTranslation",
|
|
3480
|
-
customFields: "JSON"
|
|
3539
|
+
customFields: "JSON",
|
|
3481
3540
|
},
|
|
3482
3541
|
CountryList: {
|
|
3483
3542
|
items: "Country",
|
|
3484
|
-
totalItems: "Int"
|
|
3543
|
+
totalItems: "Int",
|
|
3485
3544
|
},
|
|
3486
3545
|
Province: {
|
|
3487
3546
|
id: "ID",
|
|
@@ -3495,11 +3554,11 @@ exports.ReturnTypes = {
|
|
|
3495
3554
|
parent: "Region",
|
|
3496
3555
|
parentId: "ID",
|
|
3497
3556
|
translations: "RegionTranslation",
|
|
3498
|
-
customFields: "JSON"
|
|
3557
|
+
customFields: "JSON",
|
|
3499
3558
|
},
|
|
3500
3559
|
ProvinceList: {
|
|
3501
3560
|
items: "Province",
|
|
3502
|
-
totalItems: "Int"
|
|
3561
|
+
totalItems: "Int",
|
|
3503
3562
|
},
|
|
3504
3563
|
Role: {
|
|
3505
3564
|
id: "ID",
|
|
@@ -3508,18 +3567,18 @@ exports.ReturnTypes = {
|
|
|
3508
3567
|
code: "String",
|
|
3509
3568
|
description: "String",
|
|
3510
3569
|
permissions: "Permission",
|
|
3511
|
-
channels: "Channel"
|
|
3570
|
+
channels: "Channel",
|
|
3512
3571
|
},
|
|
3513
3572
|
RoleList: {
|
|
3514
3573
|
items: "Role",
|
|
3515
|
-
totalItems: "Int"
|
|
3574
|
+
totalItems: "Int",
|
|
3516
3575
|
},
|
|
3517
3576
|
Seller: {
|
|
3518
3577
|
id: "ID",
|
|
3519
3578
|
createdAt: "DateTime",
|
|
3520
3579
|
updatedAt: "DateTime",
|
|
3521
3580
|
name: "String",
|
|
3522
|
-
customFields: "JSON"
|
|
3581
|
+
customFields: "JSON",
|
|
3523
3582
|
},
|
|
3524
3583
|
ShippingMethod: {
|
|
3525
3584
|
id: "ID",
|
|
@@ -3533,7 +3592,7 @@ exports.ReturnTypes = {
|
|
|
3533
3592
|
checker: "ConfigurableOperation",
|
|
3534
3593
|
calculator: "ConfigurableOperation",
|
|
3535
3594
|
translations: "ShippingMethodTranslation",
|
|
3536
|
-
customFields: "JSON"
|
|
3595
|
+
customFields: "JSON",
|
|
3537
3596
|
},
|
|
3538
3597
|
ShippingMethodTranslation: {
|
|
3539
3598
|
id: "ID",
|
|
@@ -3541,21 +3600,21 @@ exports.ReturnTypes = {
|
|
|
3541
3600
|
updatedAt: "DateTime",
|
|
3542
3601
|
languageCode: "LanguageCode",
|
|
3543
3602
|
name: "String",
|
|
3544
|
-
description: "String"
|
|
3603
|
+
description: "String",
|
|
3545
3604
|
},
|
|
3546
3605
|
ShippingMethodList: {
|
|
3547
3606
|
items: "ShippingMethod",
|
|
3548
|
-
totalItems: "Int"
|
|
3607
|
+
totalItems: "Int",
|
|
3549
3608
|
},
|
|
3550
3609
|
Tag: {
|
|
3551
3610
|
id: "ID",
|
|
3552
3611
|
createdAt: "DateTime",
|
|
3553
3612
|
updatedAt: "DateTime",
|
|
3554
|
-
value: "String"
|
|
3613
|
+
value: "String",
|
|
3555
3614
|
},
|
|
3556
3615
|
TagList: {
|
|
3557
3616
|
items: "Tag",
|
|
3558
|
-
totalItems: "Int"
|
|
3617
|
+
totalItems: "Int",
|
|
3559
3618
|
},
|
|
3560
3619
|
TaxCategory: {
|
|
3561
3620
|
id: "ID",
|
|
@@ -3563,7 +3622,7 @@ exports.ReturnTypes = {
|
|
|
3563
3622
|
updatedAt: "DateTime",
|
|
3564
3623
|
name: "String",
|
|
3565
3624
|
isDefault: "Boolean",
|
|
3566
|
-
customFields: "JSON"
|
|
3625
|
+
customFields: "JSON",
|
|
3567
3626
|
},
|
|
3568
3627
|
TaxRate: {
|
|
3569
3628
|
id: "ID",
|
|
@@ -3575,11 +3634,11 @@ exports.ReturnTypes = {
|
|
|
3575
3634
|
category: "TaxCategory",
|
|
3576
3635
|
zone: "Zone",
|
|
3577
3636
|
customerGroup: "CustomerGroup",
|
|
3578
|
-
customFields: "JSON"
|
|
3637
|
+
customFields: "JSON",
|
|
3579
3638
|
},
|
|
3580
3639
|
TaxRateList: {
|
|
3581
3640
|
items: "TaxRate",
|
|
3582
|
-
totalItems: "Int"
|
|
3641
|
+
totalItems: "Int",
|
|
3583
3642
|
},
|
|
3584
3643
|
User: {
|
|
3585
3644
|
id: "ID",
|
|
@@ -3590,13 +3649,13 @@ exports.ReturnTypes = {
|
|
|
3590
3649
|
roles: "Role",
|
|
3591
3650
|
lastLogin: "DateTime",
|
|
3592
3651
|
authenticationMethods: "AuthenticationMethod",
|
|
3593
|
-
customFields: "JSON"
|
|
3652
|
+
customFields: "JSON",
|
|
3594
3653
|
},
|
|
3595
3654
|
AuthenticationMethod: {
|
|
3596
3655
|
id: "ID",
|
|
3597
3656
|
createdAt: "DateTime",
|
|
3598
3657
|
updatedAt: "DateTime",
|
|
3599
|
-
strategy: "String"
|
|
3658
|
+
strategy: "String",
|
|
3600
3659
|
},
|
|
3601
3660
|
Zone: {
|
|
3602
3661
|
id: "ID",
|
|
@@ -3604,17 +3663,124 @@ exports.ReturnTypes = {
|
|
|
3604
3663
|
updatedAt: "DateTime",
|
|
3605
3664
|
name: "String",
|
|
3606
3665
|
members: "Region",
|
|
3607
|
-
customFields: "JSON"
|
|
3666
|
+
customFields: "JSON",
|
|
3608
3667
|
},
|
|
3609
|
-
|
|
3610
|
-
|
|
3611
|
-
|
|
3612
|
-
|
|
3613
|
-
|
|
3668
|
+
CopyOrderErrorResponse: {
|
|
3669
|
+
message: "String",
|
|
3670
|
+
},
|
|
3671
|
+
CopyOrderResult: {
|
|
3672
|
+
"...on Order": "Order",
|
|
3673
|
+
"...on CopyOrderErrorResponse": "CopyOrderErrorResponse",
|
|
3674
|
+
},
|
|
3675
|
+
CronJob: {
|
|
3676
|
+
name: "String",
|
|
3677
|
+
schedule: "String",
|
|
3678
|
+
lastScheduleTime: "String",
|
|
3679
|
+
lastSuccessfulTime: "String",
|
|
3680
|
+
channelToken: "String",
|
|
3614
3681
|
},
|
|
3615
|
-
|
|
3682
|
+
CronJobsList: {
|
|
3683
|
+
items: "CronJob",
|
|
3684
|
+
totalItems: "Int",
|
|
3685
|
+
},
|
|
3686
|
+
CronJobsPreset: {
|
|
3616
3687
|
label: "String",
|
|
3617
|
-
value: "
|
|
3688
|
+
value: "String",
|
|
3689
|
+
default: "Boolean",
|
|
3690
|
+
},
|
|
3691
|
+
CronJobsConfig: {
|
|
3692
|
+
suggestedJobs: "String",
|
|
3693
|
+
presets: "CronJobsPreset",
|
|
3694
|
+
},
|
|
3695
|
+
MerchantPlatformSetting: {
|
|
3696
|
+
key: "String",
|
|
3697
|
+
value: "String",
|
|
3698
|
+
},
|
|
3699
|
+
MerchantPlatformSettingsEntity: {
|
|
3700
|
+
id: "ID",
|
|
3701
|
+
platform: "String",
|
|
3702
|
+
entries: "MerchantPlatformSetting",
|
|
3703
|
+
},
|
|
3704
|
+
MerchantPlatformInfo: {
|
|
3705
|
+
isValidConnection: "Boolean",
|
|
3706
|
+
productsCount: "Int",
|
|
3707
|
+
connectionStatus: "String",
|
|
3708
|
+
dataSourceVerified: "Boolean",
|
|
3709
|
+
checkedAt: "DateTime",
|
|
3710
|
+
latencyMs: "Int",
|
|
3711
|
+
disapprovedProductsCount: "Int",
|
|
3712
|
+
issuesCount: "Int",
|
|
3713
|
+
lastError: "MerchantPlatformError",
|
|
3714
|
+
issues: "MerchantProductIssue",
|
|
3715
|
+
},
|
|
3716
|
+
MerchantPlatformError: {
|
|
3717
|
+
code: "String",
|
|
3718
|
+
message: "String",
|
|
3719
|
+
retryable: "Boolean",
|
|
3720
|
+
},
|
|
3721
|
+
MerchantProductIssue: {
|
|
3722
|
+
offerId: "String",
|
|
3723
|
+
code: "String",
|
|
3724
|
+
description: "String",
|
|
3725
|
+
severity: "String",
|
|
3726
|
+
},
|
|
3727
|
+
MerchantSyncItem: {
|
|
3728
|
+
id: "ID",
|
|
3729
|
+
offerId: "String",
|
|
3730
|
+
operation: "String",
|
|
3731
|
+
status: "String",
|
|
3732
|
+
errorCode: "String",
|
|
3733
|
+
errorMessage: "String",
|
|
3734
|
+
attempts: "Int",
|
|
3735
|
+
},
|
|
3736
|
+
MerchantSyncRun: {
|
|
3737
|
+
id: "ID",
|
|
3738
|
+
createdAt: "DateTime",
|
|
3739
|
+
platform: "String",
|
|
3740
|
+
trigger: "String",
|
|
3741
|
+
status: "String",
|
|
3742
|
+
jobId: "String",
|
|
3743
|
+
total: "Int",
|
|
3744
|
+
succeeded: "Int",
|
|
3745
|
+
failed: "Int",
|
|
3746
|
+
errorSummary: "String",
|
|
3747
|
+
startedAt: "DateTime",
|
|
3748
|
+
finishedAt: "DateTime",
|
|
3749
|
+
items: "MerchantSyncItem",
|
|
3750
|
+
},
|
|
3751
|
+
AdditionalOrderState: {
|
|
3752
|
+
state: "String",
|
|
3753
|
+
selectedByDefault: "Boolean",
|
|
3754
|
+
},
|
|
3755
|
+
ChartDataType: {
|
|
3756
|
+
type: "ChartMetricType",
|
|
3757
|
+
title: "String",
|
|
3758
|
+
entries: "ChartEntry",
|
|
3759
|
+
},
|
|
3760
|
+
ChartMetrics: {
|
|
3761
|
+
data: "ChartDataType",
|
|
3762
|
+
},
|
|
3763
|
+
OrderSummaryMetrics: {
|
|
3764
|
+
data: "OrderSummaryDataMetric",
|
|
3765
|
+
},
|
|
3766
|
+
OrderSummaryDataMetric: {
|
|
3767
|
+
currencyCode: "CurrencyCode",
|
|
3768
|
+
total: "Float",
|
|
3769
|
+
totalWithTax: "Float",
|
|
3770
|
+
orderCount: "Float",
|
|
3771
|
+
averageOrderValue: "Float",
|
|
3772
|
+
averageOrderValueWithTax: "Float",
|
|
3773
|
+
productCount: "Float",
|
|
3774
|
+
},
|
|
3775
|
+
ChartEntryAdditionalData: {
|
|
3776
|
+
id: "String",
|
|
3777
|
+
name: "String",
|
|
3778
|
+
quantity: "Float",
|
|
3779
|
+
},
|
|
3780
|
+
ChartEntry: {
|
|
3781
|
+
intervalTick: "Int",
|
|
3782
|
+
value: "Float",
|
|
3783
|
+
additionalData: "ChartEntryAdditionalData",
|
|
3618
3784
|
},
|
|
3619
3785
|
OrderRealization: {
|
|
3620
3786
|
orderID: "ID",
|
|
@@ -3624,37 +3790,48 @@ exports.ReturnTypes = {
|
|
|
3624
3790
|
note: "String",
|
|
3625
3791
|
color: "String",
|
|
3626
3792
|
key: "String",
|
|
3627
|
-
url: "String"
|
|
3628
|
-
},
|
|
3629
|
-
DiscountedPriceMetadata: {
|
|
3630
|
-
price: "Int",
|
|
3631
|
-
name: "String",
|
|
3632
|
-
description: "String",
|
|
3633
|
-
isCustomerGroup: "Boolean"
|
|
3634
|
-
},
|
|
3635
|
-
DiscountedPrice: {
|
|
3636
|
-
value: "Int",
|
|
3637
|
-
metadata: "DiscountedPriceMetadata"
|
|
3793
|
+
url: "String",
|
|
3638
3794
|
},
|
|
3639
3795
|
ShopOrderRealization: {
|
|
3640
3796
|
note: "String",
|
|
3641
3797
|
plannedAt: "String",
|
|
3642
|
-
finalPlannedAt: "String"
|
|
3798
|
+
finalPlannedAt: "String",
|
|
3799
|
+
},
|
|
3800
|
+
InpostConfig: {
|
|
3801
|
+
shippingMethodId: "ID",
|
|
3802
|
+
host: "String",
|
|
3803
|
+
apiKey: "String",
|
|
3804
|
+
geowidgetKey: "String",
|
|
3805
|
+
inpostOrganization: "Int",
|
|
3806
|
+
service: "String",
|
|
3807
|
+
},
|
|
3808
|
+
InpostOrganization: {
|
|
3809
|
+
id: "Int",
|
|
3810
|
+
name: "String",
|
|
3811
|
+
services: "String",
|
|
3812
|
+
},
|
|
3813
|
+
InpostOrganizationResponse: {
|
|
3814
|
+
items: "InpostOrganization",
|
|
3643
3815
|
},
|
|
3644
3816
|
FacetCustomFields: {
|
|
3645
3817
|
usedForColors: "Boolean",
|
|
3646
|
-
|
|
3818
|
+
usedForProductCreations: "Boolean",
|
|
3819
|
+
colorsCollection: "Boolean",
|
|
3647
3820
|
},
|
|
3648
3821
|
FacetValueCustomFields: {
|
|
3649
3822
|
hexColor: "String",
|
|
3650
3823
|
isNew: "Boolean",
|
|
3651
3824
|
isHidden: "Boolean",
|
|
3652
|
-
image: "Asset"
|
|
3825
|
+
image: "Asset",
|
|
3653
3826
|
},
|
|
3654
|
-
|
|
3655
|
-
|
|
3656
|
-
|
|
3657
|
-
|
|
3827
|
+
FulfillmentCustomFields: {
|
|
3828
|
+
inpostLabel: "Asset",
|
|
3829
|
+
},
|
|
3830
|
+
OrderCustomFields: {
|
|
3831
|
+
pickupPointId: "String",
|
|
3832
|
+
},
|
|
3833
|
+
ProductVariantCustomFields: {
|
|
3834
|
+
communicateID: "String",
|
|
3658
3835
|
},
|
|
3659
3836
|
CustomFields: {
|
|
3660
3837
|
Address: "CustomFieldConfig",
|
|
@@ -3684,14 +3861,15 @@ exports.ReturnTypes = {
|
|
|
3684
3861
|
TaxCategory: "CustomFieldConfig",
|
|
3685
3862
|
TaxRate: "CustomFieldConfig",
|
|
3686
3863
|
User: "CustomFieldConfig",
|
|
3687
|
-
Zone: "CustomFieldConfig"
|
|
3864
|
+
Zone: "CustomFieldConfig",
|
|
3688
3865
|
},
|
|
3689
3866
|
EntityCustomFields: {
|
|
3690
3867
|
entityName: "String",
|
|
3691
|
-
customFields: "CustomFieldConfig"
|
|
3692
|
-
}
|
|
3868
|
+
customFields: "CustomFieldConfig",
|
|
3869
|
+
},
|
|
3870
|
+
ID: `scalar.ID`,
|
|
3693
3871
|
};
|
|
3694
3872
|
exports.Ops = {
|
|
3695
3873
|
query: "Query",
|
|
3696
|
-
mutation: "Mutation"
|
|
3874
|
+
mutation: "Mutation",
|
|
3697
3875
|
};
|