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