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