@commercelayer/cli-plugin-triggers 1.3.1 → 2.0.1
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/README.md +82 -82
- package/bin/dev +18 -0
- package/bin/dev.cmd +3 -0
- package/bin/run +3 -3
- package/lib/base.js +4 -4
- package/oclif.manifest.json +1 -1
- package/package.json +13 -14
package/README.md
CHANGED
|
@@ -112,7 +112,7 @@ USAGE
|
|
|
112
112
|
$ commercelayer adyen_payment ID
|
|
113
113
|
|
|
114
114
|
ARGUMENTS
|
|
115
|
-
ID the unique
|
|
115
|
+
ID the unique id of the resource
|
|
116
116
|
|
|
117
117
|
OPTIONS
|
|
118
118
|
-j, --json print result in JSON format
|
|
@@ -132,7 +132,7 @@ USAGE
|
|
|
132
132
|
$ commercelayer adyen_payment:details ID
|
|
133
133
|
|
|
134
134
|
ARGUMENTS
|
|
135
|
-
ID the unique
|
|
135
|
+
ID the unique id of the resource
|
|
136
136
|
|
|
137
137
|
OPTIONS
|
|
138
138
|
-j, --json print result in JSON format
|
|
@@ -152,7 +152,7 @@ USAGE
|
|
|
152
152
|
$ commercelayer authorization ID
|
|
153
153
|
|
|
154
154
|
ARGUMENTS
|
|
155
|
-
ID the unique
|
|
155
|
+
ID the unique id of the resource
|
|
156
156
|
|
|
157
157
|
OPTIONS
|
|
158
158
|
-j, --json print result in JSON format
|
|
@@ -172,7 +172,7 @@ USAGE
|
|
|
172
172
|
$ commercelayer authorization:capture ID
|
|
173
173
|
|
|
174
174
|
ARGUMENTS
|
|
175
|
-
ID the unique
|
|
175
|
+
ID the unique id of the resource
|
|
176
176
|
|
|
177
177
|
OPTIONS
|
|
178
178
|
-j, --json print result in JSON format
|
|
@@ -192,7 +192,7 @@ USAGE
|
|
|
192
192
|
$ commercelayer authorization:capture_amount_cents ID
|
|
193
193
|
|
|
194
194
|
ARGUMENTS
|
|
195
|
-
ID the unique
|
|
195
|
+
ID the unique id of the resource
|
|
196
196
|
|
|
197
197
|
OPTIONS
|
|
198
198
|
-j, --json print result in JSON format
|
|
@@ -212,7 +212,7 @@ USAGE
|
|
|
212
212
|
$ commercelayer authorization:void ID
|
|
213
213
|
|
|
214
214
|
ARGUMENTS
|
|
215
|
-
ID the unique
|
|
215
|
+
ID the unique id of the resource
|
|
216
216
|
|
|
217
217
|
OPTIONS
|
|
218
218
|
-j, --json print result in JSON format
|
|
@@ -232,7 +232,7 @@ USAGE
|
|
|
232
232
|
$ commercelayer bundle ID
|
|
233
233
|
|
|
234
234
|
ARGUMENTS
|
|
235
|
-
ID the unique
|
|
235
|
+
ID the unique id of the resource
|
|
236
236
|
|
|
237
237
|
OPTIONS
|
|
238
238
|
-j, --json print result in JSON format
|
|
@@ -252,7 +252,7 @@ USAGE
|
|
|
252
252
|
$ commercelayer bundle:compute_compare_at_amount ID
|
|
253
253
|
|
|
254
254
|
ARGUMENTS
|
|
255
|
-
ID the unique
|
|
255
|
+
ID the unique id of the resource
|
|
256
256
|
|
|
257
257
|
OPTIONS
|
|
258
258
|
-j, --json print result in JSON format
|
|
@@ -272,7 +272,7 @@ USAGE
|
|
|
272
272
|
$ commercelayer bundle:compute_price_amount ID
|
|
273
273
|
|
|
274
274
|
ARGUMENTS
|
|
275
|
-
ID the unique
|
|
275
|
+
ID the unique id of the resource
|
|
276
276
|
|
|
277
277
|
OPTIONS
|
|
278
278
|
-j, --json print result in JSON format
|
|
@@ -292,7 +292,7 @@ USAGE
|
|
|
292
292
|
$ commercelayer capture ID
|
|
293
293
|
|
|
294
294
|
ARGUMENTS
|
|
295
|
-
ID the unique
|
|
295
|
+
ID the unique id of the resource
|
|
296
296
|
|
|
297
297
|
OPTIONS
|
|
298
298
|
-j, --json print result in JSON format
|
|
@@ -312,7 +312,7 @@ USAGE
|
|
|
312
312
|
$ commercelayer capture:refund ID
|
|
313
313
|
|
|
314
314
|
ARGUMENTS
|
|
315
|
-
ID the unique
|
|
315
|
+
ID the unique id of the resource
|
|
316
316
|
|
|
317
317
|
OPTIONS
|
|
318
318
|
-j, --json print result in JSON format
|
|
@@ -332,7 +332,7 @@ USAGE
|
|
|
332
332
|
$ commercelayer capture:refund_amount_cents ID
|
|
333
333
|
|
|
334
334
|
ARGUMENTS
|
|
335
|
-
ID the unique
|
|
335
|
+
ID the unique id of the resource
|
|
336
336
|
|
|
337
337
|
OPTIONS
|
|
338
338
|
-j, --json print result in JSON format
|
|
@@ -352,7 +352,7 @@ USAGE
|
|
|
352
352
|
$ commercelayer checkout_com_payment ID
|
|
353
353
|
|
|
354
354
|
ARGUMENTS
|
|
355
|
-
ID the unique
|
|
355
|
+
ID the unique id of the resource
|
|
356
356
|
|
|
357
357
|
OPTIONS
|
|
358
358
|
-j, --json print result in JSON format
|
|
@@ -372,7 +372,7 @@ USAGE
|
|
|
372
372
|
$ commercelayer checkout_com_payment:details ID
|
|
373
373
|
|
|
374
374
|
ARGUMENTS
|
|
375
|
-
ID the unique
|
|
375
|
+
ID the unique id of the resource
|
|
376
376
|
|
|
377
377
|
OPTIONS
|
|
378
378
|
-j, --json print result in JSON format
|
|
@@ -392,7 +392,7 @@ USAGE
|
|
|
392
392
|
$ commercelayer checkout_com_payment:refresh ID
|
|
393
393
|
|
|
394
394
|
ARGUMENTS
|
|
395
|
-
ID the unique
|
|
395
|
+
ID the unique id of the resource
|
|
396
396
|
|
|
397
397
|
OPTIONS
|
|
398
398
|
-j, --json print result in JSON format
|
|
@@ -412,7 +412,7 @@ USAGE
|
|
|
412
412
|
$ commercelayer customer_password_reset ID
|
|
413
413
|
|
|
414
414
|
ARGUMENTS
|
|
415
|
-
ID the unique
|
|
415
|
+
ID the unique id of the resource
|
|
416
416
|
|
|
417
417
|
OPTIONS
|
|
418
418
|
-j, --json print result in JSON format
|
|
@@ -432,7 +432,7 @@ USAGE
|
|
|
432
432
|
$ commercelayer customer_password_reset:reset_password_token ID
|
|
433
433
|
|
|
434
434
|
ARGUMENTS
|
|
435
|
-
ID the unique
|
|
435
|
+
ID the unique id of the resource
|
|
436
436
|
|
|
437
437
|
OPTIONS
|
|
438
438
|
-j, --json print result in JSON format
|
|
@@ -452,7 +452,7 @@ USAGE
|
|
|
452
452
|
$ commercelayer gift_card ID
|
|
453
453
|
|
|
454
454
|
ARGUMENTS
|
|
455
|
-
ID the unique
|
|
455
|
+
ID the unique id of the resource
|
|
456
456
|
|
|
457
457
|
OPTIONS
|
|
458
458
|
-j, --json print result in JSON format
|
|
@@ -472,7 +472,7 @@ USAGE
|
|
|
472
472
|
$ commercelayer gift_card:activate ID
|
|
473
473
|
|
|
474
474
|
ARGUMENTS
|
|
475
|
-
ID the unique
|
|
475
|
+
ID the unique id of the resource
|
|
476
476
|
|
|
477
477
|
OPTIONS
|
|
478
478
|
-j, --json print result in JSON format
|
|
@@ -492,7 +492,7 @@ USAGE
|
|
|
492
492
|
$ commercelayer gift_card:balance_change_cents ID
|
|
493
493
|
|
|
494
494
|
ARGUMENTS
|
|
495
|
-
ID the unique
|
|
495
|
+
ID the unique id of the resource
|
|
496
496
|
|
|
497
497
|
OPTIONS
|
|
498
498
|
-j, --json print result in JSON format
|
|
@@ -512,7 +512,7 @@ USAGE
|
|
|
512
512
|
$ commercelayer gift_card:deactivate ID
|
|
513
513
|
|
|
514
514
|
ARGUMENTS
|
|
515
|
-
ID the unique
|
|
515
|
+
ID the unique id of the resource
|
|
516
516
|
|
|
517
517
|
OPTIONS
|
|
518
518
|
-j, --json print result in JSON format
|
|
@@ -532,7 +532,7 @@ USAGE
|
|
|
532
532
|
$ commercelayer gift_card:purchase ID
|
|
533
533
|
|
|
534
534
|
ARGUMENTS
|
|
535
|
-
ID the unique
|
|
535
|
+
ID the unique id of the resource
|
|
536
536
|
|
|
537
537
|
OPTIONS
|
|
538
538
|
-j, --json print result in JSON format
|
|
@@ -552,7 +552,7 @@ USAGE
|
|
|
552
552
|
$ commercelayer in_stock_subscription ID
|
|
553
553
|
|
|
554
554
|
ARGUMENTS
|
|
555
|
-
ID the unique
|
|
555
|
+
ID the unique id of the resource
|
|
556
556
|
|
|
557
557
|
OPTIONS
|
|
558
558
|
-j, --json print result in JSON format
|
|
@@ -572,7 +572,7 @@ USAGE
|
|
|
572
572
|
$ commercelayer in_stock_subscription:activate ID
|
|
573
573
|
|
|
574
574
|
ARGUMENTS
|
|
575
|
-
ID the unique
|
|
575
|
+
ID the unique id of the resource
|
|
576
576
|
|
|
577
577
|
OPTIONS
|
|
578
578
|
-j, --json print result in JSON format
|
|
@@ -592,7 +592,7 @@ USAGE
|
|
|
592
592
|
$ commercelayer in_stock_subscription:deactivate ID
|
|
593
593
|
|
|
594
594
|
ARGUMENTS
|
|
595
|
-
ID the unique
|
|
595
|
+
ID the unique id of the resource
|
|
596
596
|
|
|
597
597
|
OPTIONS
|
|
598
598
|
-j, --json print result in JSON format
|
|
@@ -612,7 +612,7 @@ USAGE
|
|
|
612
612
|
$ commercelayer klarna_payment ID
|
|
613
613
|
|
|
614
614
|
ARGUMENTS
|
|
615
|
-
ID the unique
|
|
615
|
+
ID the unique id of the resource
|
|
616
616
|
|
|
617
617
|
OPTIONS
|
|
618
618
|
-j, --json print result in JSON format
|
|
@@ -632,7 +632,7 @@ USAGE
|
|
|
632
632
|
$ commercelayer klarna_payment:update ID
|
|
633
633
|
|
|
634
634
|
ARGUMENTS
|
|
635
|
-
ID the unique
|
|
635
|
+
ID the unique id of the resource
|
|
636
636
|
|
|
637
637
|
OPTIONS
|
|
638
638
|
-j, --json print result in JSON format
|
|
@@ -652,7 +652,7 @@ USAGE
|
|
|
652
652
|
$ commercelayer order ID
|
|
653
653
|
|
|
654
654
|
ARGUMENTS
|
|
655
|
-
ID the unique
|
|
655
|
+
ID the unique id of the resource
|
|
656
656
|
|
|
657
657
|
OPTIONS
|
|
658
658
|
-j, --json print result in JSON format
|
|
@@ -672,7 +672,7 @@ USAGE
|
|
|
672
672
|
$ commercelayer order:approve ID
|
|
673
673
|
|
|
674
674
|
ARGUMENTS
|
|
675
|
-
ID the unique
|
|
675
|
+
ID the unique id of the resource
|
|
676
676
|
|
|
677
677
|
OPTIONS
|
|
678
678
|
-j, --json print result in JSON format
|
|
@@ -692,7 +692,7 @@ USAGE
|
|
|
692
692
|
$ commercelayer order:approve_and_capture ID
|
|
693
693
|
|
|
694
694
|
ARGUMENTS
|
|
695
|
-
ID the unique
|
|
695
|
+
ID the unique id of the resource
|
|
696
696
|
|
|
697
697
|
OPTIONS
|
|
698
698
|
-j, --json print result in JSON format
|
|
@@ -712,7 +712,7 @@ USAGE
|
|
|
712
712
|
$ commercelayer order:archive ID
|
|
713
713
|
|
|
714
714
|
ARGUMENTS
|
|
715
|
-
ID the unique
|
|
715
|
+
ID the unique id of the resource
|
|
716
716
|
|
|
717
717
|
OPTIONS
|
|
718
718
|
-j, --json print result in JSON format
|
|
@@ -732,7 +732,7 @@ USAGE
|
|
|
732
732
|
$ commercelayer order:authorization_amount_cents ID
|
|
733
733
|
|
|
734
734
|
ARGUMENTS
|
|
735
|
-
ID the unique
|
|
735
|
+
ID the unique id of the resource
|
|
736
736
|
|
|
737
737
|
OPTIONS
|
|
738
738
|
-j, --json print result in JSON format
|
|
@@ -752,7 +752,7 @@ USAGE
|
|
|
752
752
|
$ commercelayer order:authorize ID
|
|
753
753
|
|
|
754
754
|
ARGUMENTS
|
|
755
|
-
ID the unique
|
|
755
|
+
ID the unique id of the resource
|
|
756
756
|
|
|
757
757
|
OPTIONS
|
|
758
758
|
-j, --json print result in JSON format
|
|
@@ -772,7 +772,7 @@ USAGE
|
|
|
772
772
|
$ commercelayer order:billing_address_clone_id ID
|
|
773
773
|
|
|
774
774
|
ARGUMENTS
|
|
775
|
-
ID the unique
|
|
775
|
+
ID the unique id of the resource
|
|
776
776
|
|
|
777
777
|
OPTIONS
|
|
778
778
|
-j, --json print result in JSON format
|
|
@@ -793,7 +793,7 @@ USAGE
|
|
|
793
793
|
$ commercelayer order:billing_address_same_as_shipping ID
|
|
794
794
|
|
|
795
795
|
ARGUMENTS
|
|
796
|
-
ID the unique
|
|
796
|
+
ID the unique id of the resource
|
|
797
797
|
|
|
798
798
|
OPTIONS
|
|
799
799
|
-j, --json print result in JSON format
|
|
@@ -813,7 +813,7 @@ USAGE
|
|
|
813
813
|
$ commercelayer order:cancel ID
|
|
814
814
|
|
|
815
815
|
ARGUMENTS
|
|
816
|
-
ID the unique
|
|
816
|
+
ID the unique id of the resource
|
|
817
817
|
|
|
818
818
|
OPTIONS
|
|
819
819
|
-j, --json print result in JSON format
|
|
@@ -833,7 +833,7 @@ USAGE
|
|
|
833
833
|
$ commercelayer order:capture ID
|
|
834
834
|
|
|
835
835
|
ARGUMENTS
|
|
836
|
-
ID the unique
|
|
836
|
+
ID the unique id of the resource
|
|
837
837
|
|
|
838
838
|
OPTIONS
|
|
839
839
|
-j, --json print result in JSON format
|
|
@@ -853,7 +853,7 @@ USAGE
|
|
|
853
853
|
$ commercelayer order:customer_payment_source_id ID
|
|
854
854
|
|
|
855
855
|
ARGUMENTS
|
|
856
|
-
ID the unique
|
|
856
|
+
ID the unique id of the resource
|
|
857
857
|
|
|
858
858
|
OPTIONS
|
|
859
859
|
-j, --json print result in JSON format
|
|
@@ -874,7 +874,7 @@ USAGE
|
|
|
874
874
|
$ commercelayer order:place ID
|
|
875
875
|
|
|
876
876
|
ARGUMENTS
|
|
877
|
-
ID the unique
|
|
877
|
+
ID the unique id of the resource
|
|
878
878
|
|
|
879
879
|
OPTIONS
|
|
880
880
|
-j, --json print result in JSON format
|
|
@@ -894,7 +894,7 @@ USAGE
|
|
|
894
894
|
$ commercelayer order:refresh ID
|
|
895
895
|
|
|
896
896
|
ARGUMENTS
|
|
897
|
-
ID the unique
|
|
897
|
+
ID the unique id of the resource
|
|
898
898
|
|
|
899
899
|
OPTIONS
|
|
900
900
|
-j, --json print result in JSON format
|
|
@@ -914,7 +914,7 @@ USAGE
|
|
|
914
914
|
$ commercelayer order:refund ID
|
|
915
915
|
|
|
916
916
|
ARGUMENTS
|
|
917
|
-
ID the unique
|
|
917
|
+
ID the unique id of the resource
|
|
918
918
|
|
|
919
919
|
OPTIONS
|
|
920
920
|
-j, --json print result in JSON format
|
|
@@ -934,7 +934,7 @@ USAGE
|
|
|
934
934
|
$ commercelayer order:save_billing_address_to_customer_address_book ID
|
|
935
935
|
|
|
936
936
|
ARGUMENTS
|
|
937
|
-
ID the unique
|
|
937
|
+
ID the unique id of the resource
|
|
938
938
|
|
|
939
939
|
OPTIONS
|
|
940
940
|
-j, --json print result in JSON format
|
|
@@ -954,7 +954,7 @@ USAGE
|
|
|
954
954
|
$ commercelayer order:save_payment_source_to_customer_wallet ID
|
|
955
955
|
|
|
956
956
|
ARGUMENTS
|
|
957
|
-
ID the unique
|
|
957
|
+
ID the unique id of the resource
|
|
958
958
|
|
|
959
959
|
OPTIONS
|
|
960
960
|
-j, --json print result in JSON format
|
|
@@ -974,7 +974,7 @@ USAGE
|
|
|
974
974
|
$ commercelayer order:save_shipping_address_to_customer_address_book ID
|
|
975
975
|
|
|
976
976
|
ARGUMENTS
|
|
977
|
-
ID the unique
|
|
977
|
+
ID the unique id of the resource
|
|
978
978
|
|
|
979
979
|
OPTIONS
|
|
980
980
|
-j, --json print result in JSON format
|
|
@@ -994,7 +994,7 @@ USAGE
|
|
|
994
994
|
$ commercelayer order:shipping_address_clone_id ID
|
|
995
995
|
|
|
996
996
|
ARGUMENTS
|
|
997
|
-
ID the unique
|
|
997
|
+
ID the unique id of the resource
|
|
998
998
|
|
|
999
999
|
OPTIONS
|
|
1000
1000
|
-j, --json print result in JSON format
|
|
@@ -1015,7 +1015,7 @@ USAGE
|
|
|
1015
1015
|
$ commercelayer order:shipping_address_same_as_billing ID
|
|
1016
1016
|
|
|
1017
1017
|
ARGUMENTS
|
|
1018
|
-
ID the unique
|
|
1018
|
+
ID the unique id of the resource
|
|
1019
1019
|
|
|
1020
1020
|
OPTIONS
|
|
1021
1021
|
-j, --json print result in JSON format
|
|
@@ -1035,7 +1035,7 @@ USAGE
|
|
|
1035
1035
|
$ commercelayer order:unarchive ID
|
|
1036
1036
|
|
|
1037
1037
|
ARGUMENTS
|
|
1038
|
-
ID the unique
|
|
1038
|
+
ID the unique id of the resource
|
|
1039
1039
|
|
|
1040
1040
|
OPTIONS
|
|
1041
1041
|
-j, --json print result in JSON format
|
|
@@ -1055,7 +1055,7 @@ USAGE
|
|
|
1055
1055
|
$ commercelayer order:update_taxes ID
|
|
1056
1056
|
|
|
1057
1057
|
ARGUMENTS
|
|
1058
|
-
ID the unique
|
|
1058
|
+
ID the unique id of the resource
|
|
1059
1059
|
|
|
1060
1060
|
OPTIONS
|
|
1061
1061
|
-j, --json print result in JSON format
|
|
@@ -1075,7 +1075,7 @@ USAGE
|
|
|
1075
1075
|
$ commercelayer order_subscription ID
|
|
1076
1076
|
|
|
1077
1077
|
ARGUMENTS
|
|
1078
|
-
ID the unique
|
|
1078
|
+
ID the unique id of the resource
|
|
1079
1079
|
|
|
1080
1080
|
OPTIONS
|
|
1081
1081
|
-j, --json print result in JSON format
|
|
@@ -1095,7 +1095,7 @@ USAGE
|
|
|
1095
1095
|
$ commercelayer order_subscription:activate ID
|
|
1096
1096
|
|
|
1097
1097
|
ARGUMENTS
|
|
1098
|
-
ID the unique
|
|
1098
|
+
ID the unique id of the resource
|
|
1099
1099
|
|
|
1100
1100
|
OPTIONS
|
|
1101
1101
|
-j, --json print result in JSON format
|
|
@@ -1115,7 +1115,7 @@ USAGE
|
|
|
1115
1115
|
$ commercelayer order_subscription:cancel ID
|
|
1116
1116
|
|
|
1117
1117
|
ARGUMENTS
|
|
1118
|
-
ID the unique
|
|
1118
|
+
ID the unique id of the resource
|
|
1119
1119
|
|
|
1120
1120
|
OPTIONS
|
|
1121
1121
|
-j, --json print result in JSON format
|
|
@@ -1135,7 +1135,7 @@ USAGE
|
|
|
1135
1135
|
$ commercelayer order_subscription:deactivate ID
|
|
1136
1136
|
|
|
1137
1137
|
ARGUMENTS
|
|
1138
|
-
ID the unique
|
|
1138
|
+
ID the unique id of the resource
|
|
1139
1139
|
|
|
1140
1140
|
OPTIONS
|
|
1141
1141
|
-j, --json print result in JSON format
|
|
@@ -1155,7 +1155,7 @@ USAGE
|
|
|
1155
1155
|
$ commercelayer return ID
|
|
1156
1156
|
|
|
1157
1157
|
ARGUMENTS
|
|
1158
|
-
ID the unique
|
|
1158
|
+
ID the unique id of the resource
|
|
1159
1159
|
|
|
1160
1160
|
OPTIONS
|
|
1161
1161
|
-j, --json print result in JSON format
|
|
@@ -1175,7 +1175,7 @@ USAGE
|
|
|
1175
1175
|
$ commercelayer return:approve ID
|
|
1176
1176
|
|
|
1177
1177
|
ARGUMENTS
|
|
1178
|
-
ID the unique
|
|
1178
|
+
ID the unique id of the resource
|
|
1179
1179
|
|
|
1180
1180
|
OPTIONS
|
|
1181
1181
|
-j, --json print result in JSON format
|
|
@@ -1195,7 +1195,7 @@ USAGE
|
|
|
1195
1195
|
$ commercelayer return:archive ID
|
|
1196
1196
|
|
|
1197
1197
|
ARGUMENTS
|
|
1198
|
-
ID the unique
|
|
1198
|
+
ID the unique id of the resource
|
|
1199
1199
|
|
|
1200
1200
|
OPTIONS
|
|
1201
1201
|
-j, --json print result in JSON format
|
|
@@ -1215,7 +1215,7 @@ USAGE
|
|
|
1215
1215
|
$ commercelayer return:cancel ID
|
|
1216
1216
|
|
|
1217
1217
|
ARGUMENTS
|
|
1218
|
-
ID the unique
|
|
1218
|
+
ID the unique id of the resource
|
|
1219
1219
|
|
|
1220
1220
|
OPTIONS
|
|
1221
1221
|
-j, --json print result in JSON format
|
|
@@ -1235,7 +1235,7 @@ USAGE
|
|
|
1235
1235
|
$ commercelayer return:receive ID
|
|
1236
1236
|
|
|
1237
1237
|
ARGUMENTS
|
|
1238
|
-
ID the unique
|
|
1238
|
+
ID the unique id of the resource
|
|
1239
1239
|
|
|
1240
1240
|
OPTIONS
|
|
1241
1241
|
-j, --json print result in JSON format
|
|
@@ -1255,7 +1255,7 @@ USAGE
|
|
|
1255
1255
|
$ commercelayer return:reject ID
|
|
1256
1256
|
|
|
1257
1257
|
ARGUMENTS
|
|
1258
|
-
ID the unique
|
|
1258
|
+
ID the unique id of the resource
|
|
1259
1259
|
|
|
1260
1260
|
OPTIONS
|
|
1261
1261
|
-j, --json print result in JSON format
|
|
@@ -1275,7 +1275,7 @@ USAGE
|
|
|
1275
1275
|
$ commercelayer return:request ID
|
|
1276
1276
|
|
|
1277
1277
|
ARGUMENTS
|
|
1278
|
-
ID the unique
|
|
1278
|
+
ID the unique id of the resource
|
|
1279
1279
|
|
|
1280
1280
|
OPTIONS
|
|
1281
1281
|
-j, --json print result in JSON format
|
|
@@ -1295,7 +1295,7 @@ USAGE
|
|
|
1295
1295
|
$ commercelayer return:restock ID
|
|
1296
1296
|
|
|
1297
1297
|
ARGUMENTS
|
|
1298
|
-
ID the unique
|
|
1298
|
+
ID the unique id of the resource
|
|
1299
1299
|
|
|
1300
1300
|
OPTIONS
|
|
1301
1301
|
-j, --json print result in JSON format
|
|
@@ -1315,7 +1315,7 @@ USAGE
|
|
|
1315
1315
|
$ commercelayer return:ship ID
|
|
1316
1316
|
|
|
1317
1317
|
ARGUMENTS
|
|
1318
|
-
ID the unique
|
|
1318
|
+
ID the unique id of the resource
|
|
1319
1319
|
|
|
1320
1320
|
OPTIONS
|
|
1321
1321
|
-j, --json print result in JSON format
|
|
@@ -1335,7 +1335,7 @@ USAGE
|
|
|
1335
1335
|
$ commercelayer return:unarchive ID
|
|
1336
1336
|
|
|
1337
1337
|
ARGUMENTS
|
|
1338
|
-
ID the unique
|
|
1338
|
+
ID the unique id of the resource
|
|
1339
1339
|
|
|
1340
1340
|
OPTIONS
|
|
1341
1341
|
-j, --json print result in JSON format
|
|
@@ -1355,7 +1355,7 @@ USAGE
|
|
|
1355
1355
|
$ commercelayer return_line_item ID
|
|
1356
1356
|
|
|
1357
1357
|
ARGUMENTS
|
|
1358
|
-
ID the unique
|
|
1358
|
+
ID the unique id of the resource
|
|
1359
1359
|
|
|
1360
1360
|
OPTIONS
|
|
1361
1361
|
-j, --json print result in JSON format
|
|
@@ -1375,7 +1375,7 @@ USAGE
|
|
|
1375
1375
|
$ commercelayer return_line_item:restock ID
|
|
1376
1376
|
|
|
1377
1377
|
ARGUMENTS
|
|
1378
|
-
ID the unique
|
|
1378
|
+
ID the unique id of the resource
|
|
1379
1379
|
|
|
1380
1380
|
OPTIONS
|
|
1381
1381
|
-j, --json print result in JSON format
|
|
@@ -1395,7 +1395,7 @@ USAGE
|
|
|
1395
1395
|
$ commercelayer shipment ID
|
|
1396
1396
|
|
|
1397
1397
|
ARGUMENTS
|
|
1398
|
-
ID the unique
|
|
1398
|
+
ID the unique id of the resource
|
|
1399
1399
|
|
|
1400
1400
|
OPTIONS
|
|
1401
1401
|
-j, --json print result in JSON format
|
|
@@ -1415,7 +1415,7 @@ USAGE
|
|
|
1415
1415
|
$ commercelayer shipment:get_rates ID
|
|
1416
1416
|
|
|
1417
1417
|
ARGUMENTS
|
|
1418
|
-
ID the unique
|
|
1418
|
+
ID the unique id of the resource
|
|
1419
1419
|
|
|
1420
1420
|
OPTIONS
|
|
1421
1421
|
-j, --json print result in JSON format
|
|
@@ -1435,7 +1435,7 @@ USAGE
|
|
|
1435
1435
|
$ commercelayer shipment:on_hold ID
|
|
1436
1436
|
|
|
1437
1437
|
ARGUMENTS
|
|
1438
|
-
ID the unique
|
|
1438
|
+
ID the unique id of the resource
|
|
1439
1439
|
|
|
1440
1440
|
OPTIONS
|
|
1441
1441
|
-j, --json print result in JSON format
|
|
@@ -1455,7 +1455,7 @@ USAGE
|
|
|
1455
1455
|
$ commercelayer shipment:packing ID
|
|
1456
1456
|
|
|
1457
1457
|
ARGUMENTS
|
|
1458
|
-
ID the unique
|
|
1458
|
+
ID the unique id of the resource
|
|
1459
1459
|
|
|
1460
1460
|
OPTIONS
|
|
1461
1461
|
-j, --json print result in JSON format
|
|
@@ -1475,7 +1475,7 @@ USAGE
|
|
|
1475
1475
|
$ commercelayer shipment:picking ID
|
|
1476
1476
|
|
|
1477
1477
|
ARGUMENTS
|
|
1478
|
-
ID the unique
|
|
1478
|
+
ID the unique id of the resource
|
|
1479
1479
|
|
|
1480
1480
|
OPTIONS
|
|
1481
1481
|
-j, --json print result in JSON format
|
|
@@ -1495,7 +1495,7 @@ USAGE
|
|
|
1495
1495
|
$ commercelayer shipment:purchase ID
|
|
1496
1496
|
|
|
1497
1497
|
ARGUMENTS
|
|
1498
|
-
ID the unique
|
|
1498
|
+
ID the unique id of the resource
|
|
1499
1499
|
|
|
1500
1500
|
OPTIONS
|
|
1501
1501
|
-j, --json print result in JSON format
|
|
@@ -1515,7 +1515,7 @@ USAGE
|
|
|
1515
1515
|
$ commercelayer shipment:ready_to_ship ID
|
|
1516
1516
|
|
|
1517
1517
|
ARGUMENTS
|
|
1518
|
-
ID the unique
|
|
1518
|
+
ID the unique id of the resource
|
|
1519
1519
|
|
|
1520
1520
|
OPTIONS
|
|
1521
1521
|
-j, --json print result in JSON format
|
|
@@ -1535,7 +1535,7 @@ USAGE
|
|
|
1535
1535
|
$ commercelayer shipment:ship ID
|
|
1536
1536
|
|
|
1537
1537
|
ARGUMENTS
|
|
1538
|
-
ID the unique
|
|
1538
|
+
ID the unique id of the resource
|
|
1539
1539
|
|
|
1540
1540
|
OPTIONS
|
|
1541
1541
|
-j, --json print result in JSON format
|
|
@@ -1555,7 +1555,7 @@ USAGE
|
|
|
1555
1555
|
$ commercelayer stock_transfer ID
|
|
1556
1556
|
|
|
1557
1557
|
ARGUMENTS
|
|
1558
|
-
ID the unique
|
|
1558
|
+
ID the unique id of the resource
|
|
1559
1559
|
|
|
1560
1560
|
OPTIONS
|
|
1561
1561
|
-j, --json print result in JSON format
|
|
@@ -1575,7 +1575,7 @@ USAGE
|
|
|
1575
1575
|
$ commercelayer stock_transfer:cancel ID
|
|
1576
1576
|
|
|
1577
1577
|
ARGUMENTS
|
|
1578
|
-
ID the unique
|
|
1578
|
+
ID the unique id of the resource
|
|
1579
1579
|
|
|
1580
1580
|
OPTIONS
|
|
1581
1581
|
-j, --json print result in JSON format
|
|
@@ -1595,7 +1595,7 @@ USAGE
|
|
|
1595
1595
|
$ commercelayer stock_transfer:complete ID
|
|
1596
1596
|
|
|
1597
1597
|
ARGUMENTS
|
|
1598
|
-
ID the unique
|
|
1598
|
+
ID the unique id of the resource
|
|
1599
1599
|
|
|
1600
1600
|
OPTIONS
|
|
1601
1601
|
-j, --json print result in JSON format
|
|
@@ -1615,7 +1615,7 @@ USAGE
|
|
|
1615
1615
|
$ commercelayer stock_transfer:in_transit ID
|
|
1616
1616
|
|
|
1617
1617
|
ARGUMENTS
|
|
1618
|
-
ID the unique
|
|
1618
|
+
ID the unique id of the resource
|
|
1619
1619
|
|
|
1620
1620
|
OPTIONS
|
|
1621
1621
|
-j, --json print result in JSON format
|
|
@@ -1635,7 +1635,7 @@ USAGE
|
|
|
1635
1635
|
$ commercelayer stock_transfer:picking ID
|
|
1636
1636
|
|
|
1637
1637
|
ARGUMENTS
|
|
1638
|
-
ID the unique
|
|
1638
|
+
ID the unique id of the resource
|
|
1639
1639
|
|
|
1640
1640
|
OPTIONS
|
|
1641
1641
|
-j, --json print result in JSON format
|
|
@@ -1655,7 +1655,7 @@ USAGE
|
|
|
1655
1655
|
$ commercelayer stock_transfer:upcoming ID
|
|
1656
1656
|
|
|
1657
1657
|
ARGUMENTS
|
|
1658
|
-
ID the unique
|
|
1658
|
+
ID the unique id of the resource
|
|
1659
1659
|
|
|
1660
1660
|
OPTIONS
|
|
1661
1661
|
-j, --json print result in JSON format
|
|
@@ -1675,7 +1675,7 @@ USAGE
|
|
|
1675
1675
|
$ commercelayer stripe_payment ID
|
|
1676
1676
|
|
|
1677
1677
|
ARGUMENTS
|
|
1678
|
-
ID the unique
|
|
1678
|
+
ID the unique id of the resource
|
|
1679
1679
|
|
|
1680
1680
|
OPTIONS
|
|
1681
1681
|
-j, --json print result in JSON format
|
|
@@ -1695,7 +1695,7 @@ USAGE
|
|
|
1695
1695
|
$ commercelayer stripe_payment:refresh ID
|
|
1696
1696
|
|
|
1697
1697
|
ARGUMENTS
|
|
1698
|
-
ID the unique
|
|
1698
|
+
ID the unique id of the resource
|
|
1699
1699
|
|
|
1700
1700
|
OPTIONS
|
|
1701
1701
|
-j, --json print result in JSON format
|
|
@@ -1715,7 +1715,7 @@ USAGE
|
|
|
1715
1715
|
$ commercelayer webhook ID
|
|
1716
1716
|
|
|
1717
1717
|
ARGUMENTS
|
|
1718
|
-
ID the unique
|
|
1718
|
+
ID the unique id of the resource
|
|
1719
1719
|
|
|
1720
1720
|
OPTIONS
|
|
1721
1721
|
-j, --json print result in JSON format
|
|
@@ -1735,7 +1735,7 @@ USAGE
|
|
|
1735
1735
|
$ commercelayer webhook:reset_circuit ID
|
|
1736
1736
|
|
|
1737
1737
|
ARGUMENTS
|
|
1738
|
-
ID the unique
|
|
1738
|
+
ID the unique id of the resource
|
|
1739
1739
|
|
|
1740
1740
|
OPTIONS
|
|
1741
1741
|
-j, --json print result in JSON format
|