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