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