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