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