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