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