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