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