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