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