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