@deenruv/upsell-plugin 1.0.0

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