@vendure/docs 0.0.0-202601211352 → 0.0.0-202601211412
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.
- package/docs/reference/graphql-api/admin/enums.mdx +60 -28
- package/docs/reference/graphql-api/admin/input-types.mdx +663 -221
- package/docs/reference/graphql-api/admin/mutations.mdx +513 -171
- package/docs/reference/graphql-api/admin/object-types.mdx +702 -234
- package/docs/reference/graphql-api/admin/queries.mdx +237 -79
- package/docs/reference/graphql-api/shop/enums.mdx +48 -24
- package/docs/reference/graphql-api/shop/input-types.mdx +153 -51
- package/docs/reference/graphql-api/shop/mutations.mdx +93 -31
- package/docs/reference/graphql-api/shop/object-types.mdx +507 -169
- package/docs/reference/graphql-api/shop/queries.mdx +57 -19
- package/package.json +1 -1
|
@@ -5,7 +5,9 @@ generated: true
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
<a name="addfulfillmenttoorderresult"></a>
|
|
9
|
+
|
|
10
|
+
## AddFulfillmentToOrderResult
|
|
9
11
|
|
|
10
12
|
<GraphQLDoc
|
|
11
13
|
type="union"
|
|
@@ -23,7 +25,9 @@ generated: true
|
|
|
23
25
|
{`union AddFulfillmentToOrderResult = Fulfillment | EmptyOrderLineSelectionError | ItemsAlreadyFulfilledError | InsufficientStockOnHandError | InvalidFulfillmentHandlerError | FulfillmentStateTransitionError | CreateFulfillmentError`}
|
|
24
26
|
</GraphQLDoc>
|
|
25
27
|
|
|
26
|
-
|
|
28
|
+
<a name="addmanualpaymenttoorderresult"></a>
|
|
29
|
+
|
|
30
|
+
## AddManualPaymentToOrderResult
|
|
27
31
|
|
|
28
32
|
<GraphQLDoc
|
|
29
33
|
type="union"
|
|
@@ -36,7 +40,9 @@ generated: true
|
|
|
36
40
|
{`union AddManualPaymentToOrderResult = Order | ManualPaymentStateError`}
|
|
37
41
|
</GraphQLDoc>
|
|
38
42
|
|
|
39
|
-
|
|
43
|
+
<a name="address"></a>
|
|
44
|
+
|
|
45
|
+
## Address
|
|
40
46
|
|
|
41
47
|
<GraphQLDoc
|
|
42
48
|
type="type"
|
|
@@ -69,7 +75,9 @@ generated: true
|
|
|
69
75
|
}`}
|
|
70
76
|
</GraphQLDoc>
|
|
71
77
|
|
|
72
|
-
|
|
78
|
+
<a name="adjustment"></a>
|
|
79
|
+
|
|
80
|
+
## Adjustment
|
|
73
81
|
|
|
74
82
|
<GraphQLDoc
|
|
75
83
|
type="type"
|
|
@@ -90,7 +98,9 @@ generated: true
|
|
|
90
98
|
}`}
|
|
91
99
|
</GraphQLDoc>
|
|
92
100
|
|
|
93
|
-
|
|
101
|
+
<a name="administrator"></a>
|
|
102
|
+
|
|
103
|
+
## Administrator
|
|
94
104
|
|
|
95
105
|
<GraphQLDoc
|
|
96
106
|
type="type"
|
|
@@ -115,7 +125,9 @@ generated: true
|
|
|
115
125
|
}`}
|
|
116
126
|
</GraphQLDoc>
|
|
117
127
|
|
|
118
|
-
|
|
128
|
+
<a name="administratorlist"></a>
|
|
129
|
+
|
|
130
|
+
## AdministratorList
|
|
119
131
|
|
|
120
132
|
<GraphQLDoc
|
|
121
133
|
type="type"
|
|
@@ -131,7 +143,9 @@ generated: true
|
|
|
131
143
|
}`}
|
|
132
144
|
</GraphQLDoc>
|
|
133
145
|
|
|
134
|
-
|
|
146
|
+
<a name="allocation"></a>
|
|
147
|
+
|
|
148
|
+
## Allocation
|
|
135
149
|
|
|
136
150
|
<GraphQLDoc
|
|
137
151
|
type="type"
|
|
@@ -158,7 +172,9 @@ generated: true
|
|
|
158
172
|
}`}
|
|
159
173
|
</GraphQLDoc>
|
|
160
174
|
|
|
161
|
-
|
|
175
|
+
<a name="alreadyrefundederror"></a>
|
|
176
|
+
|
|
177
|
+
## AlreadyRefundedError
|
|
162
178
|
|
|
163
179
|
<GraphQLDoc
|
|
164
180
|
type="type"
|
|
@@ -177,7 +193,9 @@ type AlreadyRefundedError {
|
|
|
177
193
|
}`}
|
|
178
194
|
</GraphQLDoc>
|
|
179
195
|
|
|
180
|
-
|
|
196
|
+
<a name="applycouponcoderesult"></a>
|
|
197
|
+
|
|
198
|
+
## ApplyCouponCodeResult
|
|
181
199
|
|
|
182
200
|
<GraphQLDoc
|
|
183
201
|
type="union"
|
|
@@ -192,7 +210,9 @@ type AlreadyRefundedError {
|
|
|
192
210
|
{`union ApplyCouponCodeResult = Order | CouponCodeExpiredError | CouponCodeInvalidError | CouponCodeLimitError`}
|
|
193
211
|
</GraphQLDoc>
|
|
194
212
|
|
|
195
|
-
|
|
213
|
+
<a name="asset"></a>
|
|
214
|
+
|
|
215
|
+
## Asset
|
|
196
216
|
|
|
197
217
|
<GraphQLDoc
|
|
198
218
|
type="type"
|
|
@@ -226,7 +246,9 @@ type AlreadyRefundedError {
|
|
|
226
246
|
}`}
|
|
227
247
|
</GraphQLDoc>
|
|
228
248
|
|
|
229
|
-
|
|
249
|
+
<a name="assetlist"></a>
|
|
250
|
+
|
|
251
|
+
## AssetList
|
|
230
252
|
|
|
231
253
|
<GraphQLDoc
|
|
232
254
|
type="type"
|
|
@@ -242,7 +264,9 @@ type AlreadyRefundedError {
|
|
|
242
264
|
}`}
|
|
243
265
|
</GraphQLDoc>
|
|
244
266
|
|
|
245
|
-
|
|
267
|
+
<a name="authenticationmethod"></a>
|
|
268
|
+
|
|
269
|
+
## AuthenticationMethod
|
|
246
270
|
|
|
247
271
|
<GraphQLDoc
|
|
248
272
|
type="type"
|
|
@@ -261,7 +285,9 @@ type AlreadyRefundedError {
|
|
|
261
285
|
}`}
|
|
262
286
|
</GraphQLDoc>
|
|
263
287
|
|
|
264
|
-
|
|
288
|
+
<a name="authenticationresult"></a>
|
|
289
|
+
|
|
290
|
+
## AuthenticationResult
|
|
265
291
|
|
|
266
292
|
<GraphQLDoc
|
|
267
293
|
type="union"
|
|
@@ -274,7 +300,9 @@ type AlreadyRefundedError {
|
|
|
274
300
|
{`union AuthenticationResult = CurrentUser | InvalidCredentialsError`}
|
|
275
301
|
</GraphQLDoc>
|
|
276
302
|
|
|
277
|
-
|
|
303
|
+
<a name="boolean"></a>
|
|
304
|
+
|
|
305
|
+
## Boolean
|
|
278
306
|
|
|
279
307
|
<GraphQLDoc
|
|
280
308
|
type="scalar"
|
|
@@ -285,7 +313,9 @@ type AlreadyRefundedError {
|
|
|
285
313
|
scalar Boolean`}
|
|
286
314
|
</GraphQLDoc>
|
|
287
315
|
|
|
288
|
-
|
|
316
|
+
<a name="booleancustomfieldconfig"></a>
|
|
317
|
+
|
|
318
|
+
## BooleanCustomFieldConfig
|
|
289
319
|
|
|
290
320
|
<GraphQLDoc
|
|
291
321
|
type="type"
|
|
@@ -314,7 +344,9 @@ scalar Boolean`}
|
|
|
314
344
|
}`}
|
|
315
345
|
</GraphQLDoc>
|
|
316
346
|
|
|
317
|
-
|
|
347
|
+
<a name="booleanstructfieldconfig"></a>
|
|
348
|
+
|
|
349
|
+
## BooleanStructFieldConfig
|
|
318
350
|
|
|
319
351
|
<GraphQLDoc
|
|
320
352
|
type="type"
|
|
@@ -336,7 +368,9 @@ scalar Boolean`}
|
|
|
336
368
|
}`}
|
|
337
369
|
</GraphQLDoc>
|
|
338
370
|
|
|
339
|
-
|
|
371
|
+
<a name="cancelactiveordererror"></a>
|
|
372
|
+
|
|
373
|
+
## CancelActiveOrderError
|
|
340
374
|
|
|
341
375
|
<GraphQLDoc
|
|
342
376
|
type="type"
|
|
@@ -354,7 +388,9 @@ type CancelActiveOrderError {
|
|
|
354
388
|
}`}
|
|
355
389
|
</GraphQLDoc>
|
|
356
390
|
|
|
357
|
-
|
|
391
|
+
<a name="cancelorderresult"></a>
|
|
392
|
+
|
|
393
|
+
## CancelOrderResult
|
|
358
394
|
|
|
359
395
|
<GraphQLDoc
|
|
360
396
|
type="union"
|
|
@@ -371,7 +407,9 @@ type CancelActiveOrderError {
|
|
|
371
407
|
{`union CancelOrderResult = Order | EmptyOrderLineSelectionError | QuantityTooGreatError | MultipleOrderError | CancelActiveOrderError | OrderStateTransitionError`}
|
|
372
408
|
</GraphQLDoc>
|
|
373
409
|
|
|
374
|
-
|
|
410
|
+
<a name="cancelpaymenterror"></a>
|
|
411
|
+
|
|
412
|
+
## CancelPaymentError
|
|
375
413
|
|
|
376
414
|
<GraphQLDoc
|
|
377
415
|
type="type"
|
|
@@ -389,7 +427,9 @@ type CancelPaymentError {
|
|
|
389
427
|
}`}
|
|
390
428
|
</GraphQLDoc>
|
|
391
429
|
|
|
392
|
-
|
|
430
|
+
<a name="cancelpaymentresult"></a>
|
|
431
|
+
|
|
432
|
+
## CancelPaymentResult
|
|
393
433
|
|
|
394
434
|
<GraphQLDoc
|
|
395
435
|
type="union"
|
|
@@ -403,7 +443,9 @@ type CancelPaymentError {
|
|
|
403
443
|
{`union CancelPaymentResult = Payment | CancelPaymentError | PaymentStateTransitionError`}
|
|
404
444
|
</GraphQLDoc>
|
|
405
445
|
|
|
406
|
-
|
|
446
|
+
<a name="cancellation"></a>
|
|
447
|
+
|
|
448
|
+
## Cancellation
|
|
407
449
|
|
|
408
450
|
<GraphQLDoc
|
|
409
451
|
type="type"
|
|
@@ -430,7 +472,9 @@ type CancelPaymentError {
|
|
|
430
472
|
}`}
|
|
431
473
|
</GraphQLDoc>
|
|
432
474
|
|
|
433
|
-
|
|
475
|
+
<a name="channel"></a>
|
|
476
|
+
|
|
477
|
+
## Channel
|
|
434
478
|
|
|
435
479
|
<GraphQLDoc
|
|
436
480
|
type="type"
|
|
@@ -471,7 +515,9 @@ type CancelPaymentError {
|
|
|
471
515
|
}`}
|
|
472
516
|
</GraphQLDoc>
|
|
473
517
|
|
|
474
|
-
|
|
518
|
+
<a name="channeldefaultlanguageerror"></a>
|
|
519
|
+
|
|
520
|
+
## ChannelDefaultLanguageError
|
|
475
521
|
|
|
476
522
|
<GraphQLDoc
|
|
477
523
|
type="type"
|
|
@@ -493,7 +539,9 @@ type ChannelDefaultLanguageError {
|
|
|
493
539
|
}`}
|
|
494
540
|
</GraphQLDoc>
|
|
495
541
|
|
|
496
|
-
|
|
542
|
+
<a name="channellist"></a>
|
|
543
|
+
|
|
544
|
+
## ChannelList
|
|
497
545
|
|
|
498
546
|
<GraphQLDoc
|
|
499
547
|
type="type"
|
|
@@ -509,7 +557,9 @@ type ChannelDefaultLanguageError {
|
|
|
509
557
|
}`}
|
|
510
558
|
</GraphQLDoc>
|
|
511
559
|
|
|
512
|
-
|
|
560
|
+
<a name="collection"></a>
|
|
561
|
+
|
|
562
|
+
## Collection
|
|
513
563
|
|
|
514
564
|
<GraphQLDoc
|
|
515
565
|
type="type"
|
|
@@ -555,7 +605,9 @@ type ChannelDefaultLanguageError {
|
|
|
555
605
|
}`}
|
|
556
606
|
</GraphQLDoc>
|
|
557
607
|
|
|
558
|
-
|
|
608
|
+
<a name="collectionbreadcrumb"></a>
|
|
609
|
+
|
|
610
|
+
## CollectionBreadcrumb
|
|
559
611
|
|
|
560
612
|
<GraphQLDoc
|
|
561
613
|
type="type"
|
|
@@ -572,7 +624,9 @@ type ChannelDefaultLanguageError {
|
|
|
572
624
|
}`}
|
|
573
625
|
</GraphQLDoc>
|
|
574
626
|
|
|
575
|
-
|
|
627
|
+
<a name="collectionlist"></a>
|
|
628
|
+
|
|
629
|
+
## CollectionList
|
|
576
630
|
|
|
577
631
|
<GraphQLDoc
|
|
578
632
|
type="type"
|
|
@@ -588,7 +642,9 @@ type ChannelDefaultLanguageError {
|
|
|
588
642
|
}`}
|
|
589
643
|
</GraphQLDoc>
|
|
590
644
|
|
|
591
|
-
|
|
645
|
+
<a name="collectionresult"></a>
|
|
646
|
+
|
|
647
|
+
## CollectionResult
|
|
592
648
|
|
|
593
649
|
<GraphQLDoc
|
|
594
650
|
type="type"
|
|
@@ -608,7 +664,9 @@ type CollectionResult {
|
|
|
608
664
|
}`}
|
|
609
665
|
</GraphQLDoc>
|
|
610
666
|
|
|
611
|
-
|
|
667
|
+
<a name="collectiontranslation"></a>
|
|
668
|
+
|
|
669
|
+
## CollectionTranslation
|
|
612
670
|
|
|
613
671
|
<GraphQLDoc
|
|
614
672
|
type="type"
|
|
@@ -631,7 +689,9 @@ type CollectionResult {
|
|
|
631
689
|
}`}
|
|
632
690
|
</GraphQLDoc>
|
|
633
691
|
|
|
634
|
-
|
|
692
|
+
<a name="configarg"></a>
|
|
693
|
+
|
|
694
|
+
## ConfigArg
|
|
635
695
|
|
|
636
696
|
<GraphQLDoc
|
|
637
697
|
type="type"
|
|
@@ -646,7 +706,9 @@ type CollectionResult {
|
|
|
646
706
|
}`}
|
|
647
707
|
</GraphQLDoc>
|
|
648
708
|
|
|
649
|
-
|
|
709
|
+
<a name="configargdefinition"></a>
|
|
710
|
+
|
|
711
|
+
## ConfigArgDefinition
|
|
650
712
|
|
|
651
713
|
<GraphQLDoc
|
|
652
714
|
type="type"
|
|
@@ -669,7 +731,9 @@ type CollectionResult {
|
|
|
669
731
|
}`}
|
|
670
732
|
</GraphQLDoc>
|
|
671
733
|
|
|
672
|
-
|
|
734
|
+
<a name="configurableoperation"></a>
|
|
735
|
+
|
|
736
|
+
## ConfigurableOperation
|
|
673
737
|
|
|
674
738
|
<GraphQLDoc
|
|
675
739
|
type="type"
|
|
@@ -685,7 +749,9 @@ type CollectionResult {
|
|
|
685
749
|
}`}
|
|
686
750
|
</GraphQLDoc>
|
|
687
751
|
|
|
688
|
-
|
|
752
|
+
<a name="configurableoperationdefinition"></a>
|
|
753
|
+
|
|
754
|
+
## ConfigurableOperationDefinition
|
|
689
755
|
|
|
690
756
|
<GraphQLDoc
|
|
691
757
|
type="type"
|
|
@@ -702,7 +768,9 @@ type CollectionResult {
|
|
|
702
768
|
}`}
|
|
703
769
|
</GraphQLDoc>
|
|
704
770
|
|
|
705
|
-
|
|
771
|
+
<a name="coordinate"></a>
|
|
772
|
+
|
|
773
|
+
## Coordinate
|
|
706
774
|
|
|
707
775
|
<GraphQLDoc
|
|
708
776
|
type="type"
|
|
@@ -717,7 +785,9 @@ type CollectionResult {
|
|
|
717
785
|
}`}
|
|
718
786
|
</GraphQLDoc>
|
|
719
787
|
|
|
720
|
-
|
|
788
|
+
<a name="country"></a>
|
|
789
|
+
|
|
790
|
+
## Country
|
|
721
791
|
|
|
722
792
|
<GraphQLDoc
|
|
723
793
|
type="type"
|
|
@@ -755,7 +825,9 @@ type Country {
|
|
|
755
825
|
}`}
|
|
756
826
|
</GraphQLDoc>
|
|
757
827
|
|
|
758
|
-
|
|
828
|
+
<a name="countrylist"></a>
|
|
829
|
+
|
|
830
|
+
## CountryList
|
|
759
831
|
|
|
760
832
|
<GraphQLDoc
|
|
761
833
|
type="type"
|
|
@@ -771,7 +843,9 @@ type Country {
|
|
|
771
843
|
}`}
|
|
772
844
|
</GraphQLDoc>
|
|
773
845
|
|
|
774
|
-
|
|
846
|
+
<a name="couponcodeexpirederror"></a>
|
|
847
|
+
|
|
848
|
+
## CouponCodeExpiredError
|
|
775
849
|
|
|
776
850
|
<GraphQLDoc
|
|
777
851
|
type="type"
|
|
@@ -789,7 +863,9 @@ type CouponCodeExpiredError {
|
|
|
789
863
|
}`}
|
|
790
864
|
</GraphQLDoc>
|
|
791
865
|
|
|
792
|
-
|
|
866
|
+
<a name="couponcodeinvaliderror"></a>
|
|
867
|
+
|
|
868
|
+
## CouponCodeInvalidError
|
|
793
869
|
|
|
794
870
|
<GraphQLDoc
|
|
795
871
|
type="type"
|
|
@@ -807,7 +883,9 @@ type CouponCodeInvalidError {
|
|
|
807
883
|
}`}
|
|
808
884
|
</GraphQLDoc>
|
|
809
885
|
|
|
810
|
-
|
|
886
|
+
<a name="couponcodelimiterror"></a>
|
|
887
|
+
|
|
888
|
+
## CouponCodeLimitError
|
|
811
889
|
|
|
812
890
|
<GraphQLDoc
|
|
813
891
|
type="type"
|
|
@@ -827,7 +905,9 @@ type CouponCodeLimitError {
|
|
|
827
905
|
}`}
|
|
828
906
|
</GraphQLDoc>
|
|
829
907
|
|
|
830
|
-
|
|
908
|
+
<a name="createassetresult"></a>
|
|
909
|
+
|
|
910
|
+
## CreateAssetResult
|
|
831
911
|
|
|
832
912
|
<GraphQLDoc
|
|
833
913
|
type="union"
|
|
@@ -840,7 +920,9 @@ type CouponCodeLimitError {
|
|
|
840
920
|
{`union CreateAssetResult = Asset | MimeTypeError`}
|
|
841
921
|
</GraphQLDoc>
|
|
842
922
|
|
|
843
|
-
|
|
923
|
+
<a name="createchannelresult"></a>
|
|
924
|
+
|
|
925
|
+
## CreateChannelResult
|
|
844
926
|
|
|
845
927
|
<GraphQLDoc
|
|
846
928
|
type="union"
|
|
@@ -853,7 +935,9 @@ type CouponCodeLimitError {
|
|
|
853
935
|
{`union CreateChannelResult = Channel | LanguageNotAvailableError`}
|
|
854
936
|
</GraphQLDoc>
|
|
855
937
|
|
|
856
|
-
|
|
938
|
+
<a name="createcustomerresult"></a>
|
|
939
|
+
|
|
940
|
+
## CreateCustomerResult
|
|
857
941
|
|
|
858
942
|
<GraphQLDoc
|
|
859
943
|
type="union"
|
|
@@ -866,7 +950,9 @@ type CouponCodeLimitError {
|
|
|
866
950
|
{`union CreateCustomerResult = Customer | EmailAddressConflictError`}
|
|
867
951
|
</GraphQLDoc>
|
|
868
952
|
|
|
869
|
-
|
|
953
|
+
<a name="createfulfillmenterror"></a>
|
|
954
|
+
|
|
955
|
+
## CreateFulfillmentError
|
|
870
956
|
|
|
871
957
|
<GraphQLDoc
|
|
872
958
|
type="type"
|
|
@@ -884,7 +970,9 @@ type CreateFulfillmentError {
|
|
|
884
970
|
}`}
|
|
885
971
|
</GraphQLDoc>
|
|
886
972
|
|
|
887
|
-
|
|
973
|
+
<a name="createpromotionresult"></a>
|
|
974
|
+
|
|
975
|
+
## CreatePromotionResult
|
|
888
976
|
|
|
889
977
|
<GraphQLDoc
|
|
890
978
|
type="union"
|
|
@@ -897,7 +985,9 @@ type CreateFulfillmentError {
|
|
|
897
985
|
{`union CreatePromotionResult = Promotion | MissingConditionsError`}
|
|
898
986
|
</GraphQLDoc>
|
|
899
987
|
|
|
900
|
-
|
|
988
|
+
<a name="currentuser"></a>
|
|
989
|
+
|
|
990
|
+
## CurrentUser
|
|
901
991
|
|
|
902
992
|
<GraphQLDoc
|
|
903
993
|
type="type"
|
|
@@ -915,7 +1005,9 @@ type CreateFulfillmentError {
|
|
|
915
1005
|
}`}
|
|
916
1006
|
</GraphQLDoc>
|
|
917
1007
|
|
|
918
|
-
|
|
1008
|
+
<a name="currentuserchannel"></a>
|
|
1009
|
+
|
|
1010
|
+
## CurrentUserChannel
|
|
919
1011
|
|
|
920
1012
|
<GraphQLDoc
|
|
921
1013
|
type="type"
|
|
@@ -934,7 +1026,9 @@ type CreateFulfillmentError {
|
|
|
934
1026
|
}`}
|
|
935
1027
|
</GraphQLDoc>
|
|
936
1028
|
|
|
937
|
-
|
|
1029
|
+
<a name="customfieldconfig"></a>
|
|
1030
|
+
|
|
1031
|
+
## CustomFieldConfig
|
|
938
1032
|
|
|
939
1033
|
<GraphQLDoc
|
|
940
1034
|
type="union"
|
|
@@ -955,7 +1049,9 @@ type CreateFulfillmentError {
|
|
|
955
1049
|
{`union CustomFieldConfig = StringCustomFieldConfig | LocaleStringCustomFieldConfig | IntCustomFieldConfig | FloatCustomFieldConfig | BooleanCustomFieldConfig | DateTimeCustomFieldConfig | RelationCustomFieldConfig | TextCustomFieldConfig | LocaleTextCustomFieldConfig | StructCustomFieldConfig`}
|
|
956
1050
|
</GraphQLDoc>
|
|
957
1051
|
|
|
958
|
-
|
|
1052
|
+
<a name="customfields"></a>
|
|
1053
|
+
|
|
1054
|
+
## CustomFields
|
|
959
1055
|
|
|
960
1056
|
<GraphQLDoc
|
|
961
1057
|
type="type"
|
|
@@ -1007,7 +1103,9 @@ type CustomFields {
|
|
|
1007
1103
|
}`}
|
|
1008
1104
|
</GraphQLDoc>
|
|
1009
1105
|
|
|
1010
|
-
|
|
1106
|
+
<a name="customer"></a>
|
|
1107
|
+
|
|
1108
|
+
## Customer
|
|
1011
1109
|
|
|
1012
1110
|
<GraphQLDoc
|
|
1013
1111
|
type="type"
|
|
@@ -1044,7 +1142,9 @@ type CustomFields {
|
|
|
1044
1142
|
}`}
|
|
1045
1143
|
</GraphQLDoc>
|
|
1046
1144
|
|
|
1047
|
-
|
|
1145
|
+
<a name="customergroup"></a>
|
|
1146
|
+
|
|
1147
|
+
## CustomerGroup
|
|
1048
1148
|
|
|
1049
1149
|
<GraphQLDoc
|
|
1050
1150
|
type="type"
|
|
@@ -1068,7 +1168,9 @@ type CustomFields {
|
|
|
1068
1168
|
}`}
|
|
1069
1169
|
</GraphQLDoc>
|
|
1070
1170
|
|
|
1071
|
-
|
|
1171
|
+
<a name="customergrouplist"></a>
|
|
1172
|
+
|
|
1173
|
+
## CustomerGroupList
|
|
1072
1174
|
|
|
1073
1175
|
<GraphQLDoc
|
|
1074
1176
|
type="type"
|
|
@@ -1084,7 +1186,9 @@ type CustomFields {
|
|
|
1084
1186
|
}`}
|
|
1085
1187
|
</GraphQLDoc>
|
|
1086
1188
|
|
|
1087
|
-
|
|
1189
|
+
<a name="customerlist"></a>
|
|
1190
|
+
|
|
1191
|
+
## CustomerList
|
|
1088
1192
|
|
|
1089
1193
|
<GraphQLDoc
|
|
1090
1194
|
type="type"
|
|
@@ -1100,7 +1204,9 @@ type CustomFields {
|
|
|
1100
1204
|
}`}
|
|
1101
1205
|
</GraphQLDoc>
|
|
1102
1206
|
|
|
1103
|
-
|
|
1207
|
+
<a name="datetime"></a>
|
|
1208
|
+
|
|
1209
|
+
## DateTime
|
|
1104
1210
|
|
|
1105
1211
|
<GraphQLDoc
|
|
1106
1212
|
type="scalar"
|
|
@@ -1111,7 +1217,9 @@ type CustomFields {
|
|
|
1111
1217
|
scalar DateTime`}
|
|
1112
1218
|
</GraphQLDoc>
|
|
1113
1219
|
|
|
1114
|
-
|
|
1220
|
+
<a name="datetimecustomfieldconfig"></a>
|
|
1221
|
+
|
|
1222
|
+
## DateTimeCustomFieldConfig
|
|
1115
1223
|
|
|
1116
1224
|
<GraphQLDoc
|
|
1117
1225
|
type="type"
|
|
@@ -1148,7 +1256,9 @@ type DateTimeCustomFieldConfig {
|
|
|
1148
1256
|
}`}
|
|
1149
1257
|
</GraphQLDoc>
|
|
1150
1258
|
|
|
1151
|
-
|
|
1259
|
+
<a name="datetimestructfieldconfig"></a>
|
|
1260
|
+
|
|
1261
|
+
## DateTimeStructFieldConfig
|
|
1152
1262
|
|
|
1153
1263
|
<GraphQLDoc
|
|
1154
1264
|
type="type"
|
|
@@ -1178,7 +1288,9 @@ type DateTimeStructFieldConfig {
|
|
|
1178
1288
|
}`}
|
|
1179
1289
|
</GraphQLDoc>
|
|
1180
1290
|
|
|
1181
|
-
|
|
1291
|
+
<a name="deletionresponse"></a>
|
|
1292
|
+
|
|
1293
|
+
## DeletionResponse
|
|
1182
1294
|
|
|
1183
1295
|
<GraphQLDoc
|
|
1184
1296
|
type="type"
|
|
@@ -1194,7 +1306,9 @@ type DateTimeStructFieldConfig {
|
|
|
1194
1306
|
}`}
|
|
1195
1307
|
</GraphQLDoc>
|
|
1196
1308
|
|
|
1197
|
-
|
|
1309
|
+
<a name="discount"></a>
|
|
1310
|
+
|
|
1311
|
+
## Discount
|
|
1198
1312
|
|
|
1199
1313
|
<GraphQLDoc
|
|
1200
1314
|
type="type"
|
|
@@ -1214,7 +1328,9 @@ type DateTimeStructFieldConfig {
|
|
|
1214
1328
|
}`}
|
|
1215
1329
|
</GraphQLDoc>
|
|
1216
1330
|
|
|
1217
|
-
|
|
1331
|
+
<a name="duplicateentityerror"></a>
|
|
1332
|
+
|
|
1333
|
+
## DuplicateEntityError
|
|
1218
1334
|
|
|
1219
1335
|
<GraphQLDoc
|
|
1220
1336
|
type="type"
|
|
@@ -1231,7 +1347,9 @@ type DateTimeStructFieldConfig {
|
|
|
1231
1347
|
}`}
|
|
1232
1348
|
</GraphQLDoc>
|
|
1233
1349
|
|
|
1234
|
-
|
|
1350
|
+
<a name="duplicateentityresult"></a>
|
|
1351
|
+
|
|
1352
|
+
## DuplicateEntityResult
|
|
1235
1353
|
|
|
1236
1354
|
<GraphQLDoc
|
|
1237
1355
|
type="union"
|
|
@@ -1244,7 +1362,9 @@ type DateTimeStructFieldConfig {
|
|
|
1244
1362
|
{`union DuplicateEntityResult = DuplicateEntitySuccess | DuplicateEntityError`}
|
|
1245
1363
|
</GraphQLDoc>
|
|
1246
1364
|
|
|
1247
|
-
|
|
1365
|
+
<a name="duplicateentitysuccess"></a>
|
|
1366
|
+
|
|
1367
|
+
## DuplicateEntitySuccess
|
|
1248
1368
|
|
|
1249
1369
|
<GraphQLDoc
|
|
1250
1370
|
type="type"
|
|
@@ -1258,7 +1378,9 @@ type DateTimeStructFieldConfig {
|
|
|
1258
1378
|
}`}
|
|
1259
1379
|
</GraphQLDoc>
|
|
1260
1380
|
|
|
1261
|
-
|
|
1381
|
+
<a name="emailaddressconflicterror"></a>
|
|
1382
|
+
|
|
1383
|
+
## EmailAddressConflictError
|
|
1262
1384
|
|
|
1263
1385
|
<GraphQLDoc
|
|
1264
1386
|
type="type"
|
|
@@ -1275,7 +1397,9 @@ type EmailAddressConflictError {
|
|
|
1275
1397
|
}`}
|
|
1276
1398
|
</GraphQLDoc>
|
|
1277
1399
|
|
|
1278
|
-
|
|
1400
|
+
<a name="emptyorderlineselectionerror"></a>
|
|
1401
|
+
|
|
1402
|
+
## EmptyOrderLineSelectionError
|
|
1279
1403
|
|
|
1280
1404
|
<GraphQLDoc
|
|
1281
1405
|
type="type"
|
|
@@ -1292,7 +1416,9 @@ type EmptyOrderLineSelectionError {
|
|
|
1292
1416
|
}`}
|
|
1293
1417
|
</GraphQLDoc>
|
|
1294
1418
|
|
|
1295
|
-
|
|
1419
|
+
<a name="entitycustomfields"></a>
|
|
1420
|
+
|
|
1421
|
+
## EntityCustomFields
|
|
1296
1422
|
|
|
1297
1423
|
<GraphQLDoc
|
|
1298
1424
|
type="type"
|
|
@@ -1308,7 +1434,9 @@ type EmptyOrderLineSelectionError {
|
|
|
1308
1434
|
}`}
|
|
1309
1435
|
</GraphQLDoc>
|
|
1310
1436
|
|
|
1311
|
-
|
|
1437
|
+
<a name="entityduplicatordefinition"></a>
|
|
1438
|
+
|
|
1439
|
+
## EntityDuplicatorDefinition
|
|
1312
1440
|
|
|
1313
1441
|
<GraphQLDoc
|
|
1314
1442
|
type="type"
|
|
@@ -1328,7 +1456,9 @@ type EmptyOrderLineSelectionError {
|
|
|
1328
1456
|
}`}
|
|
1329
1457
|
</GraphQLDoc>
|
|
1330
1458
|
|
|
1331
|
-
|
|
1459
|
+
<a name="facet"></a>
|
|
1460
|
+
|
|
1461
|
+
## Facet
|
|
1332
1462
|
|
|
1333
1463
|
<GraphQLDoc
|
|
1334
1464
|
type="type"
|
|
@@ -1362,7 +1492,9 @@ type EmptyOrderLineSelectionError {
|
|
|
1362
1492
|
}`}
|
|
1363
1493
|
</GraphQLDoc>
|
|
1364
1494
|
|
|
1365
|
-
|
|
1495
|
+
<a name="facetinuseerror"></a>
|
|
1496
|
+
|
|
1497
|
+
## FacetInUseError
|
|
1366
1498
|
|
|
1367
1499
|
<GraphQLDoc
|
|
1368
1500
|
type="type"
|
|
@@ -1382,7 +1514,9 @@ type EmptyOrderLineSelectionError {
|
|
|
1382
1514
|
}`}
|
|
1383
1515
|
</GraphQLDoc>
|
|
1384
1516
|
|
|
1385
|
-
|
|
1517
|
+
<a name="facetlist"></a>
|
|
1518
|
+
|
|
1519
|
+
## FacetList
|
|
1386
1520
|
|
|
1387
1521
|
<GraphQLDoc
|
|
1388
1522
|
type="type"
|
|
@@ -1398,7 +1532,9 @@ type EmptyOrderLineSelectionError {
|
|
|
1398
1532
|
}`}
|
|
1399
1533
|
</GraphQLDoc>
|
|
1400
1534
|
|
|
1401
|
-
|
|
1535
|
+
<a name="facettranslation"></a>
|
|
1536
|
+
|
|
1537
|
+
## FacetTranslation
|
|
1402
1538
|
|
|
1403
1539
|
<GraphQLDoc
|
|
1404
1540
|
type="type"
|
|
@@ -1419,7 +1555,9 @@ type EmptyOrderLineSelectionError {
|
|
|
1419
1555
|
}`}
|
|
1420
1556
|
</GraphQLDoc>
|
|
1421
1557
|
|
|
1422
|
-
|
|
1558
|
+
<a name="facetvalue"></a>
|
|
1559
|
+
|
|
1560
|
+
## FacetValue
|
|
1423
1561
|
|
|
1424
1562
|
<GraphQLDoc
|
|
1425
1563
|
type="type"
|
|
@@ -1448,7 +1586,9 @@ type EmptyOrderLineSelectionError {
|
|
|
1448
1586
|
}`}
|
|
1449
1587
|
</GraphQLDoc>
|
|
1450
1588
|
|
|
1451
|
-
|
|
1589
|
+
<a name="facetvaluelist"></a>
|
|
1590
|
+
|
|
1591
|
+
## FacetValueList
|
|
1452
1592
|
|
|
1453
1593
|
<GraphQLDoc
|
|
1454
1594
|
type="type"
|
|
@@ -1464,7 +1604,9 @@ type EmptyOrderLineSelectionError {
|
|
|
1464
1604
|
}`}
|
|
1465
1605
|
</GraphQLDoc>
|
|
1466
1606
|
|
|
1467
|
-
|
|
1607
|
+
<a name="facetvalueresult"></a>
|
|
1608
|
+
|
|
1609
|
+
## FacetValueResult
|
|
1468
1610
|
|
|
1469
1611
|
<GraphQLDoc
|
|
1470
1612
|
type="type"
|
|
@@ -1484,7 +1626,9 @@ type FacetValueResult {
|
|
|
1484
1626
|
}`}
|
|
1485
1627
|
</GraphQLDoc>
|
|
1486
1628
|
|
|
1487
|
-
|
|
1629
|
+
<a name="facetvaluetranslation"></a>
|
|
1630
|
+
|
|
1631
|
+
## FacetValueTranslation
|
|
1488
1632
|
|
|
1489
1633
|
<GraphQLDoc
|
|
1490
1634
|
type="type"
|
|
@@ -1505,7 +1649,9 @@ type FacetValueResult {
|
|
|
1505
1649
|
}`}
|
|
1506
1650
|
</GraphQLDoc>
|
|
1507
1651
|
|
|
1508
|
-
|
|
1652
|
+
<a name="float"></a>
|
|
1653
|
+
|
|
1654
|
+
## Float
|
|
1509
1655
|
|
|
1510
1656
|
<GraphQLDoc
|
|
1511
1657
|
type="scalar"
|
|
@@ -1516,7 +1662,9 @@ type FacetValueResult {
|
|
|
1516
1662
|
scalar Float`}
|
|
1517
1663
|
</GraphQLDoc>
|
|
1518
1664
|
|
|
1519
|
-
|
|
1665
|
+
<a name="floatcustomfieldconfig"></a>
|
|
1666
|
+
|
|
1667
|
+
## FloatCustomFieldConfig
|
|
1520
1668
|
|
|
1521
1669
|
<GraphQLDoc
|
|
1522
1670
|
type="type"
|
|
@@ -1549,7 +1697,9 @@ scalar Float`}
|
|
|
1549
1697
|
}`}
|
|
1550
1698
|
</GraphQLDoc>
|
|
1551
1699
|
|
|
1552
|
-
|
|
1700
|
+
<a name="floatstructfieldconfig"></a>
|
|
1701
|
+
|
|
1702
|
+
## FloatStructFieldConfig
|
|
1553
1703
|
|
|
1554
1704
|
<GraphQLDoc
|
|
1555
1705
|
type="type"
|
|
@@ -1575,7 +1725,9 @@ scalar Float`}
|
|
|
1575
1725
|
}`}
|
|
1576
1726
|
</GraphQLDoc>
|
|
1577
1727
|
|
|
1578
|
-
|
|
1728
|
+
<a name="fulfillment"></a>
|
|
1729
|
+
|
|
1730
|
+
## Fulfillment
|
|
1579
1731
|
|
|
1580
1732
|
<GraphQLDoc
|
|
1581
1733
|
type="type"
|
|
@@ -1602,7 +1754,9 @@ scalar Float`}
|
|
|
1602
1754
|
}`}
|
|
1603
1755
|
</GraphQLDoc>
|
|
1604
1756
|
|
|
1605
|
-
|
|
1757
|
+
<a name="fulfillmentline"></a>
|
|
1758
|
+
|
|
1759
|
+
## FulfillmentLine
|
|
1606
1760
|
|
|
1607
1761
|
<GraphQLDoc
|
|
1608
1762
|
type="type"
|
|
@@ -1623,7 +1777,9 @@ scalar Float`}
|
|
|
1623
1777
|
}`}
|
|
1624
1778
|
</GraphQLDoc>
|
|
1625
1779
|
|
|
1626
|
-
|
|
1780
|
+
<a name="fulfillmentstatetransitionerror"></a>
|
|
1781
|
+
|
|
1782
|
+
## FulfillmentStateTransitionError
|
|
1627
1783
|
|
|
1628
1784
|
<GraphQLDoc
|
|
1629
1785
|
type="type"
|
|
@@ -1643,7 +1799,9 @@ type FulfillmentStateTransitionError {
|
|
|
1643
1799
|
}`}
|
|
1644
1800
|
</GraphQLDoc>
|
|
1645
1801
|
|
|
1646
|
-
|
|
1802
|
+
<a name="globalsettings"></a>
|
|
1803
|
+
|
|
1804
|
+
## GlobalSettings
|
|
1647
1805
|
|
|
1648
1806
|
<GraphQLDoc
|
|
1649
1807
|
type="type"
|
|
@@ -1670,7 +1828,9 @@ type FulfillmentStateTransitionError {
|
|
|
1670
1828
|
}`}
|
|
1671
1829
|
</GraphQLDoc>
|
|
1672
1830
|
|
|
1673
|
-
|
|
1831
|
+
<a name="guestcheckouterror"></a>
|
|
1832
|
+
|
|
1833
|
+
## GuestCheckoutError
|
|
1674
1834
|
|
|
1675
1835
|
<GraphQLDoc
|
|
1676
1836
|
type="type"
|
|
@@ -1688,7 +1848,9 @@ type GuestCheckoutError {
|
|
|
1688
1848
|
}`}
|
|
1689
1849
|
</GraphQLDoc>
|
|
1690
1850
|
|
|
1691
|
-
|
|
1851
|
+
<a name="historyentry"></a>
|
|
1852
|
+
|
|
1853
|
+
## HistoryEntry
|
|
1692
1854
|
|
|
1693
1855
|
<GraphQLDoc
|
|
1694
1856
|
type="type"
|
|
@@ -1714,7 +1876,9 @@ type GuestCheckoutError {
|
|
|
1714
1876
|
}`}
|
|
1715
1877
|
</GraphQLDoc>
|
|
1716
1878
|
|
|
1717
|
-
|
|
1879
|
+
<a name="historyentrylist"></a>
|
|
1880
|
+
|
|
1881
|
+
## HistoryEntryList
|
|
1718
1882
|
|
|
1719
1883
|
<GraphQLDoc
|
|
1720
1884
|
type="type"
|
|
@@ -1730,7 +1894,9 @@ type GuestCheckoutError {
|
|
|
1730
1894
|
}`}
|
|
1731
1895
|
</GraphQLDoc>
|
|
1732
1896
|
|
|
1733
|
-
|
|
1897
|
+
<a name="id"></a>
|
|
1898
|
+
|
|
1899
|
+
## ID
|
|
1734
1900
|
|
|
1735
1901
|
<GraphQLDoc
|
|
1736
1902
|
type="scalar"
|
|
@@ -1741,7 +1907,9 @@ type GuestCheckoutError {
|
|
|
1741
1907
|
scalar ID`}
|
|
1742
1908
|
</GraphQLDoc>
|
|
1743
1909
|
|
|
1744
|
-
|
|
1910
|
+
<a name="importinfo"></a>
|
|
1911
|
+
|
|
1912
|
+
## ImportInfo
|
|
1745
1913
|
|
|
1746
1914
|
<GraphQLDoc
|
|
1747
1915
|
type="type"
|
|
@@ -1758,7 +1926,9 @@ scalar ID`}
|
|
|
1758
1926
|
}`}
|
|
1759
1927
|
</GraphQLDoc>
|
|
1760
1928
|
|
|
1761
|
-
|
|
1929
|
+
<a name="ineligibleshippingmethoderror"></a>
|
|
1930
|
+
|
|
1931
|
+
## IneligibleShippingMethodError
|
|
1762
1932
|
|
|
1763
1933
|
<GraphQLDoc
|
|
1764
1934
|
type="type"
|
|
@@ -1775,7 +1945,9 @@ type IneligibleShippingMethodError {
|
|
|
1775
1945
|
}`}
|
|
1776
1946
|
</GraphQLDoc>
|
|
1777
1947
|
|
|
1778
|
-
|
|
1948
|
+
<a name="insufficientstockerror"></a>
|
|
1949
|
+
|
|
1950
|
+
## InsufficientStockError
|
|
1779
1951
|
|
|
1780
1952
|
<GraphQLDoc
|
|
1781
1953
|
type="type"
|
|
@@ -1796,7 +1968,9 @@ type InsufficientStockError {
|
|
|
1796
1968
|
}`}
|
|
1797
1969
|
</GraphQLDoc>
|
|
1798
1970
|
|
|
1799
|
-
|
|
1971
|
+
<a name="insufficientstockonhanderror"></a>
|
|
1972
|
+
|
|
1973
|
+
## InsufficientStockOnHandError
|
|
1800
1974
|
|
|
1801
1975
|
<GraphQLDoc
|
|
1802
1976
|
type="type"
|
|
@@ -1821,7 +1995,9 @@ type InsufficientStockOnHandError {
|
|
|
1821
1995
|
}`}
|
|
1822
1996
|
</GraphQLDoc>
|
|
1823
1997
|
|
|
1824
|
-
|
|
1998
|
+
<a name="int"></a>
|
|
1999
|
+
|
|
2000
|
+
## Int
|
|
1825
2001
|
|
|
1826
2002
|
<GraphQLDoc
|
|
1827
2003
|
type="scalar"
|
|
@@ -1832,7 +2008,9 @@ type InsufficientStockOnHandError {
|
|
|
1832
2008
|
scalar Int`}
|
|
1833
2009
|
</GraphQLDoc>
|
|
1834
2010
|
|
|
1835
|
-
|
|
2011
|
+
<a name="intcustomfieldconfig"></a>
|
|
2012
|
+
|
|
2013
|
+
## IntCustomFieldConfig
|
|
1836
2014
|
|
|
1837
2015
|
<GraphQLDoc
|
|
1838
2016
|
type="type"
|
|
@@ -1865,7 +2043,9 @@ scalar Int`}
|
|
|
1865
2043
|
}`}
|
|
1866
2044
|
</GraphQLDoc>
|
|
1867
2045
|
|
|
1868
|
-
|
|
2046
|
+
<a name="intstructfieldconfig"></a>
|
|
2047
|
+
|
|
2048
|
+
## IntStructFieldConfig
|
|
1869
2049
|
|
|
1870
2050
|
<GraphQLDoc
|
|
1871
2051
|
type="type"
|
|
@@ -1891,7 +2071,9 @@ scalar Int`}
|
|
|
1891
2071
|
}`}
|
|
1892
2072
|
</GraphQLDoc>
|
|
1893
2073
|
|
|
1894
|
-
|
|
2074
|
+
<a name="invalidcredentialserror"></a>
|
|
2075
|
+
|
|
2076
|
+
## InvalidCredentialsError
|
|
1895
2077
|
|
|
1896
2078
|
<GraphQLDoc
|
|
1897
2079
|
type="type"
|
|
@@ -1909,7 +2091,9 @@ type InvalidCredentialsError {
|
|
|
1909
2091
|
}`}
|
|
1910
2092
|
</GraphQLDoc>
|
|
1911
2093
|
|
|
1912
|
-
|
|
2094
|
+
<a name="invalidfulfillmenthandlererror"></a>
|
|
2095
|
+
|
|
2096
|
+
## InvalidFulfillmentHandlerError
|
|
1913
2097
|
|
|
1914
2098
|
<GraphQLDoc
|
|
1915
2099
|
type="type"
|
|
@@ -1926,7 +2110,9 @@ type InvalidFulfillmentHandlerError {
|
|
|
1926
2110
|
}`}
|
|
1927
2111
|
</GraphQLDoc>
|
|
1928
2112
|
|
|
1929
|
-
|
|
2113
|
+
<a name="itemsalreadyfulfillederror"></a>
|
|
2114
|
+
|
|
2115
|
+
## ItemsAlreadyFulfilledError
|
|
1930
2116
|
|
|
1931
2117
|
<GraphQLDoc
|
|
1932
2118
|
type="type"
|
|
@@ -1943,7 +2129,9 @@ type ItemsAlreadyFulfilledError {
|
|
|
1943
2129
|
}`}
|
|
1944
2130
|
</GraphQLDoc>
|
|
1945
2131
|
|
|
1946
|
-
|
|
2132
|
+
<a name="json"></a>
|
|
2133
|
+
|
|
2134
|
+
## JSON
|
|
1947
2135
|
|
|
1948
2136
|
<GraphQLDoc
|
|
1949
2137
|
type="scalar"
|
|
@@ -1954,7 +2142,9 @@ type ItemsAlreadyFulfilledError {
|
|
|
1954
2142
|
scalar JSON`}
|
|
1955
2143
|
</GraphQLDoc>
|
|
1956
2144
|
|
|
1957
|
-
|
|
2145
|
+
<a name="job"></a>
|
|
2146
|
+
|
|
2147
|
+
## Job
|
|
1958
2148
|
|
|
1959
2149
|
<GraphQLDoc
|
|
1960
2150
|
type="type"
|
|
@@ -1988,7 +2178,9 @@ scalar JSON`}
|
|
|
1988
2178
|
}`}
|
|
1989
2179
|
</GraphQLDoc>
|
|
1990
2180
|
|
|
1991
|
-
|
|
2181
|
+
<a name="jobbuffersize"></a>
|
|
2182
|
+
|
|
2183
|
+
## JobBufferSize
|
|
1992
2184
|
|
|
1993
2185
|
<GraphQLDoc
|
|
1994
2186
|
type="type"
|
|
@@ -2004,7 +2196,9 @@ scalar JSON`}
|
|
|
2004
2196
|
}`}
|
|
2005
2197
|
</GraphQLDoc>
|
|
2006
2198
|
|
|
2007
|
-
|
|
2199
|
+
<a name="joblist"></a>
|
|
2200
|
+
|
|
2201
|
+
## JobList
|
|
2008
2202
|
|
|
2009
2203
|
<GraphQLDoc
|
|
2010
2204
|
type="type"
|
|
@@ -2020,7 +2214,9 @@ scalar JSON`}
|
|
|
2020
2214
|
}`}
|
|
2021
2215
|
</GraphQLDoc>
|
|
2022
2216
|
|
|
2023
|
-
|
|
2217
|
+
<a name="jobqueue"></a>
|
|
2218
|
+
|
|
2219
|
+
## JobQueue
|
|
2024
2220
|
|
|
2025
2221
|
<GraphQLDoc
|
|
2026
2222
|
type="type"
|
|
@@ -2036,7 +2232,9 @@ scalar JSON`}
|
|
|
2036
2232
|
}`}
|
|
2037
2233
|
</GraphQLDoc>
|
|
2038
2234
|
|
|
2039
|
-
|
|
2235
|
+
<a name="languagenotavailableerror"></a>
|
|
2236
|
+
|
|
2237
|
+
## LanguageNotAvailableError
|
|
2040
2238
|
|
|
2041
2239
|
<GraphQLDoc
|
|
2042
2240
|
type="type"
|
|
@@ -2054,7 +2252,9 @@ type LanguageNotAvailableError {
|
|
|
2054
2252
|
}`}
|
|
2055
2253
|
</GraphQLDoc>
|
|
2056
2254
|
|
|
2057
|
-
|
|
2255
|
+
<a name="localestringcustomfieldconfig"></a>
|
|
2256
|
+
|
|
2257
|
+
## LocaleStringCustomFieldConfig
|
|
2058
2258
|
|
|
2059
2259
|
<GraphQLDoc
|
|
2060
2260
|
type="type"
|
|
@@ -2086,7 +2286,9 @@ type LanguageNotAvailableError {
|
|
|
2086
2286
|
}`}
|
|
2087
2287
|
</GraphQLDoc>
|
|
2088
2288
|
|
|
2089
|
-
|
|
2289
|
+
<a name="localetextcustomfieldconfig"></a>
|
|
2290
|
+
|
|
2291
|
+
## LocaleTextCustomFieldConfig
|
|
2090
2292
|
|
|
2091
2293
|
<GraphQLDoc
|
|
2092
2294
|
type="type"
|
|
@@ -2115,7 +2317,9 @@ type LanguageNotAvailableError {
|
|
|
2115
2317
|
}`}
|
|
2116
2318
|
</GraphQLDoc>
|
|
2117
2319
|
|
|
2118
|
-
|
|
2320
|
+
<a name="localizedstring"></a>
|
|
2321
|
+
|
|
2322
|
+
## LocalizedString
|
|
2119
2323
|
|
|
2120
2324
|
<GraphQLDoc
|
|
2121
2325
|
type="type"
|
|
@@ -2131,7 +2335,9 @@ type LanguageNotAvailableError {
|
|
|
2131
2335
|
}`}
|
|
2132
2336
|
</GraphQLDoc>
|
|
2133
2337
|
|
|
2134
|
-
|
|
2338
|
+
<a name="manualpaymentstateerror"></a>
|
|
2339
|
+
|
|
2340
|
+
## ManualPaymentStateError
|
|
2135
2341
|
|
|
2136
2342
|
<GraphQLDoc
|
|
2137
2343
|
type="type"
|
|
@@ -2151,7 +2357,9 @@ type ManualPaymentStateError {
|
|
|
2151
2357
|
}`}
|
|
2152
2358
|
</GraphQLDoc>
|
|
2153
2359
|
|
|
2154
|
-
|
|
2360
|
+
<a name="metricsummary"></a>
|
|
2361
|
+
|
|
2362
|
+
## MetricSummary
|
|
2155
2363
|
|
|
2156
2364
|
<GraphQLDoc
|
|
2157
2365
|
type="type"
|
|
@@ -2171,7 +2379,9 @@ type ManualPaymentStateError {
|
|
|
2171
2379
|
}`}
|
|
2172
2380
|
</GraphQLDoc>
|
|
2173
2381
|
|
|
2174
|
-
|
|
2382
|
+
<a name="metricsummaryentry"></a>
|
|
2383
|
+
|
|
2384
|
+
## MetricSummaryEntry
|
|
2175
2385
|
|
|
2176
2386
|
<GraphQLDoc
|
|
2177
2387
|
type="type"
|
|
@@ -2187,7 +2397,9 @@ type ManualPaymentStateError {
|
|
|
2187
2397
|
}`}
|
|
2188
2398
|
</GraphQLDoc>
|
|
2189
2399
|
|
|
2190
|
-
|
|
2400
|
+
<a name="mimetypeerror"></a>
|
|
2401
|
+
|
|
2402
|
+
## MimeTypeError
|
|
2191
2403
|
|
|
2192
2404
|
<GraphQLDoc
|
|
2193
2405
|
type="type"
|
|
@@ -2205,7 +2417,9 @@ type ManualPaymentStateError {
|
|
|
2205
2417
|
}`}
|
|
2206
2418
|
</GraphQLDoc>
|
|
2207
2419
|
|
|
2208
|
-
|
|
2420
|
+
<a name="missingconditionserror"></a>
|
|
2421
|
+
|
|
2422
|
+
## MissingConditionsError
|
|
2209
2423
|
|
|
2210
2424
|
<GraphQLDoc
|
|
2211
2425
|
type="type"
|
|
@@ -2222,7 +2436,9 @@ type MissingConditionsError {
|
|
|
2222
2436
|
}`}
|
|
2223
2437
|
</GraphQLDoc>
|
|
2224
2438
|
|
|
2225
|
-
|
|
2439
|
+
<a name="modifyorderresult"></a>
|
|
2440
|
+
|
|
2441
|
+
## ModifyOrderResult
|
|
2226
2442
|
|
|
2227
2443
|
<GraphQLDoc
|
|
2228
2444
|
type="union"
|
|
@@ -2245,7 +2461,9 @@ type MissingConditionsError {
|
|
|
2245
2461
|
{`union ModifyOrderResult = Order | NoChangesSpecifiedError | OrderModificationStateError | PaymentMethodMissingError | RefundPaymentIdMissingError | OrderLimitError | NegativeQuantityError | InsufficientStockError | CouponCodeExpiredError | CouponCodeInvalidError | CouponCodeLimitError | IneligibleShippingMethodError`}
|
|
2246
2462
|
</GraphQLDoc>
|
|
2247
2463
|
|
|
2248
|
-
|
|
2464
|
+
<a name="money"></a>
|
|
2465
|
+
|
|
2466
|
+
## Money
|
|
2249
2467
|
|
|
2250
2468
|
<GraphQLDoc
|
|
2251
2469
|
type="scalar"
|
|
@@ -2256,7 +2474,9 @@ type MissingConditionsError {
|
|
|
2256
2474
|
scalar Money`}
|
|
2257
2475
|
</GraphQLDoc>
|
|
2258
2476
|
|
|
2259
|
-
|
|
2477
|
+
<a name="multipleordererror"></a>
|
|
2478
|
+
|
|
2479
|
+
## MultipleOrderError
|
|
2260
2480
|
|
|
2261
2481
|
<GraphQLDoc
|
|
2262
2482
|
type="type"
|
|
@@ -2273,7 +2493,9 @@ type MultipleOrderError {
|
|
|
2273
2493
|
}`}
|
|
2274
2494
|
</GraphQLDoc>
|
|
2275
2495
|
|
|
2276
|
-
|
|
2496
|
+
<a name="nativeauthstrategyerror"></a>
|
|
2497
|
+
|
|
2498
|
+
## NativeAuthStrategyError
|
|
2277
2499
|
|
|
2278
2500
|
<GraphQLDoc
|
|
2279
2501
|
type="type"
|
|
@@ -2290,7 +2512,9 @@ type NativeAuthStrategyError {
|
|
|
2290
2512
|
}`}
|
|
2291
2513
|
</GraphQLDoc>
|
|
2292
2514
|
|
|
2293
|
-
|
|
2515
|
+
<a name="nativeauthenticationresult"></a>
|
|
2516
|
+
|
|
2517
|
+
## NativeAuthenticationResult
|
|
2294
2518
|
|
|
2295
2519
|
<GraphQLDoc
|
|
2296
2520
|
type="union"
|
|
@@ -2304,7 +2528,9 @@ type NativeAuthStrategyError {
|
|
|
2304
2528
|
{`union NativeAuthenticationResult = CurrentUser | InvalidCredentialsError | NativeAuthStrategyError`}
|
|
2305
2529
|
</GraphQLDoc>
|
|
2306
2530
|
|
|
2307
|
-
|
|
2531
|
+
<a name="negativequantityerror"></a>
|
|
2532
|
+
|
|
2533
|
+
## NegativeQuantityError
|
|
2308
2534
|
|
|
2309
2535
|
<GraphQLDoc
|
|
2310
2536
|
type="type"
|
|
@@ -2321,7 +2547,9 @@ type NegativeQuantityError {
|
|
|
2321
2547
|
}`}
|
|
2322
2548
|
</GraphQLDoc>
|
|
2323
2549
|
|
|
2324
|
-
|
|
2550
|
+
<a name="noactiveordererror"></a>
|
|
2551
|
+
|
|
2552
|
+
## NoActiveOrderError
|
|
2325
2553
|
|
|
2326
2554
|
<GraphQLDoc
|
|
2327
2555
|
type="type"
|
|
@@ -2341,7 +2569,9 @@ type NoActiveOrderError {
|
|
|
2341
2569
|
}`}
|
|
2342
2570
|
</GraphQLDoc>
|
|
2343
2571
|
|
|
2344
|
-
|
|
2572
|
+
<a name="nochangesspecifiederror"></a>
|
|
2573
|
+
|
|
2574
|
+
## NoChangesSpecifiedError
|
|
2345
2575
|
|
|
2346
2576
|
<GraphQLDoc
|
|
2347
2577
|
type="type"
|
|
@@ -2358,7 +2588,9 @@ type NoChangesSpecifiedError {
|
|
|
2358
2588
|
}`}
|
|
2359
2589
|
</GraphQLDoc>
|
|
2360
2590
|
|
|
2361
|
-
|
|
2591
|
+
<a name="nothingtorefunderror"></a>
|
|
2592
|
+
|
|
2593
|
+
## NothingToRefundError
|
|
2362
2594
|
|
|
2363
2595
|
<GraphQLDoc
|
|
2364
2596
|
type="type"
|
|
@@ -2375,7 +2607,9 @@ type NothingToRefundError {
|
|
|
2375
2607
|
}`}
|
|
2376
2608
|
</GraphQLDoc>
|
|
2377
2609
|
|
|
2378
|
-
|
|
2610
|
+
<a name="order"></a>
|
|
2611
|
+
|
|
2612
|
+
## Order
|
|
2379
2613
|
|
|
2380
2614
|
<GraphQLDoc
|
|
2381
2615
|
type="type"
|
|
@@ -2471,7 +2705,9 @@ type NothingToRefundError {
|
|
|
2471
2705
|
}`}
|
|
2472
2706
|
</GraphQLDoc>
|
|
2473
2707
|
|
|
2474
|
-
|
|
2708
|
+
<a name="orderaddress"></a>
|
|
2709
|
+
|
|
2710
|
+
## OrderAddress
|
|
2475
2711
|
|
|
2476
2712
|
<GraphQLDoc
|
|
2477
2713
|
type="type"
|
|
@@ -2496,7 +2732,9 @@ type NothingToRefundError {
|
|
|
2496
2732
|
}`}
|
|
2497
2733
|
</GraphQLDoc>
|
|
2498
2734
|
|
|
2499
|
-
|
|
2735
|
+
<a name="orderinterceptorerror"></a>
|
|
2736
|
+
|
|
2737
|
+
## OrderInterceptorError
|
|
2500
2738
|
|
|
2501
2739
|
<GraphQLDoc
|
|
2502
2740
|
type="type"
|
|
@@ -2514,7 +2752,9 @@ type OrderInterceptorError {
|
|
|
2514
2752
|
}`}
|
|
2515
2753
|
</GraphQLDoc>
|
|
2516
2754
|
|
|
2517
|
-
|
|
2755
|
+
<a name="orderlimiterror"></a>
|
|
2756
|
+
|
|
2757
|
+
## OrderLimitError
|
|
2518
2758
|
|
|
2519
2759
|
<GraphQLDoc
|
|
2520
2760
|
type="type"
|
|
@@ -2533,7 +2773,9 @@ type OrderLimitError {
|
|
|
2533
2773
|
}`}
|
|
2534
2774
|
</GraphQLDoc>
|
|
2535
2775
|
|
|
2536
|
-
|
|
2776
|
+
<a name="orderline"></a>
|
|
2777
|
+
|
|
2778
|
+
## OrderLine
|
|
2537
2779
|
|
|
2538
2780
|
<GraphQLDoc
|
|
2539
2781
|
type="type"
|
|
@@ -2617,7 +2859,9 @@ type OrderLimitError {
|
|
|
2617
2859
|
}`}
|
|
2618
2860
|
</GraphQLDoc>
|
|
2619
2861
|
|
|
2620
|
-
|
|
2862
|
+
<a name="orderlist"></a>
|
|
2863
|
+
|
|
2864
|
+
## OrderList
|
|
2621
2865
|
|
|
2622
2866
|
<GraphQLDoc
|
|
2623
2867
|
type="type"
|
|
@@ -2633,7 +2877,9 @@ type OrderLimitError {
|
|
|
2633
2877
|
}`}
|
|
2634
2878
|
</GraphQLDoc>
|
|
2635
2879
|
|
|
2636
|
-
|
|
2880
|
+
<a name="ordermodification"></a>
|
|
2881
|
+
|
|
2882
|
+
## OrderModification
|
|
2637
2883
|
|
|
2638
2884
|
<GraphQLDoc
|
|
2639
2885
|
type="type"
|
|
@@ -2664,7 +2910,9 @@ type OrderLimitError {
|
|
|
2664
2910
|
}`}
|
|
2665
2911
|
</GraphQLDoc>
|
|
2666
2912
|
|
|
2667
|
-
|
|
2913
|
+
<a name="ordermodificationerror"></a>
|
|
2914
|
+
|
|
2915
|
+
## OrderModificationError
|
|
2668
2916
|
|
|
2669
2917
|
<GraphQLDoc
|
|
2670
2918
|
type="type"
|
|
@@ -2681,7 +2929,9 @@ type OrderModificationError {
|
|
|
2681
2929
|
}`}
|
|
2682
2930
|
</GraphQLDoc>
|
|
2683
2931
|
|
|
2684
|
-
|
|
2932
|
+
<a name="ordermodificationline"></a>
|
|
2933
|
+
|
|
2934
|
+
## OrderModificationLine
|
|
2685
2935
|
|
|
2686
2936
|
<GraphQLDoc
|
|
2687
2937
|
type="type"
|
|
@@ -2702,7 +2952,9 @@ type OrderModificationError {
|
|
|
2702
2952
|
}`}
|
|
2703
2953
|
</GraphQLDoc>
|
|
2704
2954
|
|
|
2705
|
-
|
|
2955
|
+
<a name="ordermodificationstateerror"></a>
|
|
2956
|
+
|
|
2957
|
+
## OrderModificationStateError
|
|
2706
2958
|
|
|
2707
2959
|
<GraphQLDoc
|
|
2708
2960
|
type="type"
|
|
@@ -2719,7 +2971,9 @@ type OrderModificationStateError {
|
|
|
2719
2971
|
}`}
|
|
2720
2972
|
</GraphQLDoc>
|
|
2721
2973
|
|
|
2722
|
-
|
|
2974
|
+
<a name="orderprocessstate"></a>
|
|
2975
|
+
|
|
2976
|
+
## OrderProcessState
|
|
2723
2977
|
|
|
2724
2978
|
<GraphQLDoc
|
|
2725
2979
|
type="type"
|
|
@@ -2734,7 +2988,9 @@ type OrderModificationStateError {
|
|
|
2734
2988
|
}`}
|
|
2735
2989
|
</GraphQLDoc>
|
|
2736
2990
|
|
|
2737
|
-
|
|
2991
|
+
<a name="orderstatetransitionerror"></a>
|
|
2992
|
+
|
|
2993
|
+
## OrderStateTransitionError
|
|
2738
2994
|
|
|
2739
2995
|
<GraphQLDoc
|
|
2740
2996
|
type="type"
|
|
@@ -2754,7 +3010,9 @@ type OrderStateTransitionError {
|
|
|
2754
3010
|
}`}
|
|
2755
3011
|
</GraphQLDoc>
|
|
2756
3012
|
|
|
2757
|
-
|
|
3013
|
+
<a name="ordertaxsummary"></a>
|
|
3014
|
+
|
|
3015
|
+
## OrderTaxSummary
|
|
2758
3016
|
|
|
2759
3017
|
<GraphQLDoc
|
|
2760
3018
|
type="type"
|
|
@@ -2781,7 +3039,9 @@ type OrderTaxSummary {
|
|
|
2781
3039
|
}`}
|
|
2782
3040
|
</GraphQLDoc>
|
|
2783
3041
|
|
|
2784
|
-
|
|
3042
|
+
<a name="payment"></a>
|
|
3043
|
+
|
|
3044
|
+
## Payment
|
|
2785
3045
|
|
|
2786
3046
|
<GraphQLDoc
|
|
2787
3047
|
type="type"
|
|
@@ -2811,7 +3071,9 @@ type OrderTaxSummary {
|
|
|
2811
3071
|
}`}
|
|
2812
3072
|
</GraphQLDoc>
|
|
2813
3073
|
|
|
2814
|
-
|
|
3074
|
+
<a name="paymentmethod"></a>
|
|
3075
|
+
|
|
3076
|
+
## PaymentMethod
|
|
2815
3077
|
|
|
2816
3078
|
<GraphQLDoc
|
|
2817
3079
|
type="type"
|
|
@@ -2841,7 +3103,9 @@ type OrderTaxSummary {
|
|
|
2841
3103
|
}`}
|
|
2842
3104
|
</GraphQLDoc>
|
|
2843
3105
|
|
|
2844
|
-
|
|
3106
|
+
<a name="paymentmethodlist"></a>
|
|
3107
|
+
|
|
3108
|
+
## PaymentMethodList
|
|
2845
3109
|
|
|
2846
3110
|
<GraphQLDoc
|
|
2847
3111
|
type="type"
|
|
@@ -2857,7 +3121,9 @@ type OrderTaxSummary {
|
|
|
2857
3121
|
}`}
|
|
2858
3122
|
</GraphQLDoc>
|
|
2859
3123
|
|
|
2860
|
-
|
|
3124
|
+
<a name="paymentmethodmissingerror"></a>
|
|
3125
|
+
|
|
3126
|
+
## PaymentMethodMissingError
|
|
2861
3127
|
|
|
2862
3128
|
<GraphQLDoc
|
|
2863
3129
|
type="type"
|
|
@@ -2877,7 +3143,9 @@ type PaymentMethodMissingError {
|
|
|
2877
3143
|
}`}
|
|
2878
3144
|
</GraphQLDoc>
|
|
2879
3145
|
|
|
2880
|
-
|
|
3146
|
+
<a name="paymentmethodquote"></a>
|
|
3147
|
+
|
|
3148
|
+
## PaymentMethodQuote
|
|
2881
3149
|
|
|
2882
3150
|
<GraphQLDoc
|
|
2883
3151
|
type="type"
|
|
@@ -2900,7 +3168,9 @@ type PaymentMethodMissingError {
|
|
|
2900
3168
|
}`}
|
|
2901
3169
|
</GraphQLDoc>
|
|
2902
3170
|
|
|
2903
|
-
|
|
3171
|
+
<a name="paymentmethodtranslation"></a>
|
|
3172
|
+
|
|
3173
|
+
## PaymentMethodTranslation
|
|
2904
3174
|
|
|
2905
3175
|
<GraphQLDoc
|
|
2906
3176
|
type="type"
|
|
@@ -2922,7 +3192,9 @@ type PaymentMethodMissingError {
|
|
|
2922
3192
|
}`}
|
|
2923
3193
|
</GraphQLDoc>
|
|
2924
3194
|
|
|
2925
|
-
|
|
3195
|
+
<a name="paymentordermismatcherror"></a>
|
|
3196
|
+
|
|
3197
|
+
## PaymentOrderMismatchError
|
|
2926
3198
|
|
|
2927
3199
|
<GraphQLDoc
|
|
2928
3200
|
type="type"
|
|
@@ -2939,7 +3211,9 @@ type PaymentOrderMismatchError {
|
|
|
2939
3211
|
}`}
|
|
2940
3212
|
</GraphQLDoc>
|
|
2941
3213
|
|
|
2942
|
-
|
|
3214
|
+
<a name="paymentstatetransitionerror"></a>
|
|
3215
|
+
|
|
3216
|
+
## PaymentStateTransitionError
|
|
2943
3217
|
|
|
2944
3218
|
<GraphQLDoc
|
|
2945
3219
|
type="type"
|
|
@@ -2959,7 +3233,9 @@ type PaymentStateTransitionError {
|
|
|
2959
3233
|
}`}
|
|
2960
3234
|
</GraphQLDoc>
|
|
2961
3235
|
|
|
2962
|
-
|
|
3236
|
+
<a name="permissiondefinition"></a>
|
|
3237
|
+
|
|
3238
|
+
## PermissionDefinition
|
|
2963
3239
|
|
|
2964
3240
|
<GraphQLDoc
|
|
2965
3241
|
type="type"
|
|
@@ -2976,7 +3252,9 @@ type PaymentStateTransitionError {
|
|
|
2976
3252
|
}`}
|
|
2977
3253
|
</GraphQLDoc>
|
|
2978
3254
|
|
|
2979
|
-
|
|
3255
|
+
<a name="pricerange"></a>
|
|
3256
|
+
|
|
3257
|
+
## PriceRange
|
|
2980
3258
|
|
|
2981
3259
|
<GraphQLDoc
|
|
2982
3260
|
type="type"
|
|
@@ -2992,7 +3270,9 @@ type PriceRange {
|
|
|
2992
3270
|
}`}
|
|
2993
3271
|
</GraphQLDoc>
|
|
2994
3272
|
|
|
2995
|
-
|
|
3273
|
+
<a name="product"></a>
|
|
3274
|
+
|
|
3275
|
+
## Product
|
|
2996
3276
|
|
|
2997
3277
|
<GraphQLDoc
|
|
2998
3278
|
type="type"
|
|
@@ -3039,7 +3319,9 @@ type PriceRange {
|
|
|
3039
3319
|
}`}
|
|
3040
3320
|
</GraphQLDoc>
|
|
3041
3321
|
|
|
3042
|
-
|
|
3322
|
+
<a name="productlist"></a>
|
|
3323
|
+
|
|
3324
|
+
## ProductList
|
|
3043
3325
|
|
|
3044
3326
|
<GraphQLDoc
|
|
3045
3327
|
type="type"
|
|
@@ -3055,7 +3337,9 @@ type PriceRange {
|
|
|
3055
3337
|
}`}
|
|
3056
3338
|
</GraphQLDoc>
|
|
3057
3339
|
|
|
3058
|
-
|
|
3340
|
+
<a name="productoption"></a>
|
|
3341
|
+
|
|
3342
|
+
## ProductOption
|
|
3059
3343
|
|
|
3060
3344
|
<GraphQLDoc
|
|
3061
3345
|
type="type"
|
|
@@ -3084,7 +3368,9 @@ type PriceRange {
|
|
|
3084
3368
|
}`}
|
|
3085
3369
|
</GraphQLDoc>
|
|
3086
3370
|
|
|
3087
|
-
|
|
3371
|
+
<a name="productoptiongroup"></a>
|
|
3372
|
+
|
|
3373
|
+
## ProductOptionGroup
|
|
3088
3374
|
|
|
3089
3375
|
<GraphQLDoc
|
|
3090
3376
|
type="type"
|
|
@@ -3112,7 +3398,9 @@ type PriceRange {
|
|
|
3112
3398
|
}`}
|
|
3113
3399
|
</GraphQLDoc>
|
|
3114
3400
|
|
|
3115
|
-
|
|
3401
|
+
<a name="productoptiongrouptranslation"></a>
|
|
3402
|
+
|
|
3403
|
+
## ProductOptionGroupTranslation
|
|
3116
3404
|
|
|
3117
3405
|
<GraphQLDoc
|
|
3118
3406
|
type="type"
|
|
@@ -3133,7 +3421,9 @@ type PriceRange {
|
|
|
3133
3421
|
}`}
|
|
3134
3422
|
</GraphQLDoc>
|
|
3135
3423
|
|
|
3136
|
-
|
|
3424
|
+
<a name="productoptioninuseerror"></a>
|
|
3425
|
+
|
|
3426
|
+
## ProductOptionInUseError
|
|
3137
3427
|
|
|
3138
3428
|
<GraphQLDoc
|
|
3139
3429
|
type="type"
|
|
@@ -3152,7 +3442,9 @@ type PriceRange {
|
|
|
3152
3442
|
}`}
|
|
3153
3443
|
</GraphQLDoc>
|
|
3154
3444
|
|
|
3155
|
-
|
|
3445
|
+
<a name="productoptionlist"></a>
|
|
3446
|
+
|
|
3447
|
+
## ProductOptionList
|
|
3156
3448
|
|
|
3157
3449
|
<GraphQLDoc
|
|
3158
3450
|
type="type"
|
|
@@ -3168,7 +3460,9 @@ type PriceRange {
|
|
|
3168
3460
|
}`}
|
|
3169
3461
|
</GraphQLDoc>
|
|
3170
3462
|
|
|
3171
|
-
|
|
3463
|
+
<a name="productoptiontranslation"></a>
|
|
3464
|
+
|
|
3465
|
+
## ProductOptionTranslation
|
|
3172
3466
|
|
|
3173
3467
|
<GraphQLDoc
|
|
3174
3468
|
type="type"
|
|
@@ -3189,7 +3483,9 @@ type PriceRange {
|
|
|
3189
3483
|
}`}
|
|
3190
3484
|
</GraphQLDoc>
|
|
3191
3485
|
|
|
3192
|
-
|
|
3486
|
+
<a name="producttranslation"></a>
|
|
3487
|
+
|
|
3488
|
+
## ProductTranslation
|
|
3193
3489
|
|
|
3194
3490
|
<GraphQLDoc
|
|
3195
3491
|
type="type"
|
|
@@ -3212,7 +3508,9 @@ type PriceRange {
|
|
|
3212
3508
|
}`}
|
|
3213
3509
|
</GraphQLDoc>
|
|
3214
3510
|
|
|
3215
|
-
|
|
3511
|
+
<a name="productvariant"></a>
|
|
3512
|
+
|
|
3513
|
+
## ProductVariant
|
|
3216
3514
|
|
|
3217
3515
|
<GraphQLDoc
|
|
3218
3516
|
type="type"
|
|
@@ -3276,7 +3574,9 @@ type PriceRange {
|
|
|
3276
3574
|
}`}
|
|
3277
3575
|
</GraphQLDoc>
|
|
3278
3576
|
|
|
3279
|
-
|
|
3577
|
+
<a name="productvariantlist"></a>
|
|
3578
|
+
|
|
3579
|
+
## ProductVariantList
|
|
3280
3580
|
|
|
3281
3581
|
<GraphQLDoc
|
|
3282
3582
|
type="type"
|
|
@@ -3292,7 +3592,9 @@ type PriceRange {
|
|
|
3292
3592
|
}`}
|
|
3293
3593
|
</GraphQLDoc>
|
|
3294
3594
|
|
|
3295
|
-
|
|
3595
|
+
<a name="productvariantprice"></a>
|
|
3596
|
+
|
|
3597
|
+
## ProductVariantPrice
|
|
3296
3598
|
|
|
3297
3599
|
<GraphQLDoc
|
|
3298
3600
|
type="type"
|
|
@@ -3310,7 +3612,9 @@ type PriceRange {
|
|
|
3310
3612
|
}`}
|
|
3311
3613
|
</GraphQLDoc>
|
|
3312
3614
|
|
|
3313
|
-
|
|
3615
|
+
<a name="productvarianttranslation"></a>
|
|
3616
|
+
|
|
3617
|
+
## ProductVariantTranslation
|
|
3314
3618
|
|
|
3315
3619
|
<GraphQLDoc
|
|
3316
3620
|
type="type"
|
|
@@ -3331,7 +3635,9 @@ type PriceRange {
|
|
|
3331
3635
|
}`}
|
|
3332
3636
|
</GraphQLDoc>
|
|
3333
3637
|
|
|
3334
|
-
|
|
3638
|
+
<a name="promotion"></a>
|
|
3639
|
+
|
|
3640
|
+
## Promotion
|
|
3335
3641
|
|
|
3336
3642
|
<GraphQLDoc
|
|
3337
3643
|
type="type"
|
|
@@ -3366,7 +3672,9 @@ type PriceRange {
|
|
|
3366
3672
|
}`}
|
|
3367
3673
|
</GraphQLDoc>
|
|
3368
3674
|
|
|
3369
|
-
|
|
3675
|
+
<a name="promotionlist"></a>
|
|
3676
|
+
|
|
3677
|
+
## PromotionList
|
|
3370
3678
|
|
|
3371
3679
|
<GraphQLDoc
|
|
3372
3680
|
type="type"
|
|
@@ -3382,7 +3690,9 @@ type PriceRange {
|
|
|
3382
3690
|
}`}
|
|
3383
3691
|
</GraphQLDoc>
|
|
3384
3692
|
|
|
3385
|
-
|
|
3693
|
+
<a name="promotiontranslation"></a>
|
|
3694
|
+
|
|
3695
|
+
## PromotionTranslation
|
|
3386
3696
|
|
|
3387
3697
|
<GraphQLDoc
|
|
3388
3698
|
type="type"
|
|
@@ -3404,7 +3714,9 @@ type PriceRange {
|
|
|
3404
3714
|
}`}
|
|
3405
3715
|
</GraphQLDoc>
|
|
3406
3716
|
|
|
3407
|
-
|
|
3717
|
+
<a name="province"></a>
|
|
3718
|
+
|
|
3719
|
+
## Province
|
|
3408
3720
|
|
|
3409
3721
|
<GraphQLDoc
|
|
3410
3722
|
type="type"
|
|
@@ -3436,7 +3748,9 @@ type PriceRange {
|
|
|
3436
3748
|
}`}
|
|
3437
3749
|
</GraphQLDoc>
|
|
3438
3750
|
|
|
3439
|
-
|
|
3751
|
+
<a name="provincelist"></a>
|
|
3752
|
+
|
|
3753
|
+
## ProvinceList
|
|
3440
3754
|
|
|
3441
3755
|
<GraphQLDoc
|
|
3442
3756
|
type="type"
|
|
@@ -3452,7 +3766,9 @@ type PriceRange {
|
|
|
3452
3766
|
}`}
|
|
3453
3767
|
</GraphQLDoc>
|
|
3454
3768
|
|
|
3455
|
-
|
|
3769
|
+
<a name="quantitytoogreaterror"></a>
|
|
3770
|
+
|
|
3771
|
+
## QuantityTooGreatError
|
|
3456
3772
|
|
|
3457
3773
|
<GraphQLDoc
|
|
3458
3774
|
type="type"
|
|
@@ -3469,7 +3785,9 @@ type QuantityTooGreatError {
|
|
|
3469
3785
|
}`}
|
|
3470
3786
|
</GraphQLDoc>
|
|
3471
3787
|
|
|
3472
|
-
|
|
3788
|
+
<a name="refund"></a>
|
|
3789
|
+
|
|
3790
|
+
## Refund
|
|
3473
3791
|
|
|
3474
3792
|
<GraphQLDoc
|
|
3475
3793
|
type="type"
|
|
@@ -3502,7 +3820,9 @@ type QuantityTooGreatError {
|
|
|
3502
3820
|
}`}
|
|
3503
3821
|
</GraphQLDoc>
|
|
3504
3822
|
|
|
3505
|
-
|
|
3823
|
+
<a name="refundamounterror"></a>
|
|
3824
|
+
|
|
3825
|
+
## RefundAmountError
|
|
3506
3826
|
|
|
3507
3827
|
<GraphQLDoc
|
|
3508
3828
|
type="type"
|
|
@@ -3521,7 +3841,9 @@ type RefundAmountError {
|
|
|
3521
3841
|
}`}
|
|
3522
3842
|
</GraphQLDoc>
|
|
3523
3843
|
|
|
3524
|
-
|
|
3844
|
+
<a name="refundline"></a>
|
|
3845
|
+
|
|
3846
|
+
## RefundLine
|
|
3525
3847
|
|
|
3526
3848
|
<GraphQLDoc
|
|
3527
3849
|
type="type"
|
|
@@ -3542,7 +3864,9 @@ type RefundAmountError {
|
|
|
3542
3864
|
}`}
|
|
3543
3865
|
</GraphQLDoc>
|
|
3544
3866
|
|
|
3545
|
-
|
|
3867
|
+
<a name="refundorderresult"></a>
|
|
3868
|
+
|
|
3869
|
+
## RefundOrderResult
|
|
3546
3870
|
|
|
3547
3871
|
<GraphQLDoc
|
|
3548
3872
|
type="union"
|
|
@@ -3563,7 +3887,9 @@ type RefundAmountError {
|
|
|
3563
3887
|
{`union RefundOrderResult = Refund | QuantityTooGreatError | NothingToRefundError | OrderStateTransitionError | MultipleOrderError | PaymentOrderMismatchError | RefundOrderStateError | AlreadyRefundedError | RefundStateTransitionError | RefundAmountError`}
|
|
3564
3888
|
</GraphQLDoc>
|
|
3565
3889
|
|
|
3566
|
-
|
|
3890
|
+
<a name="refundorderstateerror"></a>
|
|
3891
|
+
|
|
3892
|
+
## RefundOrderStateError
|
|
3567
3893
|
|
|
3568
3894
|
<GraphQLDoc
|
|
3569
3895
|
type="type"
|
|
@@ -3581,7 +3907,9 @@ type RefundOrderStateError {
|
|
|
3581
3907
|
}`}
|
|
3582
3908
|
</GraphQLDoc>
|
|
3583
3909
|
|
|
3584
|
-
|
|
3910
|
+
<a name="refundpaymentidmissingerror"></a>
|
|
3911
|
+
|
|
3912
|
+
## RefundPaymentIdMissingError
|
|
3585
3913
|
|
|
3586
3914
|
<GraphQLDoc
|
|
3587
3915
|
type="type"
|
|
@@ -3601,7 +3929,9 @@ type RefundPaymentIdMissingError {
|
|
|
3601
3929
|
}`}
|
|
3602
3930
|
</GraphQLDoc>
|
|
3603
3931
|
|
|
3604
|
-
|
|
3932
|
+
<a name="refundstatetransitionerror"></a>
|
|
3933
|
+
|
|
3934
|
+
## RefundStateTransitionError
|
|
3605
3935
|
|
|
3606
3936
|
<GraphQLDoc
|
|
3607
3937
|
type="type"
|
|
@@ -3621,7 +3951,9 @@ type RefundStateTransitionError {
|
|
|
3621
3951
|
}`}
|
|
3622
3952
|
</GraphQLDoc>
|
|
3623
3953
|
|
|
3624
|
-
|
|
3954
|
+
<a name="regiontranslation"></a>
|
|
3955
|
+
|
|
3956
|
+
## RegionTranslation
|
|
3625
3957
|
|
|
3626
3958
|
<GraphQLDoc
|
|
3627
3959
|
type="type"
|
|
@@ -3642,7 +3974,9 @@ type RefundStateTransitionError {
|
|
|
3642
3974
|
}`}
|
|
3643
3975
|
</GraphQLDoc>
|
|
3644
3976
|
|
|
3645
|
-
|
|
3977
|
+
<a name="relationcustomfieldconfig"></a>
|
|
3978
|
+
|
|
3979
|
+
## RelationCustomFieldConfig
|
|
3646
3980
|
|
|
3647
3981
|
<GraphQLDoc
|
|
3648
3982
|
type="type"
|
|
@@ -3673,7 +4007,9 @@ type RefundStateTransitionError {
|
|
|
3673
4007
|
}`}
|
|
3674
4008
|
</GraphQLDoc>
|
|
3675
4009
|
|
|
3676
|
-
|
|
4010
|
+
<a name="release"></a>
|
|
4011
|
+
|
|
4012
|
+
## Release
|
|
3677
4013
|
|
|
3678
4014
|
<GraphQLDoc
|
|
3679
4015
|
type="type"
|
|
@@ -3698,7 +4034,9 @@ type RefundStateTransitionError {
|
|
|
3698
4034
|
}`}
|
|
3699
4035
|
</GraphQLDoc>
|
|
3700
4036
|
|
|
3701
|
-
|
|
4037
|
+
<a name="removefacetfromchannelresult"></a>
|
|
4038
|
+
|
|
4039
|
+
## RemoveFacetFromChannelResult
|
|
3702
4040
|
|
|
3703
4041
|
<GraphQLDoc
|
|
3704
4042
|
type="union"
|
|
@@ -3711,7 +4049,9 @@ type RefundStateTransitionError {
|
|
|
3711
4049
|
{`union RemoveFacetFromChannelResult = Facet | FacetInUseError`}
|
|
3712
4050
|
</GraphQLDoc>
|
|
3713
4051
|
|
|
3714
|
-
|
|
4052
|
+
<a name="removeoptiongroupfromproductresult"></a>
|
|
4053
|
+
|
|
4054
|
+
## RemoveOptionGroupFromProductResult
|
|
3715
4055
|
|
|
3716
4056
|
<GraphQLDoc
|
|
3717
4057
|
type="union"
|
|
@@ -3724,7 +4064,9 @@ type RefundStateTransitionError {
|
|
|
3724
4064
|
{`union RemoveOptionGroupFromProductResult = Product | ProductOptionInUseError`}
|
|
3725
4065
|
</GraphQLDoc>
|
|
3726
4066
|
|
|
3727
|
-
|
|
4067
|
+
<a name="removeorderitemsresult"></a>
|
|
4068
|
+
|
|
4069
|
+
## RemoveOrderItemsResult
|
|
3728
4070
|
|
|
3729
4071
|
<GraphQLDoc
|
|
3730
4072
|
type="union"
|
|
@@ -3738,7 +4080,9 @@ type RefundStateTransitionError {
|
|
|
3738
4080
|
{`union RemoveOrderItemsResult = Order | OrderModificationError | OrderInterceptorError`}
|
|
3739
4081
|
</GraphQLDoc>
|
|
3740
4082
|
|
|
3741
|
-
|
|
4083
|
+
<a name="return"></a>
|
|
4084
|
+
|
|
4085
|
+
## Return
|
|
3742
4086
|
|
|
3743
4087
|
<GraphQLDoc
|
|
3744
4088
|
type="type"
|
|
@@ -3763,7 +4107,9 @@ type RefundStateTransitionError {
|
|
|
3763
4107
|
}`}
|
|
3764
4108
|
</GraphQLDoc>
|
|
3765
4109
|
|
|
3766
|
-
|
|
4110
|
+
<a name="role"></a>
|
|
4111
|
+
|
|
4112
|
+
## Role
|
|
3767
4113
|
|
|
3768
4114
|
<GraphQLDoc
|
|
3769
4115
|
type="type"
|
|
@@ -3787,7 +4133,9 @@ type RefundStateTransitionError {
|
|
|
3787
4133
|
}`}
|
|
3788
4134
|
</GraphQLDoc>
|
|
3789
4135
|
|
|
3790
|
-
|
|
4136
|
+
<a name="rolelist"></a>
|
|
4137
|
+
|
|
4138
|
+
## RoleList
|
|
3791
4139
|
|
|
3792
4140
|
<GraphQLDoc
|
|
3793
4141
|
type="type"
|
|
@@ -3803,7 +4151,9 @@ type RefundStateTransitionError {
|
|
|
3803
4151
|
}`}
|
|
3804
4152
|
</GraphQLDoc>
|
|
3805
4153
|
|
|
3806
|
-
|
|
4154
|
+
<a name="sale"></a>
|
|
4155
|
+
|
|
4156
|
+
## Sale
|
|
3807
4157
|
|
|
3808
4158
|
<GraphQLDoc
|
|
3809
4159
|
type="type"
|
|
@@ -3828,7 +4178,9 @@ type RefundStateTransitionError {
|
|
|
3828
4178
|
}`}
|
|
3829
4179
|
</GraphQLDoc>
|
|
3830
4180
|
|
|
3831
|
-
|
|
4181
|
+
<a name="scheduledtask"></a>
|
|
4182
|
+
|
|
4183
|
+
## ScheduledTask
|
|
3832
4184
|
|
|
3833
4185
|
<GraphQLDoc
|
|
3834
4186
|
type="type"
|
|
@@ -3853,7 +4205,9 @@ type RefundStateTransitionError {
|
|
|
3853
4205
|
}`}
|
|
3854
4206
|
</GraphQLDoc>
|
|
3855
4207
|
|
|
3856
|
-
|
|
4208
|
+
<a name="searchreindexresponse"></a>
|
|
4209
|
+
|
|
4210
|
+
## SearchReindexResponse
|
|
3857
4211
|
|
|
3858
4212
|
<GraphQLDoc
|
|
3859
4213
|
type="type"
|
|
@@ -3867,7 +4221,9 @@ type RefundStateTransitionError {
|
|
|
3867
4221
|
}`}
|
|
3868
4222
|
</GraphQLDoc>
|
|
3869
4223
|
|
|
3870
|
-
|
|
4224
|
+
<a name="searchresponse"></a>
|
|
4225
|
+
|
|
4226
|
+
## SearchResponse
|
|
3871
4227
|
|
|
3872
4228
|
<GraphQLDoc
|
|
3873
4229
|
type="type"
|
|
@@ -3887,7 +4243,9 @@ type RefundStateTransitionError {
|
|
|
3887
4243
|
}`}
|
|
3888
4244
|
</GraphQLDoc>
|
|
3889
4245
|
|
|
3890
|
-
|
|
4246
|
+
<a name="searchresult"></a>
|
|
4247
|
+
|
|
4248
|
+
## SearchResult
|
|
3891
4249
|
|
|
3892
4250
|
<GraphQLDoc
|
|
3893
4251
|
type="type"
|
|
@@ -3927,7 +4285,9 @@ type RefundStateTransitionError {
|
|
|
3927
4285
|
}`}
|
|
3928
4286
|
</GraphQLDoc>
|
|
3929
4287
|
|
|
3930
|
-
|
|
4288
|
+
<a name="searchresultasset"></a>
|
|
4289
|
+
|
|
4290
|
+
## SearchResultAsset
|
|
3931
4291
|
|
|
3932
4292
|
<GraphQLDoc
|
|
3933
4293
|
type="type"
|
|
@@ -3945,7 +4305,9 @@ type RefundStateTransitionError {
|
|
|
3945
4305
|
}`}
|
|
3946
4306
|
</GraphQLDoc>
|
|
3947
4307
|
|
|
3948
|
-
|
|
4308
|
+
<a name="searchresultprice"></a>
|
|
4309
|
+
|
|
4310
|
+
## SearchResultPrice
|
|
3949
4311
|
|
|
3950
4312
|
<GraphQLDoc
|
|
3951
4313
|
type="union"
|
|
@@ -3959,7 +4321,9 @@ type RefundStateTransitionError {
|
|
|
3959
4321
|
union SearchResultPrice = PriceRange | SinglePrice`}
|
|
3960
4322
|
</GraphQLDoc>
|
|
3961
4323
|
|
|
3962
|
-
|
|
4324
|
+
<a name="seller"></a>
|
|
4325
|
+
|
|
4326
|
+
## Seller
|
|
3963
4327
|
|
|
3964
4328
|
<GraphQLDoc
|
|
3965
4329
|
type="type"
|
|
@@ -3980,7 +4344,9 @@ union SearchResultPrice = PriceRange | SinglePrice`}
|
|
|
3980
4344
|
}`}
|
|
3981
4345
|
</GraphQLDoc>
|
|
3982
4346
|
|
|
3983
|
-
|
|
4347
|
+
<a name="sellerlist"></a>
|
|
4348
|
+
|
|
4349
|
+
## SellerList
|
|
3984
4350
|
|
|
3985
4351
|
<GraphQLDoc
|
|
3986
4352
|
type="type"
|
|
@@ -3996,7 +4362,9 @@ union SearchResultPrice = PriceRange | SinglePrice`}
|
|
|
3996
4362
|
}`}
|
|
3997
4363
|
</GraphQLDoc>
|
|
3998
4364
|
|
|
3999
|
-
|
|
4365
|
+
<a name="serverconfig"></a>
|
|
4366
|
+
|
|
4367
|
+
## ServerConfig
|
|
4000
4368
|
|
|
4001
4369
|
<GraphQLDoc
|
|
4002
4370
|
type="type"
|
|
@@ -4024,7 +4392,9 @@ union SearchResultPrice = PriceRange | SinglePrice`}
|
|
|
4024
4392
|
}`}
|
|
4025
4393
|
</GraphQLDoc>
|
|
4026
4394
|
|
|
4027
|
-
|
|
4395
|
+
<a name="setcustomerfordraftorderresult"></a>
|
|
4396
|
+
|
|
4397
|
+
## SetCustomerForDraftOrderResult
|
|
4028
4398
|
|
|
4029
4399
|
<GraphQLDoc
|
|
4030
4400
|
type="union"
|
|
@@ -4037,7 +4407,9 @@ union SearchResultPrice = PriceRange | SinglePrice`}
|
|
|
4037
4407
|
{`union SetCustomerForDraftOrderResult = Order | EmailAddressConflictError`}
|
|
4038
4408
|
</GraphQLDoc>
|
|
4039
4409
|
|
|
4040
|
-
|
|
4410
|
+
<a name="setordershippingmethodresult"></a>
|
|
4411
|
+
|
|
4412
|
+
## SetOrderShippingMethodResult
|
|
4041
4413
|
|
|
4042
4414
|
<GraphQLDoc
|
|
4043
4415
|
type="union"
|
|
@@ -4052,7 +4424,9 @@ union SearchResultPrice = PriceRange | SinglePrice`}
|
|
|
4052
4424
|
{`union SetOrderShippingMethodResult = Order | OrderModificationError | IneligibleShippingMethodError | NoActiveOrderError`}
|
|
4053
4425
|
</GraphQLDoc>
|
|
4054
4426
|
|
|
4055
|
-
|
|
4427
|
+
<a name="setsettingsstorevalueresult"></a>
|
|
4428
|
+
|
|
4429
|
+
## SetSettingsStoreValueResult
|
|
4056
4430
|
|
|
4057
4431
|
<GraphQLDoc
|
|
4058
4432
|
type="type"
|
|
@@ -4069,7 +4443,9 @@ union SearchResultPrice = PriceRange | SinglePrice`}
|
|
|
4069
4443
|
}`}
|
|
4070
4444
|
</GraphQLDoc>
|
|
4071
4445
|
|
|
4072
|
-
|
|
4446
|
+
<a name="settlepaymenterror"></a>
|
|
4447
|
+
|
|
4448
|
+
## SettlePaymentError
|
|
4073
4449
|
|
|
4074
4450
|
<GraphQLDoc
|
|
4075
4451
|
type="type"
|
|
@@ -4087,7 +4463,9 @@ type SettlePaymentError {
|
|
|
4087
4463
|
}`}
|
|
4088
4464
|
</GraphQLDoc>
|
|
4089
4465
|
|
|
4090
|
-
|
|
4466
|
+
<a name="settlepaymentresult"></a>
|
|
4467
|
+
|
|
4468
|
+
## SettlePaymentResult
|
|
4091
4469
|
|
|
4092
4470
|
<GraphQLDoc
|
|
4093
4471
|
type="union"
|
|
@@ -4102,7 +4480,9 @@ type SettlePaymentError {
|
|
|
4102
4480
|
{`union SettlePaymentResult = Payment | SettlePaymentError | PaymentStateTransitionError | OrderStateTransitionError`}
|
|
4103
4481
|
</GraphQLDoc>
|
|
4104
4482
|
|
|
4105
|
-
|
|
4483
|
+
<a name="settlerefundresult"></a>
|
|
4484
|
+
|
|
4485
|
+
## SettleRefundResult
|
|
4106
4486
|
|
|
4107
4487
|
<GraphQLDoc
|
|
4108
4488
|
type="union"
|
|
@@ -4115,7 +4495,9 @@ type SettlePaymentError {
|
|
|
4115
4495
|
{`union SettleRefundResult = Refund | RefundStateTransitionError`}
|
|
4116
4496
|
</GraphQLDoc>
|
|
4117
4497
|
|
|
4118
|
-
|
|
4498
|
+
<a name="shippingline"></a>
|
|
4499
|
+
|
|
4500
|
+
## ShippingLine
|
|
4119
4501
|
|
|
4120
4502
|
<GraphQLDoc
|
|
4121
4503
|
type="type"
|
|
@@ -4140,7 +4522,9 @@ type SettlePaymentError {
|
|
|
4140
4522
|
}`}
|
|
4141
4523
|
</GraphQLDoc>
|
|
4142
4524
|
|
|
4143
|
-
|
|
4525
|
+
<a name="shippingmethod"></a>
|
|
4526
|
+
|
|
4527
|
+
## ShippingMethod
|
|
4144
4528
|
|
|
4145
4529
|
<GraphQLDoc
|
|
4146
4530
|
type="type"
|
|
@@ -4171,7 +4555,9 @@ type SettlePaymentError {
|
|
|
4171
4555
|
}`}
|
|
4172
4556
|
</GraphQLDoc>
|
|
4173
4557
|
|
|
4174
|
-
|
|
4558
|
+
<a name="shippingmethodlist"></a>
|
|
4559
|
+
|
|
4560
|
+
## ShippingMethodList
|
|
4175
4561
|
|
|
4176
4562
|
<GraphQLDoc
|
|
4177
4563
|
type="type"
|
|
@@ -4187,7 +4573,9 @@ type SettlePaymentError {
|
|
|
4187
4573
|
}`}
|
|
4188
4574
|
</GraphQLDoc>
|
|
4189
4575
|
|
|
4190
|
-
|
|
4576
|
+
<a name="shippingmethodquote"></a>
|
|
4577
|
+
|
|
4578
|
+
## ShippingMethodQuote
|
|
4191
4579
|
|
|
4192
4580
|
<GraphQLDoc
|
|
4193
4581
|
type="type"
|
|
@@ -4212,7 +4600,9 @@ type SettlePaymentError {
|
|
|
4212
4600
|
}`}
|
|
4213
4601
|
</GraphQLDoc>
|
|
4214
4602
|
|
|
4215
|
-
|
|
4603
|
+
<a name="shippingmethodtranslation"></a>
|
|
4604
|
+
|
|
4605
|
+
## ShippingMethodTranslation
|
|
4216
4606
|
|
|
4217
4607
|
<GraphQLDoc
|
|
4218
4608
|
type="type"
|
|
@@ -4234,7 +4624,9 @@ type SettlePaymentError {
|
|
|
4234
4624
|
}`}
|
|
4235
4625
|
</GraphQLDoc>
|
|
4236
4626
|
|
|
4237
|
-
|
|
4627
|
+
<a name="singleprice"></a>
|
|
4628
|
+
|
|
4629
|
+
## SinglePrice
|
|
4238
4630
|
|
|
4239
4631
|
<GraphQLDoc
|
|
4240
4632
|
type="type"
|
|
@@ -4249,7 +4641,9 @@ type SinglePrice {
|
|
|
4249
4641
|
}`}
|
|
4250
4642
|
</GraphQLDoc>
|
|
4251
4643
|
|
|
4252
|
-
|
|
4644
|
+
<a name="stockadjustment"></a>
|
|
4645
|
+
|
|
4646
|
+
## StockAdjustment
|
|
4253
4647
|
|
|
4254
4648
|
<GraphQLDoc
|
|
4255
4649
|
type="type"
|
|
@@ -4274,7 +4668,9 @@ type SinglePrice {
|
|
|
4274
4668
|
}`}
|
|
4275
4669
|
</GraphQLDoc>
|
|
4276
4670
|
|
|
4277
|
-
|
|
4671
|
+
<a name="stocklevel"></a>
|
|
4672
|
+
|
|
4673
|
+
## StockLevel
|
|
4278
4674
|
|
|
4279
4675
|
<GraphQLDoc
|
|
4280
4676
|
type="type"
|
|
@@ -4299,7 +4695,9 @@ type SinglePrice {
|
|
|
4299
4695
|
}`}
|
|
4300
4696
|
</GraphQLDoc>
|
|
4301
4697
|
|
|
4302
|
-
|
|
4698
|
+
<a name="stocklocation"></a>
|
|
4699
|
+
|
|
4700
|
+
## StockLocation
|
|
4303
4701
|
|
|
4304
4702
|
<GraphQLDoc
|
|
4305
4703
|
type="type"
|
|
@@ -4321,7 +4719,9 @@ type SinglePrice {
|
|
|
4321
4719
|
}`}
|
|
4322
4720
|
</GraphQLDoc>
|
|
4323
4721
|
|
|
4324
|
-
|
|
4722
|
+
<a name="stocklocationlist"></a>
|
|
4723
|
+
|
|
4724
|
+
## StockLocationList
|
|
4325
4725
|
|
|
4326
4726
|
<GraphQLDoc
|
|
4327
4727
|
type="type"
|
|
@@ -4337,7 +4737,9 @@ type SinglePrice {
|
|
|
4337
4737
|
}`}
|
|
4338
4738
|
</GraphQLDoc>
|
|
4339
4739
|
|
|
4340
|
-
|
|
4740
|
+
<a name="stockmovementitem"></a>
|
|
4741
|
+
|
|
4742
|
+
## StockMovementItem
|
|
4341
4743
|
|
|
4342
4744
|
<GraphQLDoc
|
|
4343
4745
|
type="union"
|
|
@@ -4354,7 +4756,9 @@ type SinglePrice {
|
|
|
4354
4756
|
{`union StockMovementItem = StockAdjustment | Allocation | Sale | Cancellation | Return | Release`}
|
|
4355
4757
|
</GraphQLDoc>
|
|
4356
4758
|
|
|
4357
|
-
|
|
4759
|
+
<a name="stockmovementlist"></a>
|
|
4760
|
+
|
|
4761
|
+
## StockMovementList
|
|
4358
4762
|
|
|
4359
4763
|
<GraphQLDoc
|
|
4360
4764
|
type="type"
|
|
@@ -4370,7 +4774,9 @@ type SinglePrice {
|
|
|
4370
4774
|
}`}
|
|
4371
4775
|
</GraphQLDoc>
|
|
4372
4776
|
|
|
4373
|
-
|
|
4777
|
+
<a name="string"></a>
|
|
4778
|
+
|
|
4779
|
+
## String
|
|
4374
4780
|
|
|
4375
4781
|
<GraphQLDoc
|
|
4376
4782
|
type="scalar"
|
|
@@ -4381,7 +4787,9 @@ type SinglePrice {
|
|
|
4381
4787
|
scalar String`}
|
|
4382
4788
|
</GraphQLDoc>
|
|
4383
4789
|
|
|
4384
|
-
|
|
4790
|
+
<a name="stringcustomfieldconfig"></a>
|
|
4791
|
+
|
|
4792
|
+
## StringCustomFieldConfig
|
|
4385
4793
|
|
|
4386
4794
|
<GraphQLDoc
|
|
4387
4795
|
type="type"
|
|
@@ -4415,7 +4823,9 @@ scalar String`}
|
|
|
4415
4823
|
}`}
|
|
4416
4824
|
</GraphQLDoc>
|
|
4417
4825
|
|
|
4418
|
-
|
|
4826
|
+
<a name="stringfieldoption"></a>
|
|
4827
|
+
|
|
4828
|
+
## StringFieldOption
|
|
4419
4829
|
|
|
4420
4830
|
<GraphQLDoc
|
|
4421
4831
|
type="type"
|
|
@@ -4431,7 +4841,9 @@ scalar String`}
|
|
|
4431
4841
|
}`}
|
|
4432
4842
|
</GraphQLDoc>
|
|
4433
4843
|
|
|
4434
|
-
|
|
4844
|
+
<a name="stringstructfieldconfig"></a>
|
|
4845
|
+
|
|
4846
|
+
## StringStructFieldConfig
|
|
4435
4847
|
|
|
4436
4848
|
<GraphQLDoc
|
|
4437
4849
|
type="type"
|
|
@@ -4458,7 +4870,9 @@ scalar String`}
|
|
|
4458
4870
|
}`}
|
|
4459
4871
|
</GraphQLDoc>
|
|
4460
4872
|
|
|
4461
|
-
|
|
4873
|
+
<a name="structcustomfieldconfig"></a>
|
|
4874
|
+
|
|
4875
|
+
## StructCustomFieldConfig
|
|
4462
4876
|
|
|
4463
4877
|
<GraphQLDoc
|
|
4464
4878
|
type="type"
|
|
@@ -4489,7 +4903,9 @@ scalar String`}
|
|
|
4489
4903
|
}`}
|
|
4490
4904
|
</GraphQLDoc>
|
|
4491
4905
|
|
|
4492
|
-
|
|
4906
|
+
<a name="structfieldconfig"></a>
|
|
4907
|
+
|
|
4908
|
+
## StructFieldConfig
|
|
4493
4909
|
|
|
4494
4910
|
<GraphQLDoc
|
|
4495
4911
|
type="union"
|
|
@@ -4506,7 +4922,9 @@ scalar String`}
|
|
|
4506
4922
|
{`union StructFieldConfig = StringStructFieldConfig | IntStructFieldConfig | FloatStructFieldConfig | BooleanStructFieldConfig | DateTimeStructFieldConfig | TextStructFieldConfig`}
|
|
4507
4923
|
</GraphQLDoc>
|
|
4508
4924
|
|
|
4509
|
-
|
|
4925
|
+
<a name="success"></a>
|
|
4926
|
+
|
|
4927
|
+
## Success
|
|
4510
4928
|
|
|
4511
4929
|
<GraphQLDoc
|
|
4512
4930
|
type="type"
|
|
@@ -4521,7 +4939,9 @@ type Success {
|
|
|
4521
4939
|
}`}
|
|
4522
4940
|
</GraphQLDoc>
|
|
4523
4941
|
|
|
4524
|
-
|
|
4942
|
+
<a name="surcharge"></a>
|
|
4943
|
+
|
|
4944
|
+
## Surcharge
|
|
4525
4945
|
|
|
4526
4946
|
<GraphQLDoc
|
|
4527
4947
|
type="type"
|
|
@@ -4548,7 +4968,9 @@ type Success {
|
|
|
4548
4968
|
}`}
|
|
4549
4969
|
</GraphQLDoc>
|
|
4550
4970
|
|
|
4551
|
-
|
|
4971
|
+
<a name="tag"></a>
|
|
4972
|
+
|
|
4973
|
+
## Tag
|
|
4552
4974
|
|
|
4553
4975
|
<GraphQLDoc
|
|
4554
4976
|
type="type"
|
|
@@ -4567,7 +4989,9 @@ type Success {
|
|
|
4567
4989
|
}`}
|
|
4568
4990
|
</GraphQLDoc>
|
|
4569
4991
|
|
|
4570
|
-
|
|
4992
|
+
<a name="taglist"></a>
|
|
4993
|
+
|
|
4994
|
+
## TagList
|
|
4571
4995
|
|
|
4572
4996
|
<GraphQLDoc
|
|
4573
4997
|
type="type"
|
|
@@ -4583,7 +5007,9 @@ type Success {
|
|
|
4583
5007
|
}`}
|
|
4584
5008
|
</GraphQLDoc>
|
|
4585
5009
|
|
|
4586
|
-
|
|
5010
|
+
<a name="taxcategory"></a>
|
|
5011
|
+
|
|
5012
|
+
## TaxCategory
|
|
4587
5013
|
|
|
4588
5014
|
<GraphQLDoc
|
|
4589
5015
|
type="type"
|
|
@@ -4606,7 +5032,9 @@ type Success {
|
|
|
4606
5032
|
}`}
|
|
4607
5033
|
</GraphQLDoc>
|
|
4608
5034
|
|
|
4609
|
-
|
|
5035
|
+
<a name="taxcategorylist"></a>
|
|
5036
|
+
|
|
5037
|
+
## TaxCategoryList
|
|
4610
5038
|
|
|
4611
5039
|
<GraphQLDoc
|
|
4612
5040
|
type="type"
|
|
@@ -4622,7 +5050,9 @@ type Success {
|
|
|
4622
5050
|
}`}
|
|
4623
5051
|
</GraphQLDoc>
|
|
4624
5052
|
|
|
4625
|
-
|
|
5053
|
+
<a name="taxline"></a>
|
|
5054
|
+
|
|
5055
|
+
## TaxLine
|
|
4626
5056
|
|
|
4627
5057
|
<GraphQLDoc
|
|
4628
5058
|
type="type"
|
|
@@ -4638,7 +5068,9 @@ type Success {
|
|
|
4638
5068
|
}`}
|
|
4639
5069
|
</GraphQLDoc>
|
|
4640
5070
|
|
|
4641
|
-
|
|
5071
|
+
<a name="taxrate"></a>
|
|
5072
|
+
|
|
5073
|
+
## TaxRate
|
|
4642
5074
|
|
|
4643
5075
|
<GraphQLDoc
|
|
4644
5076
|
type="type"
|
|
@@ -4669,7 +5101,9 @@ type Success {
|
|
|
4669
5101
|
}`}
|
|
4670
5102
|
</GraphQLDoc>
|
|
4671
5103
|
|
|
4672
|
-
|
|
5104
|
+
<a name="taxratelist"></a>
|
|
5105
|
+
|
|
5106
|
+
## TaxRateList
|
|
4673
5107
|
|
|
4674
5108
|
<GraphQLDoc
|
|
4675
5109
|
type="type"
|
|
@@ -4685,7 +5119,9 @@ type Success {
|
|
|
4685
5119
|
}`}
|
|
4686
5120
|
</GraphQLDoc>
|
|
4687
5121
|
|
|
4688
|
-
|
|
5122
|
+
<a name="testshippingmethodquote"></a>
|
|
5123
|
+
|
|
5124
|
+
## TestShippingMethodQuote
|
|
4689
5125
|
|
|
4690
5126
|
<GraphQLDoc
|
|
4691
5127
|
type="type"
|
|
@@ -4702,7 +5138,9 @@ type Success {
|
|
|
4702
5138
|
}`}
|
|
4703
5139
|
</GraphQLDoc>
|
|
4704
5140
|
|
|
4705
|
-
|
|
5141
|
+
<a name="testshippingmethodresult"></a>
|
|
5142
|
+
|
|
5143
|
+
## TestShippingMethodResult
|
|
4706
5144
|
|
|
4707
5145
|
<GraphQLDoc
|
|
4708
5146
|
type="type"
|
|
@@ -4718,7 +5156,9 @@ type Success {
|
|
|
4718
5156
|
}`}
|
|
4719
5157
|
</GraphQLDoc>
|
|
4720
5158
|
|
|
4721
|
-
|
|
5159
|
+
<a name="textcustomfieldconfig"></a>
|
|
5160
|
+
|
|
5161
|
+
## TextCustomFieldConfig
|
|
4722
5162
|
|
|
4723
5163
|
<GraphQLDoc
|
|
4724
5164
|
type="type"
|
|
@@ -4747,7 +5187,9 @@ type Success {
|
|
|
4747
5187
|
}`}
|
|
4748
5188
|
</GraphQLDoc>
|
|
4749
5189
|
|
|
4750
|
-
|
|
5190
|
+
<a name="textstructfieldconfig"></a>
|
|
5191
|
+
|
|
5192
|
+
## TextStructFieldConfig
|
|
4751
5193
|
|
|
4752
5194
|
<GraphQLDoc
|
|
4753
5195
|
type="type"
|
|
@@ -4769,7 +5211,9 @@ type Success {
|
|
|
4769
5211
|
}`}
|
|
4770
5212
|
</GraphQLDoc>
|
|
4771
5213
|
|
|
4772
|
-
|
|
5214
|
+
<a name="transitionfulfillmenttostateresult"></a>
|
|
5215
|
+
|
|
5216
|
+
## TransitionFulfillmentToStateResult
|
|
4773
5217
|
|
|
4774
5218
|
<GraphQLDoc
|
|
4775
5219
|
type="union"
|
|
@@ -4782,7 +5226,9 @@ type Success {
|
|
|
4782
5226
|
{`union TransitionFulfillmentToStateResult = Fulfillment | FulfillmentStateTransitionError`}
|
|
4783
5227
|
</GraphQLDoc>
|
|
4784
5228
|
|
|
4785
|
-
|
|
5229
|
+
<a name="transitionordertostateresult"></a>
|
|
5230
|
+
|
|
5231
|
+
## TransitionOrderToStateResult
|
|
4786
5232
|
|
|
4787
5233
|
<GraphQLDoc
|
|
4788
5234
|
type="union"
|
|
@@ -4795,7 +5241,9 @@ type Success {
|
|
|
4795
5241
|
{`union TransitionOrderToStateResult = Order | OrderStateTransitionError`}
|
|
4796
5242
|
</GraphQLDoc>
|
|
4797
5243
|
|
|
4798
|
-
|
|
5244
|
+
<a name="transitionpaymenttostateresult"></a>
|
|
5245
|
+
|
|
5246
|
+
## TransitionPaymentToStateResult
|
|
4799
5247
|
|
|
4800
5248
|
<GraphQLDoc
|
|
4801
5249
|
type="union"
|
|
@@ -4808,7 +5256,9 @@ type Success {
|
|
|
4808
5256
|
{`union TransitionPaymentToStateResult = Payment | PaymentStateTransitionError`}
|
|
4809
5257
|
</GraphQLDoc>
|
|
4810
5258
|
|
|
4811
|
-
|
|
5259
|
+
<a name="updatechannelresult"></a>
|
|
5260
|
+
|
|
5261
|
+
## UpdateChannelResult
|
|
4812
5262
|
|
|
4813
5263
|
<GraphQLDoc
|
|
4814
5264
|
type="union"
|
|
@@ -4821,7 +5271,9 @@ type Success {
|
|
|
4821
5271
|
{`union UpdateChannelResult = Channel | LanguageNotAvailableError`}
|
|
4822
5272
|
</GraphQLDoc>
|
|
4823
5273
|
|
|
4824
|
-
|
|
5274
|
+
<a name="updatecustomerresult"></a>
|
|
5275
|
+
|
|
5276
|
+
## UpdateCustomerResult
|
|
4825
5277
|
|
|
4826
5278
|
<GraphQLDoc
|
|
4827
5279
|
type="union"
|
|
@@ -4834,7 +5286,9 @@ type Success {
|
|
|
4834
5286
|
{`union UpdateCustomerResult = Customer | EmailAddressConflictError`}
|
|
4835
5287
|
</GraphQLDoc>
|
|
4836
5288
|
|
|
4837
|
-
|
|
5289
|
+
<a name="updateglobalsettingsresult"></a>
|
|
5290
|
+
|
|
5291
|
+
## UpdateGlobalSettingsResult
|
|
4838
5292
|
|
|
4839
5293
|
<GraphQLDoc
|
|
4840
5294
|
type="union"
|
|
@@ -4847,7 +5301,9 @@ type Success {
|
|
|
4847
5301
|
{`union UpdateGlobalSettingsResult = GlobalSettings | ChannelDefaultLanguageError`}
|
|
4848
5302
|
</GraphQLDoc>
|
|
4849
5303
|
|
|
4850
|
-
|
|
5304
|
+
<a name="updateorderitemerrorresult"></a>
|
|
5305
|
+
|
|
5306
|
+
## UpdateOrderItemErrorResult
|
|
4851
5307
|
|
|
4852
5308
|
<GraphQLDoc
|
|
4853
5309
|
type="union"
|
|
@@ -4864,7 +5320,9 @@ type Success {
|
|
|
4864
5320
|
union UpdateOrderItemErrorResult = OrderModificationError | OrderLimitError | NegativeQuantityError | InsufficientStockError | OrderInterceptorError`}
|
|
4865
5321
|
</GraphQLDoc>
|
|
4866
5322
|
|
|
4867
|
-
|
|
5323
|
+
<a name="updateorderitemsresult"></a>
|
|
5324
|
+
|
|
5325
|
+
## UpdateOrderItemsResult
|
|
4868
5326
|
|
|
4869
5327
|
<GraphQLDoc
|
|
4870
5328
|
type="union"
|
|
@@ -4881,7 +5339,9 @@ union UpdateOrderItemErrorResult = OrderModificationError | OrderLimitError | Ne
|
|
|
4881
5339
|
{`union UpdateOrderItemsResult = Order | OrderModificationError | OrderLimitError | NegativeQuantityError | InsufficientStockError | OrderInterceptorError`}
|
|
4882
5340
|
</GraphQLDoc>
|
|
4883
5341
|
|
|
4884
|
-
|
|
5342
|
+
<a name="updatepromotionresult"></a>
|
|
5343
|
+
|
|
5344
|
+
## UpdatePromotionResult
|
|
4885
5345
|
|
|
4886
5346
|
<GraphQLDoc
|
|
4887
5347
|
type="union"
|
|
@@ -4894,7 +5354,9 @@ union UpdateOrderItemErrorResult = OrderModificationError | OrderLimitError | Ne
|
|
|
4894
5354
|
{`union UpdatePromotionResult = Promotion | MissingConditionsError`}
|
|
4895
5355
|
</GraphQLDoc>
|
|
4896
5356
|
|
|
4897
|
-
|
|
5357
|
+
<a name="upload"></a>
|
|
5358
|
+
|
|
5359
|
+
## Upload
|
|
4898
5360
|
|
|
4899
5361
|
<GraphQLDoc
|
|
4900
5362
|
type="scalar"
|
|
@@ -4905,7 +5367,9 @@ union UpdateOrderItemErrorResult = OrderModificationError | OrderLimitError | Ne
|
|
|
4905
5367
|
scalar Upload`}
|
|
4906
5368
|
</GraphQLDoc>
|
|
4907
5369
|
|
|
4908
|
-
|
|
5370
|
+
<a name="user"></a>
|
|
5371
|
+
|
|
5372
|
+
## User
|
|
4909
5373
|
|
|
4910
5374
|
<GraphQLDoc
|
|
4911
5375
|
type="type"
|
|
@@ -4933,7 +5397,9 @@ scalar Upload`}
|
|
|
4933
5397
|
}`}
|
|
4934
5398
|
</GraphQLDoc>
|
|
4935
5399
|
|
|
4936
|
-
|
|
5400
|
+
<a name="zone"></a>
|
|
5401
|
+
|
|
5402
|
+
## Zone
|
|
4937
5403
|
|
|
4938
5404
|
<GraphQLDoc
|
|
4939
5405
|
type="type"
|
|
@@ -4956,7 +5422,9 @@ scalar Upload`}
|
|
|
4956
5422
|
}`}
|
|
4957
5423
|
</GraphQLDoc>
|
|
4958
5424
|
|
|
4959
|
-
|
|
5425
|
+
<a name="zonelist"></a>
|
|
5426
|
+
|
|
5427
|
+
## ZoneList
|
|
4960
5428
|
|
|
4961
5429
|
<GraphQLDoc
|
|
4962
5430
|
type="type"
|