@deenruv/in-realization-plugin 1.0.0

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