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