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