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