@deenruv/product-options-fields-plugin 1.0.17-dev.18 → 1.0.17-dev.23

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