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