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