@vendure/docs 0.0.0-202601211406 → 0.0.0-202601211416
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 +49 -17
- 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 +37 -13
- 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="addcustomerstogroup"></a>
|
|
9
|
+
|
|
10
|
+
## addCustomersToGroup
|
|
9
11
|
|
|
10
12
|
<GraphQLDoc
|
|
11
13
|
type="mutation"
|
|
@@ -21,7 +23,9 @@ type Mutation {
|
|
|
21
23
|
}`}
|
|
22
24
|
</GraphQLDoc>
|
|
23
25
|
|
|
24
|
-
|
|
26
|
+
<a name="addfulfillmenttoorder"></a>
|
|
27
|
+
|
|
28
|
+
## addFulfillmentToOrder
|
|
25
29
|
|
|
26
30
|
<GraphQLDoc
|
|
27
31
|
type="mutation"
|
|
@@ -36,7 +40,9 @@ type Mutation {
|
|
|
36
40
|
}`}
|
|
37
41
|
</GraphQLDoc>
|
|
38
42
|
|
|
39
|
-
|
|
43
|
+
<a name="additemtodraftorder"></a>
|
|
44
|
+
|
|
45
|
+
## addItemToDraftOrder
|
|
40
46
|
|
|
41
47
|
<GraphQLDoc
|
|
42
48
|
type="mutation"
|
|
@@ -53,7 +59,9 @@ type Mutation {
|
|
|
53
59
|
}`}
|
|
54
60
|
</GraphQLDoc>
|
|
55
61
|
|
|
56
|
-
|
|
62
|
+
<a name="addmanualpaymenttoorder"></a>
|
|
63
|
+
|
|
64
|
+
## addManualPaymentToOrder
|
|
57
65
|
|
|
58
66
|
<GraphQLDoc
|
|
59
67
|
type="mutation"
|
|
@@ -77,7 +85,9 @@ type Mutation {
|
|
|
77
85
|
}`}
|
|
78
86
|
</GraphQLDoc>
|
|
79
87
|
|
|
80
|
-
|
|
88
|
+
<a name="addmemberstozone"></a>
|
|
89
|
+
|
|
90
|
+
## addMembersToZone
|
|
81
91
|
|
|
82
92
|
<GraphQLDoc
|
|
83
93
|
type="mutation"
|
|
@@ -93,7 +103,9 @@ type Mutation {
|
|
|
93
103
|
}`}
|
|
94
104
|
</GraphQLDoc>
|
|
95
105
|
|
|
96
|
-
|
|
106
|
+
<a name="addnotetocustomer"></a>
|
|
107
|
+
|
|
108
|
+
## addNoteToCustomer
|
|
97
109
|
|
|
98
110
|
<GraphQLDoc
|
|
99
111
|
type="mutation"
|
|
@@ -108,7 +120,9 @@ type Mutation {
|
|
|
108
120
|
}`}
|
|
109
121
|
</GraphQLDoc>
|
|
110
122
|
|
|
111
|
-
|
|
123
|
+
<a name="addnotetoorder"></a>
|
|
124
|
+
|
|
125
|
+
## addNoteToOrder
|
|
112
126
|
|
|
113
127
|
<GraphQLDoc
|
|
114
128
|
type="mutation"
|
|
@@ -123,7 +137,9 @@ type Mutation {
|
|
|
123
137
|
}`}
|
|
124
138
|
</GraphQLDoc>
|
|
125
139
|
|
|
126
|
-
|
|
140
|
+
<a name="addoptiongrouptoproduct"></a>
|
|
141
|
+
|
|
142
|
+
## addOptionGroupToProduct
|
|
127
143
|
|
|
128
144
|
<GraphQLDoc
|
|
129
145
|
type="mutation"
|
|
@@ -139,7 +155,9 @@ type Mutation {
|
|
|
139
155
|
}`}
|
|
140
156
|
</GraphQLDoc>
|
|
141
157
|
|
|
142
|
-
|
|
158
|
+
<a name="adjustdraftorderline"></a>
|
|
159
|
+
|
|
160
|
+
## adjustDraftOrderLine
|
|
143
161
|
|
|
144
162
|
<GraphQLDoc
|
|
145
163
|
type="mutation"
|
|
@@ -156,7 +174,9 @@ type Mutation {
|
|
|
156
174
|
}`}
|
|
157
175
|
</GraphQLDoc>
|
|
158
176
|
|
|
159
|
-
|
|
177
|
+
<a name="applycouponcodetodraftorder"></a>
|
|
178
|
+
|
|
179
|
+
## applyCouponCodeToDraftOrder
|
|
160
180
|
|
|
161
181
|
<GraphQLDoc
|
|
162
182
|
type="mutation"
|
|
@@ -173,7 +193,9 @@ type Mutation {
|
|
|
173
193
|
}`}
|
|
174
194
|
</GraphQLDoc>
|
|
175
195
|
|
|
176
|
-
|
|
196
|
+
<a name="assignassetstochannel"></a>
|
|
197
|
+
|
|
198
|
+
## assignAssetsToChannel
|
|
177
199
|
|
|
178
200
|
<GraphQLDoc
|
|
179
201
|
type="mutation"
|
|
@@ -189,7 +211,9 @@ type Mutation {
|
|
|
189
211
|
}`}
|
|
190
212
|
</GraphQLDoc>
|
|
191
213
|
|
|
192
|
-
|
|
214
|
+
<a name="assigncollectionstochannel"></a>
|
|
215
|
+
|
|
216
|
+
## assignCollectionsToChannel
|
|
193
217
|
|
|
194
218
|
<GraphQLDoc
|
|
195
219
|
type="mutation"
|
|
@@ -205,7 +229,9 @@ type Mutation {
|
|
|
205
229
|
}`}
|
|
206
230
|
</GraphQLDoc>
|
|
207
231
|
|
|
208
|
-
|
|
232
|
+
<a name="assignfacetstochannel"></a>
|
|
233
|
+
|
|
234
|
+
## assignFacetsToChannel
|
|
209
235
|
|
|
210
236
|
<GraphQLDoc
|
|
211
237
|
type="mutation"
|
|
@@ -221,7 +247,9 @@ type Mutation {
|
|
|
221
247
|
}`}
|
|
222
248
|
</GraphQLDoc>
|
|
223
249
|
|
|
224
|
-
|
|
250
|
+
<a name="assignpaymentmethodstochannel"></a>
|
|
251
|
+
|
|
252
|
+
## assignPaymentMethodsToChannel
|
|
225
253
|
|
|
226
254
|
<GraphQLDoc
|
|
227
255
|
type="mutation"
|
|
@@ -237,7 +265,9 @@ type Mutation {
|
|
|
237
265
|
}`}
|
|
238
266
|
</GraphQLDoc>
|
|
239
267
|
|
|
240
|
-
|
|
268
|
+
<a name="assignproductvariantstochannel"></a>
|
|
269
|
+
|
|
270
|
+
## assignProductVariantsToChannel
|
|
241
271
|
|
|
242
272
|
<GraphQLDoc
|
|
243
273
|
type="mutation"
|
|
@@ -253,7 +283,9 @@ type Mutation {
|
|
|
253
283
|
}`}
|
|
254
284
|
</GraphQLDoc>
|
|
255
285
|
|
|
256
|
-
|
|
286
|
+
<a name="assignproductstochannel"></a>
|
|
287
|
+
|
|
288
|
+
## assignProductsToChannel
|
|
257
289
|
|
|
258
290
|
<GraphQLDoc
|
|
259
291
|
type="mutation"
|
|
@@ -269,7 +301,9 @@ type Mutation {
|
|
|
269
301
|
}`}
|
|
270
302
|
</GraphQLDoc>
|
|
271
303
|
|
|
272
|
-
|
|
304
|
+
<a name="assignpromotionstochannel"></a>
|
|
305
|
+
|
|
306
|
+
## assignPromotionsToChannel
|
|
273
307
|
|
|
274
308
|
<GraphQLDoc
|
|
275
309
|
type="mutation"
|
|
@@ -285,7 +319,9 @@ type Mutation {
|
|
|
285
319
|
}`}
|
|
286
320
|
</GraphQLDoc>
|
|
287
321
|
|
|
288
|
-
|
|
322
|
+
<a name="assignroletoadministrator"></a>
|
|
323
|
+
|
|
324
|
+
## assignRoleToAdministrator
|
|
289
325
|
|
|
290
326
|
<GraphQLDoc
|
|
291
327
|
type="mutation"
|
|
@@ -301,7 +337,9 @@ type Mutation {
|
|
|
301
337
|
}`}
|
|
302
338
|
</GraphQLDoc>
|
|
303
339
|
|
|
304
|
-
|
|
340
|
+
<a name="assignshippingmethodstochannel"></a>
|
|
341
|
+
|
|
342
|
+
## assignShippingMethodsToChannel
|
|
305
343
|
|
|
306
344
|
<GraphQLDoc
|
|
307
345
|
type="mutation"
|
|
@@ -317,7 +355,9 @@ type Mutation {
|
|
|
317
355
|
}`}
|
|
318
356
|
</GraphQLDoc>
|
|
319
357
|
|
|
320
|
-
|
|
358
|
+
<a name="assignstocklocationstochannel"></a>
|
|
359
|
+
|
|
360
|
+
## assignStockLocationsToChannel
|
|
321
361
|
|
|
322
362
|
<GraphQLDoc
|
|
323
363
|
type="mutation"
|
|
@@ -333,7 +373,9 @@ type Mutation {
|
|
|
333
373
|
}`}
|
|
334
374
|
</GraphQLDoc>
|
|
335
375
|
|
|
336
|
-
|
|
376
|
+
<a name="authenticate"></a>
|
|
377
|
+
|
|
378
|
+
## authenticate
|
|
337
379
|
|
|
338
380
|
<GraphQLDoc
|
|
339
381
|
type="mutation"
|
|
@@ -350,7 +392,9 @@ type Mutation {
|
|
|
350
392
|
}`}
|
|
351
393
|
</GraphQLDoc>
|
|
352
394
|
|
|
353
|
-
|
|
395
|
+
<a name="canceljob"></a>
|
|
396
|
+
|
|
397
|
+
## cancelJob
|
|
354
398
|
|
|
355
399
|
<GraphQLDoc
|
|
356
400
|
type="mutation"
|
|
@@ -365,7 +409,9 @@ type Mutation {
|
|
|
365
409
|
}`}
|
|
366
410
|
</GraphQLDoc>
|
|
367
411
|
|
|
368
|
-
|
|
412
|
+
<a name="cancelorder"></a>
|
|
413
|
+
|
|
414
|
+
## cancelOrder
|
|
369
415
|
|
|
370
416
|
<GraphQLDoc
|
|
371
417
|
type="mutation"
|
|
@@ -380,7 +426,9 @@ type Mutation {
|
|
|
380
426
|
}`}
|
|
381
427
|
</GraphQLDoc>
|
|
382
428
|
|
|
383
|
-
|
|
429
|
+
<a name="cancelpayment"></a>
|
|
430
|
+
|
|
431
|
+
## cancelPayment
|
|
384
432
|
|
|
385
433
|
<GraphQLDoc
|
|
386
434
|
type="mutation"
|
|
@@ -395,7 +443,9 @@ type Mutation {
|
|
|
395
443
|
}`}
|
|
396
444
|
</GraphQLDoc>
|
|
397
445
|
|
|
398
|
-
|
|
446
|
+
<a name="createadministrator"></a>
|
|
447
|
+
|
|
448
|
+
## createAdministrator
|
|
399
449
|
|
|
400
450
|
<GraphQLDoc
|
|
401
451
|
type="mutation"
|
|
@@ -411,7 +461,9 @@ type Mutation {
|
|
|
411
461
|
}`}
|
|
412
462
|
</GraphQLDoc>
|
|
413
463
|
|
|
414
|
-
|
|
464
|
+
<a name="createassets"></a>
|
|
465
|
+
|
|
466
|
+
## createAssets
|
|
415
467
|
|
|
416
468
|
<GraphQLDoc
|
|
417
469
|
type="mutation"
|
|
@@ -427,7 +479,9 @@ type Mutation {
|
|
|
427
479
|
}`}
|
|
428
480
|
</GraphQLDoc>
|
|
429
481
|
|
|
430
|
-
|
|
482
|
+
<a name="createchannel"></a>
|
|
483
|
+
|
|
484
|
+
## createChannel
|
|
431
485
|
|
|
432
486
|
<GraphQLDoc
|
|
433
487
|
type="mutation"
|
|
@@ -443,7 +497,9 @@ type Mutation {
|
|
|
443
497
|
}`}
|
|
444
498
|
</GraphQLDoc>
|
|
445
499
|
|
|
446
|
-
|
|
500
|
+
<a name="createcollection"></a>
|
|
501
|
+
|
|
502
|
+
## createCollection
|
|
447
503
|
|
|
448
504
|
<GraphQLDoc
|
|
449
505
|
type="mutation"
|
|
@@ -459,7 +515,9 @@ type Mutation {
|
|
|
459
515
|
}`}
|
|
460
516
|
</GraphQLDoc>
|
|
461
517
|
|
|
462
|
-
|
|
518
|
+
<a name="createcountry"></a>
|
|
519
|
+
|
|
520
|
+
## createCountry
|
|
463
521
|
|
|
464
522
|
<GraphQLDoc
|
|
465
523
|
type="mutation"
|
|
@@ -475,7 +533,9 @@ type Mutation {
|
|
|
475
533
|
}`}
|
|
476
534
|
</GraphQLDoc>
|
|
477
535
|
|
|
478
|
-
|
|
536
|
+
<a name="createcustomer"></a>
|
|
537
|
+
|
|
538
|
+
## createCustomer
|
|
479
539
|
|
|
480
540
|
<GraphQLDoc
|
|
481
541
|
type="mutation"
|
|
@@ -492,7 +552,9 @@ type Mutation {
|
|
|
492
552
|
}`}
|
|
493
553
|
</GraphQLDoc>
|
|
494
554
|
|
|
495
|
-
|
|
555
|
+
<a name="createcustomeraddress"></a>
|
|
556
|
+
|
|
557
|
+
## createCustomerAddress
|
|
496
558
|
|
|
497
559
|
<GraphQLDoc
|
|
498
560
|
type="mutation"
|
|
@@ -509,7 +571,9 @@ type Mutation {
|
|
|
509
571
|
}`}
|
|
510
572
|
</GraphQLDoc>
|
|
511
573
|
|
|
512
|
-
|
|
574
|
+
<a name="createcustomergroup"></a>
|
|
575
|
+
|
|
576
|
+
## createCustomerGroup
|
|
513
577
|
|
|
514
578
|
<GraphQLDoc
|
|
515
579
|
type="mutation"
|
|
@@ -525,7 +589,9 @@ type Mutation {
|
|
|
525
589
|
}`}
|
|
526
590
|
</GraphQLDoc>
|
|
527
591
|
|
|
528
|
-
|
|
592
|
+
<a name="createdraftorder"></a>
|
|
593
|
+
|
|
594
|
+
## createDraftOrder
|
|
529
595
|
|
|
530
596
|
<GraphQLDoc
|
|
531
597
|
type="mutation"
|
|
@@ -540,7 +606,9 @@ type Mutation {
|
|
|
540
606
|
}`}
|
|
541
607
|
</GraphQLDoc>
|
|
542
608
|
|
|
543
|
-
|
|
609
|
+
<a name="createfacet"></a>
|
|
610
|
+
|
|
611
|
+
## createFacet
|
|
544
612
|
|
|
545
613
|
<GraphQLDoc
|
|
546
614
|
type="mutation"
|
|
@@ -556,7 +624,9 @@ type Mutation {
|
|
|
556
624
|
}`}
|
|
557
625
|
</GraphQLDoc>
|
|
558
626
|
|
|
559
|
-
|
|
627
|
+
<a name="createfacetvalue"></a>
|
|
628
|
+
|
|
629
|
+
## createFacetValue
|
|
560
630
|
|
|
561
631
|
<GraphQLDoc
|
|
562
632
|
type="mutation"
|
|
@@ -572,7 +642,9 @@ type Mutation {
|
|
|
572
642
|
}`}
|
|
573
643
|
</GraphQLDoc>
|
|
574
644
|
|
|
575
|
-
|
|
645
|
+
<a name="createfacetvalues"></a>
|
|
646
|
+
|
|
647
|
+
## createFacetValues
|
|
576
648
|
|
|
577
649
|
<GraphQLDoc
|
|
578
650
|
type="mutation"
|
|
@@ -588,7 +660,9 @@ type Mutation {
|
|
|
588
660
|
}`}
|
|
589
661
|
</GraphQLDoc>
|
|
590
662
|
|
|
591
|
-
|
|
663
|
+
<a name="createpaymentmethod"></a>
|
|
664
|
+
|
|
665
|
+
## createPaymentMethod
|
|
592
666
|
|
|
593
667
|
<GraphQLDoc
|
|
594
668
|
type="mutation"
|
|
@@ -604,7 +678,9 @@ type Mutation {
|
|
|
604
678
|
}`}
|
|
605
679
|
</GraphQLDoc>
|
|
606
680
|
|
|
607
|
-
|
|
681
|
+
<a name="createproduct"></a>
|
|
682
|
+
|
|
683
|
+
## createProduct
|
|
608
684
|
|
|
609
685
|
<GraphQLDoc
|
|
610
686
|
type="mutation"
|
|
@@ -620,7 +696,9 @@ type Mutation {
|
|
|
620
696
|
}`}
|
|
621
697
|
</GraphQLDoc>
|
|
622
698
|
|
|
623
|
-
|
|
699
|
+
<a name="createproductoption"></a>
|
|
700
|
+
|
|
701
|
+
## createProductOption
|
|
624
702
|
|
|
625
703
|
<GraphQLDoc
|
|
626
704
|
type="mutation"
|
|
@@ -636,7 +714,9 @@ type Mutation {
|
|
|
636
714
|
}`}
|
|
637
715
|
</GraphQLDoc>
|
|
638
716
|
|
|
639
|
-
|
|
717
|
+
<a name="createproductoptiongroup"></a>
|
|
718
|
+
|
|
719
|
+
## createProductOptionGroup
|
|
640
720
|
|
|
641
721
|
<GraphQLDoc
|
|
642
722
|
type="mutation"
|
|
@@ -652,7 +732,9 @@ type Mutation {
|
|
|
652
732
|
}`}
|
|
653
733
|
</GraphQLDoc>
|
|
654
734
|
|
|
655
|
-
|
|
735
|
+
<a name="createproductvariants"></a>
|
|
736
|
+
|
|
737
|
+
## createProductVariants
|
|
656
738
|
|
|
657
739
|
<GraphQLDoc
|
|
658
740
|
type="mutation"
|
|
@@ -668,7 +750,9 @@ type Mutation {
|
|
|
668
750
|
}`}
|
|
669
751
|
</GraphQLDoc>
|
|
670
752
|
|
|
671
|
-
|
|
753
|
+
<a name="createpromotion"></a>
|
|
754
|
+
|
|
755
|
+
## createPromotion
|
|
672
756
|
|
|
673
757
|
<GraphQLDoc
|
|
674
758
|
type="mutation"
|
|
@@ -683,7 +767,9 @@ type Mutation {
|
|
|
683
767
|
}`}
|
|
684
768
|
</GraphQLDoc>
|
|
685
769
|
|
|
686
|
-
|
|
770
|
+
<a name="createprovince"></a>
|
|
771
|
+
|
|
772
|
+
## createProvince
|
|
687
773
|
|
|
688
774
|
<GraphQLDoc
|
|
689
775
|
type="mutation"
|
|
@@ -699,7 +785,9 @@ type Mutation {
|
|
|
699
785
|
}`}
|
|
700
786
|
</GraphQLDoc>
|
|
701
787
|
|
|
702
|
-
|
|
788
|
+
<a name="createrole"></a>
|
|
789
|
+
|
|
790
|
+
## createRole
|
|
703
791
|
|
|
704
792
|
<GraphQLDoc
|
|
705
793
|
type="mutation"
|
|
@@ -715,7 +803,9 @@ type Mutation {
|
|
|
715
803
|
}`}
|
|
716
804
|
</GraphQLDoc>
|
|
717
805
|
|
|
718
|
-
|
|
806
|
+
<a name="createseller"></a>
|
|
807
|
+
|
|
808
|
+
## createSeller
|
|
719
809
|
|
|
720
810
|
<GraphQLDoc
|
|
721
811
|
type="mutation"
|
|
@@ -731,7 +821,9 @@ type Mutation {
|
|
|
731
821
|
}`}
|
|
732
822
|
</GraphQLDoc>
|
|
733
823
|
|
|
734
|
-
|
|
824
|
+
<a name="createshippingmethod"></a>
|
|
825
|
+
|
|
826
|
+
## createShippingMethod
|
|
735
827
|
|
|
736
828
|
<GraphQLDoc
|
|
737
829
|
type="mutation"
|
|
@@ -747,7 +839,9 @@ type Mutation {
|
|
|
747
839
|
}`}
|
|
748
840
|
</GraphQLDoc>
|
|
749
841
|
|
|
750
|
-
|
|
842
|
+
<a name="createstocklocation"></a>
|
|
843
|
+
|
|
844
|
+
## createStockLocation
|
|
751
845
|
|
|
752
846
|
<GraphQLDoc
|
|
753
847
|
type="mutation"
|
|
@@ -762,7 +856,9 @@ type Mutation {
|
|
|
762
856
|
}`}
|
|
763
857
|
</GraphQLDoc>
|
|
764
858
|
|
|
765
|
-
|
|
859
|
+
<a name="createtag"></a>
|
|
860
|
+
|
|
861
|
+
## createTag
|
|
766
862
|
|
|
767
863
|
<GraphQLDoc
|
|
768
864
|
type="mutation"
|
|
@@ -778,7 +874,9 @@ type Mutation {
|
|
|
778
874
|
}`}
|
|
779
875
|
</GraphQLDoc>
|
|
780
876
|
|
|
781
|
-
|
|
877
|
+
<a name="createtaxcategory"></a>
|
|
878
|
+
|
|
879
|
+
## createTaxCategory
|
|
782
880
|
|
|
783
881
|
<GraphQLDoc
|
|
784
882
|
type="mutation"
|
|
@@ -794,7 +892,9 @@ type Mutation {
|
|
|
794
892
|
}`}
|
|
795
893
|
</GraphQLDoc>
|
|
796
894
|
|
|
797
|
-
|
|
895
|
+
<a name="createtaxrate"></a>
|
|
896
|
+
|
|
897
|
+
## createTaxRate
|
|
798
898
|
|
|
799
899
|
<GraphQLDoc
|
|
800
900
|
type="mutation"
|
|
@@ -810,7 +910,9 @@ type Mutation {
|
|
|
810
910
|
}`}
|
|
811
911
|
</GraphQLDoc>
|
|
812
912
|
|
|
813
|
-
|
|
913
|
+
<a name="createzone"></a>
|
|
914
|
+
|
|
915
|
+
## createZone
|
|
814
916
|
|
|
815
917
|
<GraphQLDoc
|
|
816
918
|
type="mutation"
|
|
@@ -826,7 +928,9 @@ type Mutation {
|
|
|
826
928
|
}`}
|
|
827
929
|
</GraphQLDoc>
|
|
828
930
|
|
|
829
|
-
|
|
931
|
+
<a name="deleteadministrator"></a>
|
|
932
|
+
|
|
933
|
+
## deleteAdministrator
|
|
830
934
|
|
|
831
935
|
<GraphQLDoc
|
|
832
936
|
type="mutation"
|
|
@@ -842,7 +946,9 @@ type Mutation {
|
|
|
842
946
|
}`}
|
|
843
947
|
</GraphQLDoc>
|
|
844
948
|
|
|
845
|
-
|
|
949
|
+
<a name="deleteadministrators"></a>
|
|
950
|
+
|
|
951
|
+
## deleteAdministrators
|
|
846
952
|
|
|
847
953
|
<GraphQLDoc
|
|
848
954
|
type="mutation"
|
|
@@ -858,7 +964,9 @@ type Mutation {
|
|
|
858
964
|
}`}
|
|
859
965
|
</GraphQLDoc>
|
|
860
966
|
|
|
861
|
-
|
|
967
|
+
<a name="deleteasset"></a>
|
|
968
|
+
|
|
969
|
+
## deleteAsset
|
|
862
970
|
|
|
863
971
|
<GraphQLDoc
|
|
864
972
|
type="mutation"
|
|
@@ -874,7 +982,9 @@ type Mutation {
|
|
|
874
982
|
}`}
|
|
875
983
|
</GraphQLDoc>
|
|
876
984
|
|
|
877
|
-
|
|
985
|
+
<a name="deleteassets"></a>
|
|
986
|
+
|
|
987
|
+
## deleteAssets
|
|
878
988
|
|
|
879
989
|
<GraphQLDoc
|
|
880
990
|
type="mutation"
|
|
@@ -890,7 +1000,9 @@ type Mutation {
|
|
|
890
1000
|
}`}
|
|
891
1001
|
</GraphQLDoc>
|
|
892
1002
|
|
|
893
|
-
|
|
1003
|
+
<a name="deletechannel"></a>
|
|
1004
|
+
|
|
1005
|
+
## deleteChannel
|
|
894
1006
|
|
|
895
1007
|
<GraphQLDoc
|
|
896
1008
|
type="mutation"
|
|
@@ -906,7 +1018,9 @@ type Mutation {
|
|
|
906
1018
|
}`}
|
|
907
1019
|
</GraphQLDoc>
|
|
908
1020
|
|
|
909
|
-
|
|
1021
|
+
<a name="deletechannels"></a>
|
|
1022
|
+
|
|
1023
|
+
## deleteChannels
|
|
910
1024
|
|
|
911
1025
|
<GraphQLDoc
|
|
912
1026
|
type="mutation"
|
|
@@ -922,7 +1036,9 @@ type Mutation {
|
|
|
922
1036
|
}`}
|
|
923
1037
|
</GraphQLDoc>
|
|
924
1038
|
|
|
925
|
-
|
|
1039
|
+
<a name="deletecollection"></a>
|
|
1040
|
+
|
|
1041
|
+
## deleteCollection
|
|
926
1042
|
|
|
927
1043
|
<GraphQLDoc
|
|
928
1044
|
type="mutation"
|
|
@@ -938,7 +1054,9 @@ type Mutation {
|
|
|
938
1054
|
}`}
|
|
939
1055
|
</GraphQLDoc>
|
|
940
1056
|
|
|
941
|
-
|
|
1057
|
+
<a name="deletecollections"></a>
|
|
1058
|
+
|
|
1059
|
+
## deleteCollections
|
|
942
1060
|
|
|
943
1061
|
<GraphQLDoc
|
|
944
1062
|
type="mutation"
|
|
@@ -954,7 +1072,9 @@ type Mutation {
|
|
|
954
1072
|
}`}
|
|
955
1073
|
</GraphQLDoc>
|
|
956
1074
|
|
|
957
|
-
|
|
1075
|
+
<a name="deletecountries"></a>
|
|
1076
|
+
|
|
1077
|
+
## deleteCountries
|
|
958
1078
|
|
|
959
1079
|
<GraphQLDoc
|
|
960
1080
|
type="mutation"
|
|
@@ -970,7 +1090,9 @@ type Mutation {
|
|
|
970
1090
|
}`}
|
|
971
1091
|
</GraphQLDoc>
|
|
972
1092
|
|
|
973
|
-
|
|
1093
|
+
<a name="deletecountry"></a>
|
|
1094
|
+
|
|
1095
|
+
## deleteCountry
|
|
974
1096
|
|
|
975
1097
|
<GraphQLDoc
|
|
976
1098
|
type="mutation"
|
|
@@ -986,7 +1108,9 @@ type Mutation {
|
|
|
986
1108
|
}`}
|
|
987
1109
|
</GraphQLDoc>
|
|
988
1110
|
|
|
989
|
-
|
|
1111
|
+
<a name="deletecustomer"></a>
|
|
1112
|
+
|
|
1113
|
+
## deleteCustomer
|
|
990
1114
|
|
|
991
1115
|
<GraphQLDoc
|
|
992
1116
|
type="mutation"
|
|
@@ -1002,7 +1126,9 @@ type Mutation {
|
|
|
1002
1126
|
}`}
|
|
1003
1127
|
</GraphQLDoc>
|
|
1004
1128
|
|
|
1005
|
-
|
|
1129
|
+
<a name="deletecustomeraddress"></a>
|
|
1130
|
+
|
|
1131
|
+
## deleteCustomerAddress
|
|
1006
1132
|
|
|
1007
1133
|
<GraphQLDoc
|
|
1008
1134
|
type="mutation"
|
|
@@ -1018,7 +1144,9 @@ type Mutation {
|
|
|
1018
1144
|
}`}
|
|
1019
1145
|
</GraphQLDoc>
|
|
1020
1146
|
|
|
1021
|
-
|
|
1147
|
+
<a name="deletecustomergroup"></a>
|
|
1148
|
+
|
|
1149
|
+
## deleteCustomerGroup
|
|
1022
1150
|
|
|
1023
1151
|
<GraphQLDoc
|
|
1024
1152
|
type="mutation"
|
|
@@ -1034,7 +1162,9 @@ type Mutation {
|
|
|
1034
1162
|
}`}
|
|
1035
1163
|
</GraphQLDoc>
|
|
1036
1164
|
|
|
1037
|
-
|
|
1165
|
+
<a name="deletecustomergroups"></a>
|
|
1166
|
+
|
|
1167
|
+
## deleteCustomerGroups
|
|
1038
1168
|
|
|
1039
1169
|
<GraphQLDoc
|
|
1040
1170
|
type="mutation"
|
|
@@ -1050,7 +1180,9 @@ type Mutation {
|
|
|
1050
1180
|
}`}
|
|
1051
1181
|
</GraphQLDoc>
|
|
1052
1182
|
|
|
1053
|
-
|
|
1183
|
+
<a name="deletecustomernote"></a>
|
|
1184
|
+
|
|
1185
|
+
## deleteCustomerNote
|
|
1054
1186
|
|
|
1055
1187
|
<GraphQLDoc
|
|
1056
1188
|
type="mutation"
|
|
@@ -1065,7 +1197,9 @@ type Mutation {
|
|
|
1065
1197
|
}`}
|
|
1066
1198
|
</GraphQLDoc>
|
|
1067
1199
|
|
|
1068
|
-
|
|
1200
|
+
<a name="deletecustomers"></a>
|
|
1201
|
+
|
|
1202
|
+
## deleteCustomers
|
|
1069
1203
|
|
|
1070
1204
|
<GraphQLDoc
|
|
1071
1205
|
type="mutation"
|
|
@@ -1081,7 +1215,9 @@ type Mutation {
|
|
|
1081
1215
|
}`}
|
|
1082
1216
|
</GraphQLDoc>
|
|
1083
1217
|
|
|
1084
|
-
|
|
1218
|
+
<a name="deletedraftorder"></a>
|
|
1219
|
+
|
|
1220
|
+
## deleteDraftOrder
|
|
1085
1221
|
|
|
1086
1222
|
<GraphQLDoc
|
|
1087
1223
|
type="mutation"
|
|
@@ -1097,7 +1233,9 @@ type Mutation {
|
|
|
1097
1233
|
}`}
|
|
1098
1234
|
</GraphQLDoc>
|
|
1099
1235
|
|
|
1100
|
-
|
|
1236
|
+
<a name="deletefacet"></a>
|
|
1237
|
+
|
|
1238
|
+
## deleteFacet
|
|
1101
1239
|
|
|
1102
1240
|
<GraphQLDoc
|
|
1103
1241
|
type="mutation"
|
|
@@ -1114,7 +1252,9 @@ type Mutation {
|
|
|
1114
1252
|
}`}
|
|
1115
1253
|
</GraphQLDoc>
|
|
1116
1254
|
|
|
1117
|
-
|
|
1255
|
+
<a name="deletefacetvalues"></a>
|
|
1256
|
+
|
|
1257
|
+
## deleteFacetValues
|
|
1118
1258
|
|
|
1119
1259
|
<GraphQLDoc
|
|
1120
1260
|
type="mutation"
|
|
@@ -1131,7 +1271,9 @@ type Mutation {
|
|
|
1131
1271
|
}`}
|
|
1132
1272
|
</GraphQLDoc>
|
|
1133
1273
|
|
|
1134
|
-
|
|
1274
|
+
<a name="deletefacets"></a>
|
|
1275
|
+
|
|
1276
|
+
## deleteFacets
|
|
1135
1277
|
|
|
1136
1278
|
<GraphQLDoc
|
|
1137
1279
|
type="mutation"
|
|
@@ -1148,7 +1290,9 @@ type Mutation {
|
|
|
1148
1290
|
}`}
|
|
1149
1291
|
</GraphQLDoc>
|
|
1150
1292
|
|
|
1151
|
-
|
|
1293
|
+
<a name="deleteordernote"></a>
|
|
1294
|
+
|
|
1295
|
+
## deleteOrderNote
|
|
1152
1296
|
|
|
1153
1297
|
<GraphQLDoc
|
|
1154
1298
|
type="mutation"
|
|
@@ -1163,7 +1307,9 @@ type Mutation {
|
|
|
1163
1307
|
}`}
|
|
1164
1308
|
</GraphQLDoc>
|
|
1165
1309
|
|
|
1166
|
-
|
|
1310
|
+
<a name="deletepaymentmethod"></a>
|
|
1311
|
+
|
|
1312
|
+
## deletePaymentMethod
|
|
1167
1313
|
|
|
1168
1314
|
<GraphQLDoc
|
|
1169
1315
|
type="mutation"
|
|
@@ -1180,7 +1326,9 @@ type Mutation {
|
|
|
1180
1326
|
}`}
|
|
1181
1327
|
</GraphQLDoc>
|
|
1182
1328
|
|
|
1183
|
-
|
|
1329
|
+
<a name="deletepaymentmethods"></a>
|
|
1330
|
+
|
|
1331
|
+
## deletePaymentMethods
|
|
1184
1332
|
|
|
1185
1333
|
<GraphQLDoc
|
|
1186
1334
|
type="mutation"
|
|
@@ -1197,7 +1345,9 @@ type Mutation {
|
|
|
1197
1345
|
}`}
|
|
1198
1346
|
</GraphQLDoc>
|
|
1199
1347
|
|
|
1200
|
-
|
|
1348
|
+
<a name="deleteproduct"></a>
|
|
1349
|
+
|
|
1350
|
+
## deleteProduct
|
|
1201
1351
|
|
|
1202
1352
|
<GraphQLDoc
|
|
1203
1353
|
type="mutation"
|
|
@@ -1213,7 +1363,9 @@ type Mutation {
|
|
|
1213
1363
|
}`}
|
|
1214
1364
|
</GraphQLDoc>
|
|
1215
1365
|
|
|
1216
|
-
|
|
1366
|
+
<a name="deleteproductoption"></a>
|
|
1367
|
+
|
|
1368
|
+
## deleteProductOption
|
|
1217
1369
|
|
|
1218
1370
|
<GraphQLDoc
|
|
1219
1371
|
type="mutation"
|
|
@@ -1229,7 +1381,9 @@ type Mutation {
|
|
|
1229
1381
|
}`}
|
|
1230
1382
|
</GraphQLDoc>
|
|
1231
1383
|
|
|
1232
|
-
|
|
1384
|
+
<a name="deleteproductvariant"></a>
|
|
1385
|
+
|
|
1386
|
+
## deleteProductVariant
|
|
1233
1387
|
|
|
1234
1388
|
<GraphQLDoc
|
|
1235
1389
|
type="mutation"
|
|
@@ -1245,7 +1399,9 @@ type Mutation {
|
|
|
1245
1399
|
}`}
|
|
1246
1400
|
</GraphQLDoc>
|
|
1247
1401
|
|
|
1248
|
-
|
|
1402
|
+
<a name="deleteproductvariants"></a>
|
|
1403
|
+
|
|
1404
|
+
## deleteProductVariants
|
|
1249
1405
|
|
|
1250
1406
|
<GraphQLDoc
|
|
1251
1407
|
type="mutation"
|
|
@@ -1261,7 +1417,9 @@ type Mutation {
|
|
|
1261
1417
|
}`}
|
|
1262
1418
|
</GraphQLDoc>
|
|
1263
1419
|
|
|
1264
|
-
|
|
1420
|
+
<a name="deleteproducts"></a>
|
|
1421
|
+
|
|
1422
|
+
## deleteProducts
|
|
1265
1423
|
|
|
1266
1424
|
<GraphQLDoc
|
|
1267
1425
|
type="mutation"
|
|
@@ -1277,7 +1435,9 @@ type Mutation {
|
|
|
1277
1435
|
}`}
|
|
1278
1436
|
</GraphQLDoc>
|
|
1279
1437
|
|
|
1280
|
-
|
|
1438
|
+
<a name="deletepromotion"></a>
|
|
1439
|
+
|
|
1440
|
+
## deletePromotion
|
|
1281
1441
|
|
|
1282
1442
|
<GraphQLDoc
|
|
1283
1443
|
type="mutation"
|
|
@@ -1292,7 +1452,9 @@ type Mutation {
|
|
|
1292
1452
|
}`}
|
|
1293
1453
|
</GraphQLDoc>
|
|
1294
1454
|
|
|
1295
|
-
|
|
1455
|
+
<a name="deletepromotions"></a>
|
|
1456
|
+
|
|
1457
|
+
## deletePromotions
|
|
1296
1458
|
|
|
1297
1459
|
<GraphQLDoc
|
|
1298
1460
|
type="mutation"
|
|
@@ -1307,7 +1469,9 @@ type Mutation {
|
|
|
1307
1469
|
}`}
|
|
1308
1470
|
</GraphQLDoc>
|
|
1309
1471
|
|
|
1310
|
-
|
|
1472
|
+
<a name="deleteprovince"></a>
|
|
1473
|
+
|
|
1474
|
+
## deleteProvince
|
|
1311
1475
|
|
|
1312
1476
|
<GraphQLDoc
|
|
1313
1477
|
type="mutation"
|
|
@@ -1323,7 +1487,9 @@ type Mutation {
|
|
|
1323
1487
|
}`}
|
|
1324
1488
|
</GraphQLDoc>
|
|
1325
1489
|
|
|
1326
|
-
|
|
1490
|
+
<a name="deleterole"></a>
|
|
1491
|
+
|
|
1492
|
+
## deleteRole
|
|
1327
1493
|
|
|
1328
1494
|
<GraphQLDoc
|
|
1329
1495
|
type="mutation"
|
|
@@ -1339,7 +1505,9 @@ type Mutation {
|
|
|
1339
1505
|
}`}
|
|
1340
1506
|
</GraphQLDoc>
|
|
1341
1507
|
|
|
1342
|
-
|
|
1508
|
+
<a name="deleteroles"></a>
|
|
1509
|
+
|
|
1510
|
+
## deleteRoles
|
|
1343
1511
|
|
|
1344
1512
|
<GraphQLDoc
|
|
1345
1513
|
type="mutation"
|
|
@@ -1355,7 +1523,9 @@ type Mutation {
|
|
|
1355
1523
|
}`}
|
|
1356
1524
|
</GraphQLDoc>
|
|
1357
1525
|
|
|
1358
|
-
|
|
1526
|
+
<a name="deleteseller"></a>
|
|
1527
|
+
|
|
1528
|
+
## deleteSeller
|
|
1359
1529
|
|
|
1360
1530
|
<GraphQLDoc
|
|
1361
1531
|
type="mutation"
|
|
@@ -1371,7 +1541,9 @@ type Mutation {
|
|
|
1371
1541
|
}`}
|
|
1372
1542
|
</GraphQLDoc>
|
|
1373
1543
|
|
|
1374
|
-
|
|
1544
|
+
<a name="deletesellers"></a>
|
|
1545
|
+
|
|
1546
|
+
## deleteSellers
|
|
1375
1547
|
|
|
1376
1548
|
<GraphQLDoc
|
|
1377
1549
|
type="mutation"
|
|
@@ -1387,7 +1559,9 @@ type Mutation {
|
|
|
1387
1559
|
}`}
|
|
1388
1560
|
</GraphQLDoc>
|
|
1389
1561
|
|
|
1390
|
-
|
|
1562
|
+
<a name="deleteshippingmethod"></a>
|
|
1563
|
+
|
|
1564
|
+
## deleteShippingMethod
|
|
1391
1565
|
|
|
1392
1566
|
<GraphQLDoc
|
|
1393
1567
|
type="mutation"
|
|
@@ -1403,7 +1577,9 @@ type Mutation {
|
|
|
1403
1577
|
}`}
|
|
1404
1578
|
</GraphQLDoc>
|
|
1405
1579
|
|
|
1406
|
-
|
|
1580
|
+
<a name="deleteshippingmethods"></a>
|
|
1581
|
+
|
|
1582
|
+
## deleteShippingMethods
|
|
1407
1583
|
|
|
1408
1584
|
<GraphQLDoc
|
|
1409
1585
|
type="mutation"
|
|
@@ -1419,7 +1595,9 @@ type Mutation {
|
|
|
1419
1595
|
}`}
|
|
1420
1596
|
</GraphQLDoc>
|
|
1421
1597
|
|
|
1422
|
-
|
|
1598
|
+
<a name="deletestocklocation"></a>
|
|
1599
|
+
|
|
1600
|
+
## deleteStockLocation
|
|
1423
1601
|
|
|
1424
1602
|
<GraphQLDoc
|
|
1425
1603
|
type="mutation"
|
|
@@ -1434,7 +1612,9 @@ type Mutation {
|
|
|
1434
1612
|
}`}
|
|
1435
1613
|
</GraphQLDoc>
|
|
1436
1614
|
|
|
1437
|
-
|
|
1615
|
+
<a name="deletestocklocations"></a>
|
|
1616
|
+
|
|
1617
|
+
## deleteStockLocations
|
|
1438
1618
|
|
|
1439
1619
|
<GraphQLDoc
|
|
1440
1620
|
type="mutation"
|
|
@@ -1449,7 +1629,9 @@ type Mutation {
|
|
|
1449
1629
|
}`}
|
|
1450
1630
|
</GraphQLDoc>
|
|
1451
1631
|
|
|
1452
|
-
|
|
1632
|
+
<a name="deletetag"></a>
|
|
1633
|
+
|
|
1634
|
+
## deleteTag
|
|
1453
1635
|
|
|
1454
1636
|
<GraphQLDoc
|
|
1455
1637
|
type="mutation"
|
|
@@ -1465,7 +1647,9 @@ type Mutation {
|
|
|
1465
1647
|
}`}
|
|
1466
1648
|
</GraphQLDoc>
|
|
1467
1649
|
|
|
1468
|
-
|
|
1650
|
+
<a name="deletetaxcategories"></a>
|
|
1651
|
+
|
|
1652
|
+
## deleteTaxCategories
|
|
1469
1653
|
|
|
1470
1654
|
<GraphQLDoc
|
|
1471
1655
|
type="mutation"
|
|
@@ -1481,7 +1665,9 @@ type Mutation {
|
|
|
1481
1665
|
}`}
|
|
1482
1666
|
</GraphQLDoc>
|
|
1483
1667
|
|
|
1484
|
-
|
|
1668
|
+
<a name="deletetaxcategory"></a>
|
|
1669
|
+
|
|
1670
|
+
## deleteTaxCategory
|
|
1485
1671
|
|
|
1486
1672
|
<GraphQLDoc
|
|
1487
1673
|
type="mutation"
|
|
@@ -1497,7 +1683,9 @@ type Mutation {
|
|
|
1497
1683
|
}`}
|
|
1498
1684
|
</GraphQLDoc>
|
|
1499
1685
|
|
|
1500
|
-
|
|
1686
|
+
<a name="deletetaxrate"></a>
|
|
1687
|
+
|
|
1688
|
+
## deleteTaxRate
|
|
1501
1689
|
|
|
1502
1690
|
<GraphQLDoc
|
|
1503
1691
|
type="mutation"
|
|
@@ -1513,7 +1701,9 @@ type Mutation {
|
|
|
1513
1701
|
}`}
|
|
1514
1702
|
</GraphQLDoc>
|
|
1515
1703
|
|
|
1516
|
-
|
|
1704
|
+
<a name="deletetaxrates"></a>
|
|
1705
|
+
|
|
1706
|
+
## deleteTaxRates
|
|
1517
1707
|
|
|
1518
1708
|
<GraphQLDoc
|
|
1519
1709
|
type="mutation"
|
|
@@ -1529,7 +1719,9 @@ type Mutation {
|
|
|
1529
1719
|
}`}
|
|
1530
1720
|
</GraphQLDoc>
|
|
1531
1721
|
|
|
1532
|
-
|
|
1722
|
+
<a name="deletezone"></a>
|
|
1723
|
+
|
|
1724
|
+
## deleteZone
|
|
1533
1725
|
|
|
1534
1726
|
<GraphQLDoc
|
|
1535
1727
|
type="mutation"
|
|
@@ -1545,7 +1737,9 @@ type Mutation {
|
|
|
1545
1737
|
}`}
|
|
1546
1738
|
</GraphQLDoc>
|
|
1547
1739
|
|
|
1548
|
-
|
|
1740
|
+
<a name="deletezones"></a>
|
|
1741
|
+
|
|
1742
|
+
## deleteZones
|
|
1549
1743
|
|
|
1550
1744
|
<GraphQLDoc
|
|
1551
1745
|
type="mutation"
|
|
@@ -1561,7 +1755,9 @@ type Mutation {
|
|
|
1561
1755
|
}`}
|
|
1562
1756
|
</GraphQLDoc>
|
|
1563
1757
|
|
|
1564
|
-
|
|
1758
|
+
<a name="duplicateentity"></a>
|
|
1759
|
+
|
|
1760
|
+
## duplicateEntity
|
|
1565
1761
|
|
|
1566
1762
|
<GraphQLDoc
|
|
1567
1763
|
type="mutation"
|
|
@@ -1580,7 +1776,9 @@ type Mutation {
|
|
|
1580
1776
|
}`}
|
|
1581
1777
|
</GraphQLDoc>
|
|
1582
1778
|
|
|
1583
|
-
|
|
1779
|
+
<a name="flushbufferedjobs"></a>
|
|
1780
|
+
|
|
1781
|
+
## flushBufferedJobs
|
|
1584
1782
|
|
|
1585
1783
|
<GraphQLDoc
|
|
1586
1784
|
type="mutation"
|
|
@@ -1595,7 +1793,9 @@ type Mutation {
|
|
|
1595
1793
|
}`}
|
|
1596
1794
|
</GraphQLDoc>
|
|
1597
1795
|
|
|
1598
|
-
|
|
1796
|
+
<a name="importproducts"></a>
|
|
1797
|
+
|
|
1798
|
+
## importProducts
|
|
1599
1799
|
|
|
1600
1800
|
<GraphQLDoc
|
|
1601
1801
|
type="mutation"
|
|
@@ -1610,7 +1810,9 @@ type Mutation {
|
|
|
1610
1810
|
}`}
|
|
1611
1811
|
</GraphQLDoc>
|
|
1612
1812
|
|
|
1613
|
-
|
|
1813
|
+
<a name="login"></a>
|
|
1814
|
+
|
|
1815
|
+
## login
|
|
1614
1816
|
|
|
1615
1817
|
<GraphQLDoc
|
|
1616
1818
|
type="mutation"
|
|
@@ -1632,7 +1834,9 @@ type Mutation {
|
|
|
1632
1834
|
}`}
|
|
1633
1835
|
</GraphQLDoc>
|
|
1634
1836
|
|
|
1635
|
-
|
|
1837
|
+
<a name="logout"></a>
|
|
1838
|
+
|
|
1839
|
+
## logout
|
|
1636
1840
|
|
|
1637
1841
|
<GraphQLDoc
|
|
1638
1842
|
type="mutation"
|
|
@@ -1646,7 +1850,9 @@ type Mutation {
|
|
|
1646
1850
|
}`}
|
|
1647
1851
|
</GraphQLDoc>
|
|
1648
1852
|
|
|
1649
|
-
|
|
1853
|
+
<a name="modifyorder"></a>
|
|
1854
|
+
|
|
1855
|
+
## modifyOrder
|
|
1650
1856
|
|
|
1651
1857
|
<GraphQLDoc
|
|
1652
1858
|
type="mutation"
|
|
@@ -1665,7 +1871,9 @@ type Mutation {
|
|
|
1665
1871
|
}`}
|
|
1666
1872
|
</GraphQLDoc>
|
|
1667
1873
|
|
|
1668
|
-
|
|
1874
|
+
<a name="movecollection"></a>
|
|
1875
|
+
|
|
1876
|
+
## moveCollection
|
|
1669
1877
|
|
|
1670
1878
|
<GraphQLDoc
|
|
1671
1879
|
type="mutation"
|
|
@@ -1681,7 +1889,9 @@ type Mutation {
|
|
|
1681
1889
|
}`}
|
|
1682
1890
|
</GraphQLDoc>
|
|
1683
1891
|
|
|
1684
|
-
|
|
1892
|
+
<a name="refundorder"></a>
|
|
1893
|
+
|
|
1894
|
+
## refundOrder
|
|
1685
1895
|
|
|
1686
1896
|
<GraphQLDoc
|
|
1687
1897
|
type="mutation"
|
|
@@ -1696,7 +1906,9 @@ type Mutation {
|
|
|
1696
1906
|
}`}
|
|
1697
1907
|
</GraphQLDoc>
|
|
1698
1908
|
|
|
1699
|
-
|
|
1909
|
+
<a name="reindex"></a>
|
|
1910
|
+
|
|
1911
|
+
## reindex
|
|
1700
1912
|
|
|
1701
1913
|
<GraphQLDoc
|
|
1702
1914
|
type="mutation"
|
|
@@ -1710,7 +1922,9 @@ type Mutation {
|
|
|
1710
1922
|
}`}
|
|
1711
1923
|
</GraphQLDoc>
|
|
1712
1924
|
|
|
1713
|
-
|
|
1925
|
+
<a name="removecollectionsfromchannel"></a>
|
|
1926
|
+
|
|
1927
|
+
## removeCollectionsFromChannel
|
|
1714
1928
|
|
|
1715
1929
|
<GraphQLDoc
|
|
1716
1930
|
type="mutation"
|
|
@@ -1726,7 +1940,9 @@ type Mutation {
|
|
|
1726
1940
|
}`}
|
|
1727
1941
|
</GraphQLDoc>
|
|
1728
1942
|
|
|
1729
|
-
|
|
1943
|
+
<a name="removecouponcodefromdraftorder"></a>
|
|
1944
|
+
|
|
1945
|
+
## removeCouponCodeFromDraftOrder
|
|
1730
1946
|
|
|
1731
1947
|
<GraphQLDoc
|
|
1732
1948
|
type="mutation"
|
|
@@ -1743,7 +1959,9 @@ type Mutation {
|
|
|
1743
1959
|
}`}
|
|
1744
1960
|
</GraphQLDoc>
|
|
1745
1961
|
|
|
1746
|
-
|
|
1962
|
+
<a name="removecustomersfromgroup"></a>
|
|
1963
|
+
|
|
1964
|
+
## removeCustomersFromGroup
|
|
1747
1965
|
|
|
1748
1966
|
<GraphQLDoc
|
|
1749
1967
|
type="mutation"
|
|
@@ -1759,7 +1977,9 @@ type Mutation {
|
|
|
1759
1977
|
}`}
|
|
1760
1978
|
</GraphQLDoc>
|
|
1761
1979
|
|
|
1762
|
-
|
|
1980
|
+
<a name="removedraftorderline"></a>
|
|
1981
|
+
|
|
1982
|
+
## removeDraftOrderLine
|
|
1763
1983
|
|
|
1764
1984
|
<GraphQLDoc
|
|
1765
1985
|
type="mutation"
|
|
@@ -1775,7 +1995,9 @@ type Mutation {
|
|
|
1775
1995
|
}`}
|
|
1776
1996
|
</GraphQLDoc>
|
|
1777
1997
|
|
|
1778
|
-
|
|
1998
|
+
<a name="removefacetsfromchannel"></a>
|
|
1999
|
+
|
|
2000
|
+
## removeFacetsFromChannel
|
|
1779
2001
|
|
|
1780
2002
|
<GraphQLDoc
|
|
1781
2003
|
type="mutation"
|
|
@@ -1791,7 +2013,9 @@ type Mutation {
|
|
|
1791
2013
|
}`}
|
|
1792
2014
|
</GraphQLDoc>
|
|
1793
2015
|
|
|
1794
|
-
|
|
2016
|
+
<a name="removemembersfromzone"></a>
|
|
2017
|
+
|
|
2018
|
+
## removeMembersFromZone
|
|
1795
2019
|
|
|
1796
2020
|
<GraphQLDoc
|
|
1797
2021
|
type="mutation"
|
|
@@ -1807,7 +2031,9 @@ type Mutation {
|
|
|
1807
2031
|
}`}
|
|
1808
2032
|
</GraphQLDoc>
|
|
1809
2033
|
|
|
1810
|
-
|
|
2034
|
+
<a name="removeoptiongroupfromproduct"></a>
|
|
2035
|
+
|
|
2036
|
+
## removeOptionGroupFromProduct
|
|
1811
2037
|
|
|
1812
2038
|
<GraphQLDoc
|
|
1813
2039
|
type="mutation"
|
|
@@ -1829,7 +2055,9 @@ type Mutation {
|
|
|
1829
2055
|
}`}
|
|
1830
2056
|
</GraphQLDoc>
|
|
1831
2057
|
|
|
1832
|
-
|
|
2058
|
+
<a name="removepaymentmethodsfromchannel"></a>
|
|
2059
|
+
|
|
2060
|
+
## removePaymentMethodsFromChannel
|
|
1833
2061
|
|
|
1834
2062
|
<GraphQLDoc
|
|
1835
2063
|
type="mutation"
|
|
@@ -1845,7 +2073,9 @@ type Mutation {
|
|
|
1845
2073
|
}`}
|
|
1846
2074
|
</GraphQLDoc>
|
|
1847
2075
|
|
|
1848
|
-
|
|
2076
|
+
<a name="removeproductvariantsfromchannel"></a>
|
|
2077
|
+
|
|
2078
|
+
## removeProductVariantsFromChannel
|
|
1849
2079
|
|
|
1850
2080
|
<GraphQLDoc
|
|
1851
2081
|
type="mutation"
|
|
@@ -1861,7 +2091,9 @@ type Mutation {
|
|
|
1861
2091
|
}`}
|
|
1862
2092
|
</GraphQLDoc>
|
|
1863
2093
|
|
|
1864
|
-
|
|
2094
|
+
<a name="removeproductsfromchannel"></a>
|
|
2095
|
+
|
|
2096
|
+
## removeProductsFromChannel
|
|
1865
2097
|
|
|
1866
2098
|
<GraphQLDoc
|
|
1867
2099
|
type="mutation"
|
|
@@ -1877,7 +2109,9 @@ type Mutation {
|
|
|
1877
2109
|
}`}
|
|
1878
2110
|
</GraphQLDoc>
|
|
1879
2111
|
|
|
1880
|
-
|
|
2112
|
+
<a name="removepromotionsfromchannel"></a>
|
|
2113
|
+
|
|
2114
|
+
## removePromotionsFromChannel
|
|
1881
2115
|
|
|
1882
2116
|
<GraphQLDoc
|
|
1883
2117
|
type="mutation"
|
|
@@ -1893,7 +2127,9 @@ type Mutation {
|
|
|
1893
2127
|
}`}
|
|
1894
2128
|
</GraphQLDoc>
|
|
1895
2129
|
|
|
1896
|
-
|
|
2130
|
+
<a name="removesettledjobs"></a>
|
|
2131
|
+
|
|
2132
|
+
## removeSettledJobs
|
|
1897
2133
|
|
|
1898
2134
|
<GraphQLDoc
|
|
1899
2135
|
type="mutation"
|
|
@@ -1910,7 +2146,9 @@ type Mutation {
|
|
|
1910
2146
|
}`}
|
|
1911
2147
|
</GraphQLDoc>
|
|
1912
2148
|
|
|
1913
|
-
|
|
2149
|
+
<a name="removeshippingmethodsfromchannel"></a>
|
|
2150
|
+
|
|
2151
|
+
## removeShippingMethodsFromChannel
|
|
1914
2152
|
|
|
1915
2153
|
<GraphQLDoc
|
|
1916
2154
|
type="mutation"
|
|
@@ -1926,7 +2164,9 @@ type Mutation {
|
|
|
1926
2164
|
}`}
|
|
1927
2165
|
</GraphQLDoc>
|
|
1928
2166
|
|
|
1929
|
-
|
|
2167
|
+
<a name="removestocklocationsfromchannel"></a>
|
|
2168
|
+
|
|
2169
|
+
## removeStockLocationsFromChannel
|
|
1930
2170
|
|
|
1931
2171
|
<GraphQLDoc
|
|
1932
2172
|
type="mutation"
|
|
@@ -1942,7 +2182,9 @@ type Mutation {
|
|
|
1942
2182
|
}`}
|
|
1943
2183
|
</GraphQLDoc>
|
|
1944
2184
|
|
|
1945
|
-
|
|
2185
|
+
<a name="runpendingsearchindexupdates"></a>
|
|
2186
|
+
|
|
2187
|
+
## runPendingSearchIndexUpdates
|
|
1946
2188
|
|
|
1947
2189
|
<GraphQLDoc
|
|
1948
2190
|
type="mutation"
|
|
@@ -1956,7 +2198,9 @@ type Mutation {
|
|
|
1956
2198
|
}`}
|
|
1957
2199
|
</GraphQLDoc>
|
|
1958
2200
|
|
|
1959
|
-
|
|
2201
|
+
<a name="runscheduledtask"></a>
|
|
2202
|
+
|
|
2203
|
+
## runScheduledTask
|
|
1960
2204
|
|
|
1961
2205
|
<GraphQLDoc
|
|
1962
2206
|
type="mutation"
|
|
@@ -1971,7 +2215,9 @@ type Mutation {
|
|
|
1971
2215
|
}`}
|
|
1972
2216
|
</GraphQLDoc>
|
|
1973
2217
|
|
|
1974
|
-
|
|
2218
|
+
<a name="setcustomerfordraftorder"></a>
|
|
2219
|
+
|
|
2220
|
+
## setCustomerForDraftOrder
|
|
1975
2221
|
|
|
1976
2222
|
<GraphQLDoc
|
|
1977
2223
|
type="mutation"
|
|
@@ -1987,7 +2233,9 @@ type Mutation {
|
|
|
1987
2233
|
}`}
|
|
1988
2234
|
</GraphQLDoc>
|
|
1989
2235
|
|
|
1990
|
-
|
|
2236
|
+
<a name="setdraftorderbillingaddress"></a>
|
|
2237
|
+
|
|
2238
|
+
## setDraftOrderBillingAddress
|
|
1991
2239
|
|
|
1992
2240
|
<GraphQLDoc
|
|
1993
2241
|
type="mutation"
|
|
@@ -2004,7 +2252,9 @@ type Mutation {
|
|
|
2004
2252
|
}`}
|
|
2005
2253
|
</GraphQLDoc>
|
|
2006
2254
|
|
|
2007
|
-
|
|
2255
|
+
<a name="setdraftordercustomfields"></a>
|
|
2256
|
+
|
|
2257
|
+
## setDraftOrderCustomFields
|
|
2008
2258
|
|
|
2009
2259
|
<GraphQLDoc
|
|
2010
2260
|
type="mutation"
|
|
@@ -2021,7 +2271,9 @@ type Mutation {
|
|
|
2021
2271
|
}`}
|
|
2022
2272
|
</GraphQLDoc>
|
|
2023
2273
|
|
|
2024
|
-
|
|
2274
|
+
<a name="setdraftordershippingaddress"></a>
|
|
2275
|
+
|
|
2276
|
+
## setDraftOrderShippingAddress
|
|
2025
2277
|
|
|
2026
2278
|
<GraphQLDoc
|
|
2027
2279
|
type="mutation"
|
|
@@ -2038,7 +2290,9 @@ type Mutation {
|
|
|
2038
2290
|
}`}
|
|
2039
2291
|
</GraphQLDoc>
|
|
2040
2292
|
|
|
2041
|
-
|
|
2293
|
+
<a name="setdraftordershippingmethod"></a>
|
|
2294
|
+
|
|
2295
|
+
## setDraftOrderShippingMethod
|
|
2042
2296
|
|
|
2043
2297
|
<GraphQLDoc
|
|
2044
2298
|
type="mutation"
|
|
@@ -2054,7 +2308,9 @@ type Mutation {
|
|
|
2054
2308
|
}`}
|
|
2055
2309
|
</GraphQLDoc>
|
|
2056
2310
|
|
|
2057
|
-
|
|
2311
|
+
<a name="setordercustomfields"></a>
|
|
2312
|
+
|
|
2313
|
+
## setOrderCustomFields
|
|
2058
2314
|
|
|
2059
2315
|
<GraphQLDoc
|
|
2060
2316
|
type="mutation"
|
|
@@ -2069,7 +2325,9 @@ type Mutation {
|
|
|
2069
2325
|
}`}
|
|
2070
2326
|
</GraphQLDoc>
|
|
2071
2327
|
|
|
2072
|
-
|
|
2328
|
+
<a name="setordercustomer"></a>
|
|
2329
|
+
|
|
2330
|
+
## setOrderCustomer
|
|
2073
2331
|
|
|
2074
2332
|
<GraphQLDoc
|
|
2075
2333
|
type="mutation"
|
|
@@ -2085,7 +2343,9 @@ type Mutation {
|
|
|
2085
2343
|
}`}
|
|
2086
2344
|
</GraphQLDoc>
|
|
2087
2345
|
|
|
2088
|
-
|
|
2346
|
+
<a name="setsettingsstorevalue"></a>
|
|
2347
|
+
|
|
2348
|
+
## setSettingsStoreValue
|
|
2089
2349
|
|
|
2090
2350
|
<GraphQLDoc
|
|
2091
2351
|
type="mutation"
|
|
@@ -2101,7 +2361,9 @@ type Mutation {
|
|
|
2101
2361
|
}`}
|
|
2102
2362
|
</GraphQLDoc>
|
|
2103
2363
|
|
|
2104
|
-
|
|
2364
|
+
<a name="setsettingsstorevalues"></a>
|
|
2365
|
+
|
|
2366
|
+
## setSettingsStoreValues
|
|
2105
2367
|
|
|
2106
2368
|
<GraphQLDoc
|
|
2107
2369
|
type="mutation"
|
|
@@ -2117,7 +2379,9 @@ type Mutation {
|
|
|
2117
2379
|
}`}
|
|
2118
2380
|
</GraphQLDoc>
|
|
2119
2381
|
|
|
2120
|
-
|
|
2382
|
+
<a name="settlepayment"></a>
|
|
2383
|
+
|
|
2384
|
+
## settlePayment
|
|
2121
2385
|
|
|
2122
2386
|
<GraphQLDoc
|
|
2123
2387
|
type="mutation"
|
|
@@ -2132,7 +2396,9 @@ type Mutation {
|
|
|
2132
2396
|
}`}
|
|
2133
2397
|
</GraphQLDoc>
|
|
2134
2398
|
|
|
2135
|
-
|
|
2399
|
+
<a name="settlerefund"></a>
|
|
2400
|
+
|
|
2401
|
+
## settleRefund
|
|
2136
2402
|
|
|
2137
2403
|
<GraphQLDoc
|
|
2138
2404
|
type="mutation"
|
|
@@ -2147,7 +2413,9 @@ type Mutation {
|
|
|
2147
2413
|
}`}
|
|
2148
2414
|
</GraphQLDoc>
|
|
2149
2415
|
|
|
2150
|
-
|
|
2416
|
+
<a name="transitionfulfillmenttostate"></a>
|
|
2417
|
+
|
|
2418
|
+
## transitionFulfillmentToState
|
|
2151
2419
|
|
|
2152
2420
|
<GraphQLDoc
|
|
2153
2421
|
type="mutation"
|
|
@@ -2163,7 +2431,9 @@ type Mutation {
|
|
|
2163
2431
|
}`}
|
|
2164
2432
|
</GraphQLDoc>
|
|
2165
2433
|
|
|
2166
|
-
|
|
2434
|
+
<a name="transitionordertostate"></a>
|
|
2435
|
+
|
|
2436
|
+
## transitionOrderToState
|
|
2167
2437
|
|
|
2168
2438
|
<GraphQLDoc
|
|
2169
2439
|
type="mutation"
|
|
@@ -2179,7 +2449,9 @@ type Mutation {
|
|
|
2179
2449
|
}`}
|
|
2180
2450
|
</GraphQLDoc>
|
|
2181
2451
|
|
|
2182
|
-
|
|
2452
|
+
<a name="transitionpaymenttostate"></a>
|
|
2453
|
+
|
|
2454
|
+
## transitionPaymentToState
|
|
2183
2455
|
|
|
2184
2456
|
<GraphQLDoc
|
|
2185
2457
|
type="mutation"
|
|
@@ -2195,7 +2467,9 @@ type Mutation {
|
|
|
2195
2467
|
}`}
|
|
2196
2468
|
</GraphQLDoc>
|
|
2197
2469
|
|
|
2198
|
-
|
|
2470
|
+
<a name="unsetdraftorderbillingaddress"></a>
|
|
2471
|
+
|
|
2472
|
+
## unsetDraftOrderBillingAddress
|
|
2199
2473
|
|
|
2200
2474
|
<GraphQLDoc
|
|
2201
2475
|
type="mutation"
|
|
@@ -2211,7 +2485,9 @@ type Mutation {
|
|
|
2211
2485
|
}`}
|
|
2212
2486
|
</GraphQLDoc>
|
|
2213
2487
|
|
|
2214
|
-
|
|
2488
|
+
<a name="unsetdraftordershippingaddress"></a>
|
|
2489
|
+
|
|
2490
|
+
## unsetDraftOrderShippingAddress
|
|
2215
2491
|
|
|
2216
2492
|
<GraphQLDoc
|
|
2217
2493
|
type="mutation"
|
|
@@ -2227,7 +2503,9 @@ type Mutation {
|
|
|
2227
2503
|
}`}
|
|
2228
2504
|
</GraphQLDoc>
|
|
2229
2505
|
|
|
2230
|
-
|
|
2506
|
+
<a name="updateactiveadministrator"></a>
|
|
2507
|
+
|
|
2508
|
+
## updateActiveAdministrator
|
|
2231
2509
|
|
|
2232
2510
|
<GraphQLDoc
|
|
2233
2511
|
type="mutation"
|
|
@@ -2243,7 +2521,9 @@ type Mutation {
|
|
|
2243
2521
|
}`}
|
|
2244
2522
|
</GraphQLDoc>
|
|
2245
2523
|
|
|
2246
|
-
|
|
2524
|
+
<a name="updateadministrator"></a>
|
|
2525
|
+
|
|
2526
|
+
## updateAdministrator
|
|
2247
2527
|
|
|
2248
2528
|
<GraphQLDoc
|
|
2249
2529
|
type="mutation"
|
|
@@ -2259,7 +2539,9 @@ type Mutation {
|
|
|
2259
2539
|
}`}
|
|
2260
2540
|
</GraphQLDoc>
|
|
2261
2541
|
|
|
2262
|
-
|
|
2542
|
+
<a name="updateasset"></a>
|
|
2543
|
+
|
|
2544
|
+
## updateAsset
|
|
2263
2545
|
|
|
2264
2546
|
<GraphQLDoc
|
|
2265
2547
|
type="mutation"
|
|
@@ -2275,7 +2557,9 @@ type Mutation {
|
|
|
2275
2557
|
}`}
|
|
2276
2558
|
</GraphQLDoc>
|
|
2277
2559
|
|
|
2278
|
-
|
|
2560
|
+
<a name="updatechannel"></a>
|
|
2561
|
+
|
|
2562
|
+
## updateChannel
|
|
2279
2563
|
|
|
2280
2564
|
<GraphQLDoc
|
|
2281
2565
|
type="mutation"
|
|
@@ -2291,7 +2575,9 @@ type Mutation {
|
|
|
2291
2575
|
}`}
|
|
2292
2576
|
</GraphQLDoc>
|
|
2293
2577
|
|
|
2294
|
-
|
|
2578
|
+
<a name="updatecollection"></a>
|
|
2579
|
+
|
|
2580
|
+
## updateCollection
|
|
2295
2581
|
|
|
2296
2582
|
<GraphQLDoc
|
|
2297
2583
|
type="mutation"
|
|
@@ -2307,7 +2593,9 @@ type Mutation {
|
|
|
2307
2593
|
}`}
|
|
2308
2594
|
</GraphQLDoc>
|
|
2309
2595
|
|
|
2310
|
-
|
|
2596
|
+
<a name="updatecountry"></a>
|
|
2597
|
+
|
|
2598
|
+
## updateCountry
|
|
2311
2599
|
|
|
2312
2600
|
<GraphQLDoc
|
|
2313
2601
|
type="mutation"
|
|
@@ -2323,7 +2611,9 @@ type Mutation {
|
|
|
2323
2611
|
}`}
|
|
2324
2612
|
</GraphQLDoc>
|
|
2325
2613
|
|
|
2326
|
-
|
|
2614
|
+
<a name="updatecustomer"></a>
|
|
2615
|
+
|
|
2616
|
+
## updateCustomer
|
|
2327
2617
|
|
|
2328
2618
|
<GraphQLDoc
|
|
2329
2619
|
type="mutation"
|
|
@@ -2339,7 +2629,9 @@ type Mutation {
|
|
|
2339
2629
|
}`}
|
|
2340
2630
|
</GraphQLDoc>
|
|
2341
2631
|
|
|
2342
|
-
|
|
2632
|
+
<a name="updatecustomeraddress"></a>
|
|
2633
|
+
|
|
2634
|
+
## updateCustomerAddress
|
|
2343
2635
|
|
|
2344
2636
|
<GraphQLDoc
|
|
2345
2637
|
type="mutation"
|
|
@@ -2355,7 +2647,9 @@ type Mutation {
|
|
|
2355
2647
|
}`}
|
|
2356
2648
|
</GraphQLDoc>
|
|
2357
2649
|
|
|
2358
|
-
|
|
2650
|
+
<a name="updatecustomergroup"></a>
|
|
2651
|
+
|
|
2652
|
+
## updateCustomerGroup
|
|
2359
2653
|
|
|
2360
2654
|
<GraphQLDoc
|
|
2361
2655
|
type="mutation"
|
|
@@ -2371,7 +2665,9 @@ type Mutation {
|
|
|
2371
2665
|
}`}
|
|
2372
2666
|
</GraphQLDoc>
|
|
2373
2667
|
|
|
2374
|
-
|
|
2668
|
+
<a name="updatecustomernote"></a>
|
|
2669
|
+
|
|
2670
|
+
## updateCustomerNote
|
|
2375
2671
|
|
|
2376
2672
|
<GraphQLDoc
|
|
2377
2673
|
type="mutation"
|
|
@@ -2386,7 +2682,9 @@ type Mutation {
|
|
|
2386
2682
|
}`}
|
|
2387
2683
|
</GraphQLDoc>
|
|
2388
2684
|
|
|
2389
|
-
|
|
2685
|
+
<a name="updatefacet"></a>
|
|
2686
|
+
|
|
2687
|
+
## updateFacet
|
|
2390
2688
|
|
|
2391
2689
|
<GraphQLDoc
|
|
2392
2690
|
type="mutation"
|
|
@@ -2402,7 +2700,9 @@ type Mutation {
|
|
|
2402
2700
|
}`}
|
|
2403
2701
|
</GraphQLDoc>
|
|
2404
2702
|
|
|
2405
|
-
|
|
2703
|
+
<a name="updatefacetvalue"></a>
|
|
2704
|
+
|
|
2705
|
+
## updateFacetValue
|
|
2406
2706
|
|
|
2407
2707
|
<GraphQLDoc
|
|
2408
2708
|
type="mutation"
|
|
@@ -2418,7 +2718,9 @@ type Mutation {
|
|
|
2418
2718
|
}`}
|
|
2419
2719
|
</GraphQLDoc>
|
|
2420
2720
|
|
|
2421
|
-
|
|
2721
|
+
<a name="updatefacetvalues"></a>
|
|
2722
|
+
|
|
2723
|
+
## updateFacetValues
|
|
2422
2724
|
|
|
2423
2725
|
<GraphQLDoc
|
|
2424
2726
|
type="mutation"
|
|
@@ -2434,7 +2736,9 @@ type Mutation {
|
|
|
2434
2736
|
}`}
|
|
2435
2737
|
</GraphQLDoc>
|
|
2436
2738
|
|
|
2437
|
-
|
|
2739
|
+
<a name="updateglobalsettings"></a>
|
|
2740
|
+
|
|
2741
|
+
## updateGlobalSettings
|
|
2438
2742
|
|
|
2439
2743
|
<GraphQLDoc
|
|
2440
2744
|
type="mutation"
|
|
@@ -2449,7 +2753,9 @@ type Mutation {
|
|
|
2449
2753
|
}`}
|
|
2450
2754
|
</GraphQLDoc>
|
|
2451
2755
|
|
|
2452
|
-
|
|
2756
|
+
<a name="updateordernote"></a>
|
|
2757
|
+
|
|
2758
|
+
## updateOrderNote
|
|
2453
2759
|
|
|
2454
2760
|
<GraphQLDoc
|
|
2455
2761
|
type="mutation"
|
|
@@ -2464,7 +2770,9 @@ type Mutation {
|
|
|
2464
2770
|
}`}
|
|
2465
2771
|
</GraphQLDoc>
|
|
2466
2772
|
|
|
2467
|
-
|
|
2773
|
+
<a name="updatepaymentmethod"></a>
|
|
2774
|
+
|
|
2775
|
+
## updatePaymentMethod
|
|
2468
2776
|
|
|
2469
2777
|
<GraphQLDoc
|
|
2470
2778
|
type="mutation"
|
|
@@ -2480,7 +2788,9 @@ type Mutation {
|
|
|
2480
2788
|
}`}
|
|
2481
2789
|
</GraphQLDoc>
|
|
2482
2790
|
|
|
2483
|
-
|
|
2791
|
+
<a name="updateproduct"></a>
|
|
2792
|
+
|
|
2793
|
+
## updateProduct
|
|
2484
2794
|
|
|
2485
2795
|
<GraphQLDoc
|
|
2486
2796
|
type="mutation"
|
|
@@ -2496,7 +2806,9 @@ type Mutation {
|
|
|
2496
2806
|
}`}
|
|
2497
2807
|
</GraphQLDoc>
|
|
2498
2808
|
|
|
2499
|
-
|
|
2809
|
+
<a name="updateproductoption"></a>
|
|
2810
|
+
|
|
2811
|
+
## updateProductOption
|
|
2500
2812
|
|
|
2501
2813
|
<GraphQLDoc
|
|
2502
2814
|
type="mutation"
|
|
@@ -2512,7 +2824,9 @@ type Mutation {
|
|
|
2512
2824
|
}`}
|
|
2513
2825
|
</GraphQLDoc>
|
|
2514
2826
|
|
|
2515
|
-
|
|
2827
|
+
<a name="updateproductoptiongroup"></a>
|
|
2828
|
+
|
|
2829
|
+
## updateProductOptionGroup
|
|
2516
2830
|
|
|
2517
2831
|
<GraphQLDoc
|
|
2518
2832
|
type="mutation"
|
|
@@ -2528,7 +2842,9 @@ type Mutation {
|
|
|
2528
2842
|
}`}
|
|
2529
2843
|
</GraphQLDoc>
|
|
2530
2844
|
|
|
2531
|
-
|
|
2845
|
+
<a name="updateproductvariant"></a>
|
|
2846
|
+
|
|
2847
|
+
## updateProductVariant
|
|
2532
2848
|
|
|
2533
2849
|
<GraphQLDoc
|
|
2534
2850
|
type="mutation"
|
|
@@ -2544,7 +2860,9 @@ type Mutation {
|
|
|
2544
2860
|
}`}
|
|
2545
2861
|
</GraphQLDoc>
|
|
2546
2862
|
|
|
2547
|
-
|
|
2863
|
+
<a name="updateproductvariants"></a>
|
|
2864
|
+
|
|
2865
|
+
## updateProductVariants
|
|
2548
2866
|
|
|
2549
2867
|
<GraphQLDoc
|
|
2550
2868
|
type="mutation"
|
|
@@ -2560,7 +2878,9 @@ type Mutation {
|
|
|
2560
2878
|
}`}
|
|
2561
2879
|
</GraphQLDoc>
|
|
2562
2880
|
|
|
2563
|
-
|
|
2881
|
+
<a name="updateproducts"></a>
|
|
2882
|
+
|
|
2883
|
+
## updateProducts
|
|
2564
2884
|
|
|
2565
2885
|
<GraphQLDoc
|
|
2566
2886
|
type="mutation"
|
|
@@ -2576,7 +2896,9 @@ type Mutation {
|
|
|
2576
2896
|
}`}
|
|
2577
2897
|
</GraphQLDoc>
|
|
2578
2898
|
|
|
2579
|
-
|
|
2899
|
+
<a name="updatepromotion"></a>
|
|
2900
|
+
|
|
2901
|
+
## updatePromotion
|
|
2580
2902
|
|
|
2581
2903
|
<GraphQLDoc
|
|
2582
2904
|
type="mutation"
|
|
@@ -2591,7 +2913,9 @@ type Mutation {
|
|
|
2591
2913
|
}`}
|
|
2592
2914
|
</GraphQLDoc>
|
|
2593
2915
|
|
|
2594
|
-
|
|
2916
|
+
<a name="updateprovince"></a>
|
|
2917
|
+
|
|
2918
|
+
## updateProvince
|
|
2595
2919
|
|
|
2596
2920
|
<GraphQLDoc
|
|
2597
2921
|
type="mutation"
|
|
@@ -2607,7 +2931,9 @@ type Mutation {
|
|
|
2607
2931
|
}`}
|
|
2608
2932
|
</GraphQLDoc>
|
|
2609
2933
|
|
|
2610
|
-
|
|
2934
|
+
<a name="updaterole"></a>
|
|
2935
|
+
|
|
2936
|
+
## updateRole
|
|
2611
2937
|
|
|
2612
2938
|
<GraphQLDoc
|
|
2613
2939
|
type="mutation"
|
|
@@ -2623,7 +2949,9 @@ type Mutation {
|
|
|
2623
2949
|
}`}
|
|
2624
2950
|
</GraphQLDoc>
|
|
2625
2951
|
|
|
2626
|
-
|
|
2952
|
+
<a name="updatescheduledtask"></a>
|
|
2953
|
+
|
|
2954
|
+
## updateScheduledTask
|
|
2627
2955
|
|
|
2628
2956
|
<GraphQLDoc
|
|
2629
2957
|
type="mutation"
|
|
@@ -2638,7 +2966,9 @@ type Mutation {
|
|
|
2638
2966
|
}`}
|
|
2639
2967
|
</GraphQLDoc>
|
|
2640
2968
|
|
|
2641
|
-
|
|
2969
|
+
<a name="updateseller"></a>
|
|
2970
|
+
|
|
2971
|
+
## updateSeller
|
|
2642
2972
|
|
|
2643
2973
|
<GraphQLDoc
|
|
2644
2974
|
type="mutation"
|
|
@@ -2654,7 +2984,9 @@ type Mutation {
|
|
|
2654
2984
|
}`}
|
|
2655
2985
|
</GraphQLDoc>
|
|
2656
2986
|
|
|
2657
|
-
|
|
2987
|
+
<a name="updateshippingmethod"></a>
|
|
2988
|
+
|
|
2989
|
+
## updateShippingMethod
|
|
2658
2990
|
|
|
2659
2991
|
<GraphQLDoc
|
|
2660
2992
|
type="mutation"
|
|
@@ -2670,7 +3002,9 @@ type Mutation {
|
|
|
2670
3002
|
}`}
|
|
2671
3003
|
</GraphQLDoc>
|
|
2672
3004
|
|
|
2673
|
-
|
|
3005
|
+
<a name="updatestocklocation"></a>
|
|
3006
|
+
|
|
3007
|
+
## updateStockLocation
|
|
2674
3008
|
|
|
2675
3009
|
<GraphQLDoc
|
|
2676
3010
|
type="mutation"
|
|
@@ -2685,7 +3019,9 @@ type Mutation {
|
|
|
2685
3019
|
}`}
|
|
2686
3020
|
</GraphQLDoc>
|
|
2687
3021
|
|
|
2688
|
-
|
|
3022
|
+
<a name="updatetag"></a>
|
|
3023
|
+
|
|
3024
|
+
## updateTag
|
|
2689
3025
|
|
|
2690
3026
|
<GraphQLDoc
|
|
2691
3027
|
type="mutation"
|
|
@@ -2701,7 +3037,9 @@ type Mutation {
|
|
|
2701
3037
|
}`}
|
|
2702
3038
|
</GraphQLDoc>
|
|
2703
3039
|
|
|
2704
|
-
|
|
3040
|
+
<a name="updatetaxcategory"></a>
|
|
3041
|
+
|
|
3042
|
+
## updateTaxCategory
|
|
2705
3043
|
|
|
2706
3044
|
<GraphQLDoc
|
|
2707
3045
|
type="mutation"
|
|
@@ -2717,7 +3055,9 @@ type Mutation {
|
|
|
2717
3055
|
}`}
|
|
2718
3056
|
</GraphQLDoc>
|
|
2719
3057
|
|
|
2720
|
-
|
|
3058
|
+
<a name="updatetaxrate"></a>
|
|
3059
|
+
|
|
3060
|
+
## updateTaxRate
|
|
2721
3061
|
|
|
2722
3062
|
<GraphQLDoc
|
|
2723
3063
|
type="mutation"
|
|
@@ -2733,7 +3073,9 @@ type Mutation {
|
|
|
2733
3073
|
}`}
|
|
2734
3074
|
</GraphQLDoc>
|
|
2735
3075
|
|
|
2736
|
-
|
|
3076
|
+
<a name="updatezone"></a>
|
|
3077
|
+
|
|
3078
|
+
## updateZone
|
|
2737
3079
|
|
|
2738
3080
|
<GraphQLDoc
|
|
2739
3081
|
type="mutation"
|