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