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