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