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