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