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