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