@deenruv/cronjobs-plugin 1.0.0

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