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