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