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