@deenruv/redis-strategy-plugin 1.0.17-dev.20 → 1.0.17-dev.23

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