@deenruv/admin-types 1.0.0

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