@commercelayer/cli-plugin-triggers 3.1.1 → 3.1.2

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 CHANGED
@@ -107,7 +107,7 @@ Commerce Layer CLI Triggers plugin
107
107
 
108
108
  Execute an action on a resource of type adyen_payments.
109
109
 
110
- ```
110
+ ```sh-session
111
111
  USAGE
112
112
  $ commercelayer adyen_payment [ID] -o <value> [-u [-j -p]]
113
113
 
@@ -130,7 +130,7 @@ _See code: [src/commands/adyen_payment/index.ts](https://github.com/commercelaye
130
130
 
131
131
  Send this attribute if you want to send additional details the payment request.
132
132
 
133
- ```
133
+ ```sh-session
134
134
  USAGE
135
135
  $ commercelayer adyen_payment:details [ID] -o <value> [-u [-j -p]]
136
136
 
@@ -153,7 +153,7 @@ _See code: [src/commands/adyen_payment/details.ts](https://github.com/commercela
153
153
 
154
154
  Execute an action on a resource of type authorizations.
155
155
 
156
- ```
156
+ ```sh-session
157
157
  USAGE
158
158
  $ commercelayer authorization [ID] -o <value> [-u [-j -p]]
159
159
 
@@ -176,7 +176,7 @@ _See code: [src/commands/authorization/index.ts](https://github.com/commercelaye
176
176
 
177
177
  Send this attribute if you want to create a capture for this authorization.
178
178
 
179
- ```
179
+ ```sh-session
180
180
  USAGE
181
181
  $ commercelayer authorization:capture [ID] -o <value> [-u [-j -p]]
182
182
 
@@ -199,7 +199,7 @@ _See code: [src/commands/authorization/capture.ts](https://github.com/commercela
199
199
 
200
200
  The associated capture amount, in cents.
201
201
 
202
- ```
202
+ ```sh-session
203
203
  USAGE
204
204
  $ commercelayer authorization:capture_amount_cents [ID] -o <value> [-u [-j -p]]
205
205
 
@@ -222,7 +222,7 @@ _See code: [src/commands/authorization/capture_amount_cents.ts](https://github.c
222
222
 
223
223
  Send this attribute if you want to create a void for this authorization.
224
224
 
225
- ```
225
+ ```sh-session
226
226
  USAGE
227
227
  $ commercelayer authorization:void [ID] -o <value> [-u [-j -p]]
228
228
 
@@ -245,7 +245,7 @@ _See code: [src/commands/authorization/void.ts](https://github.com/commercelayer
245
245
 
246
246
  Execute an action on a resource of type bundles.
247
247
 
248
- ```
248
+ ```sh-session
249
249
  USAGE
250
250
  $ commercelayer bundle [ID] -o <value> [-u [-j -p]]
251
251
 
@@ -268,7 +268,7 @@ _See code: [src/commands/bundle/index.ts](https://github.com/commercelayer/comme
268
268
 
269
269
  Send this attribute if you want to compute the compare_at_amount_cents as the sum of the prices of the bundle SKUs for the market.
270
270
 
271
- ```
271
+ ```sh-session
272
272
  USAGE
273
273
  $ commercelayer bundle:compute_compare_at_amount [ID] -o <value> [-u [-j -p]]
274
274
 
@@ -292,7 +292,7 @@ _See code: [src/commands/bundle/compute_compare_at_amount.ts](https://github.com
292
292
 
293
293
  Send this attribute if you want to compute the price_amount_cents as the sum of the prices of the bundle SKUs for the market.
294
294
 
295
- ```
295
+ ```sh-session
296
296
  USAGE
297
297
  $ commercelayer bundle:compute_price_amount [ID] -o <value> [-u [-j -p]]
298
298
 
@@ -316,7 +316,7 @@ _See code: [src/commands/bundle/compute_price_amount.ts](https://github.com/comm
316
316
 
317
317
  Execute an action on a resource of type captures.
318
318
 
319
- ```
319
+ ```sh-session
320
320
  USAGE
321
321
  $ commercelayer capture [ID] -o <value> [-u [-j -p]]
322
322
 
@@ -339,7 +339,7 @@ _See code: [src/commands/capture/index.ts](https://github.com/commercelayer/comm
339
339
 
340
340
  Send this attribute if you want to create a refund for this capture.
341
341
 
342
- ```
342
+ ```sh-session
343
343
  USAGE
344
344
  $ commercelayer capture:refund [ID] -o <value> [-u [-j -p]]
345
345
 
@@ -362,7 +362,7 @@ _See code: [src/commands/capture/refund.ts](https://github.com/commercelayer/com
362
362
 
363
363
  The associated refund amount, in cents.
364
364
 
365
- ```
365
+ ```sh-session
366
366
  USAGE
367
367
  $ commercelayer capture:refund_amount_cents [ID] -o <value> [-u [-j -p]]
368
368
 
@@ -385,7 +385,7 @@ _See code: [src/commands/capture/refund_amount_cents.ts](https://github.com/comm
385
385
 
386
386
  Execute an action on a resource of type checkout_com_payments.
387
387
 
388
- ```
388
+ ```sh-session
389
389
  USAGE
390
390
  $ commercelayer checkout_com_payment [ID] -o <value> [-u [-j -p]]
391
391
 
@@ -408,7 +408,7 @@ _See code: [src/commands/checkout_com_payment/index.ts](https://github.com/comme
408
408
 
409
409
  Send this attribute if you want to send additional details the payment request (i.e. upon 3DS check).
410
410
 
411
- ```
411
+ ```sh-session
412
412
  USAGE
413
413
  $ commercelayer checkout_com_payment:details [ID] -o <value> [-u [-j -p]]
414
414
 
@@ -431,7 +431,7 @@ _See code: [src/commands/checkout_com_payment/details.ts](https://github.com/com
431
431
 
432
432
  Send this attribute if you want to refresh all the pending transactions, can be used as webhooks fallback logic.
433
433
 
434
- ```
434
+ ```sh-session
435
435
  USAGE
436
436
  $ commercelayer checkout_com_payment:refresh [ID] -o <value> [-u [-j -p]]
437
437
 
@@ -454,7 +454,7 @@ _See code: [src/commands/checkout_com_payment/refresh.ts](https://github.com/com
454
454
 
455
455
  Execute an action on a resource of type customer_password_resets.
456
456
 
457
- ```
457
+ ```sh-session
458
458
  USAGE
459
459
  $ commercelayer customer_password_reset [ID] -o <value> [-u [-j -p]]
460
460
 
@@ -477,7 +477,7 @@ _See code: [src/commands/customer_password_reset/index.ts](https://github.com/co
477
477
 
478
478
  Send the 'reset_password_token' that you got on create when updating the customer password.
479
479
 
480
- ```
480
+ ```sh-session
481
481
  USAGE
482
482
  $ commercelayer customer_password_reset:reset_password_token [ID] -o <value> [-u [-j -p]]
483
483
 
@@ -500,7 +500,7 @@ _See code: [src/commands/customer_password_reset/reset_password_token.ts](https:
500
500
 
501
501
  Execute an action on a resource of type gift_cards.
502
502
 
503
- ```
503
+ ```sh-session
504
504
  USAGE
505
505
  $ commercelayer gift_card [ID] -o <value> [-u [-j -p]]
506
506
 
@@ -523,7 +523,7 @@ _See code: [src/commands/gift_card/index.ts](https://github.com/commercelayer/co
523
523
 
524
524
  Send this attribute if you want to activate a gift card.
525
525
 
526
- ```
526
+ ```sh-session
527
527
  USAGE
528
528
  $ commercelayer gift_card:activate [ID] -o <value> [-u [-j -p]]
529
529
 
@@ -546,7 +546,7 @@ _See code: [src/commands/gift_card/activate.ts](https://github.com/commercelayer
546
546
 
547
547
  The balance change, in cents. Send a negative value to reduces the card balance by the specified amount. Send a positive value to recharge the gift card (if rechargeable).
548
548
 
549
- ```
549
+ ```sh-session
550
550
  USAGE
551
551
  $ commercelayer gift_card:balance_change_cents [ID] -o <value> [-u [-j -p]]
552
552
 
@@ -570,7 +570,7 @@ _See code: [src/commands/gift_card/balance_change_cents.ts](https://github.com/c
570
570
 
571
571
  Send this attribute if you want to deactivate a gift card.
572
572
 
573
- ```
573
+ ```sh-session
574
574
  USAGE
575
575
  $ commercelayer gift_card:deactivate [ID] -o <value> [-u [-j -p]]
576
576
 
@@ -593,7 +593,7 @@ _See code: [src/commands/gift_card/deactivate.ts](https://github.com/commercelay
593
593
 
594
594
  Send this attribute if you want to confirm a draft gift card. The gift card becomes 'inactive', waiting to be activated.
595
595
 
596
- ```
596
+ ```sh-session
597
597
  USAGE
598
598
  $ commercelayer gift_card:purchase [ID] -o <value> [-u [-j -p]]
599
599
 
@@ -617,7 +617,7 @@ _See code: [src/commands/gift_card/purchase.ts](https://github.com/commercelayer
617
617
 
618
618
  Execute an action on a resource of type in_stock_subscriptions.
619
619
 
620
- ```
620
+ ```sh-session
621
621
  USAGE
622
622
  $ commercelayer in_stock_subscription [ID] -o <value> [-u [-j -p]]
623
623
 
@@ -640,7 +640,7 @@ _See code: [src/commands/in_stock_subscription/index.ts](https://github.com/comm
640
640
 
641
641
  Send this attribute if you want to activate an inactive subscription.
642
642
 
643
- ```
643
+ ```sh-session
644
644
  USAGE
645
645
  $ commercelayer in_stock_subscription:activate [ID] -o <value> [-u [-j -p]]
646
646
 
@@ -663,7 +663,7 @@ _See code: [src/commands/in_stock_subscription/activate.ts](https://github.com/c
663
663
 
664
664
  Send this attribute if you want to dactivate an active subscription.
665
665
 
666
- ```
666
+ ```sh-session
667
667
  USAGE
668
668
  $ commercelayer in_stock_subscription:deactivate [ID] -o <value> [-u [-j -p]]
669
669
 
@@ -686,7 +686,7 @@ _See code: [src/commands/in_stock_subscription/deactivate.ts](https://github.com
686
686
 
687
687
  Execute an action on a resource of type klarna_payments.
688
688
 
689
- ```
689
+ ```sh-session
690
690
  USAGE
691
691
  $ commercelayer klarna_payment [ID] -o <value> [-u [-j -p]]
692
692
 
@@ -709,7 +709,7 @@ _See code: [src/commands/klarna_payment/index.ts](https://github.com/commercelay
709
709
 
710
710
  Send this attribute if you want to update the payment session with fresh order data.
711
711
 
712
- ```
712
+ ```sh-session
713
713
  USAGE
714
714
  $ commercelayer klarna_payment:update [ID] -o <value> [-u [-j -p]]
715
715
 
@@ -732,7 +732,7 @@ _See code: [src/commands/klarna_payment/update.ts](https://github.com/commercela
732
732
 
733
733
  Execute an action on a resource of type orders.
734
734
 
735
- ```
735
+ ```sh-session
736
736
  USAGE
737
737
  $ commercelayer order [ID] -o <value> [-u [-j -p]]
738
738
 
@@ -755,7 +755,7 @@ _See code: [src/commands/order/index.ts](https://github.com/commercelayer/commer
755
755
 
756
756
  Send this attribute if you want to approve a placed order.
757
757
 
758
- ```
758
+ ```sh-session
759
759
  USAGE
760
760
  $ commercelayer order:approve [ID] -o <value> [-u [-j -p]]
761
761
 
@@ -778,7 +778,7 @@ _See code: [src/commands/order/approve.ts](https://github.com/commercelayer/comm
778
778
 
779
779
  Send this attribute if you want to approve and capture a placed order.
780
780
 
781
- ```
781
+ ```sh-session
782
782
  USAGE
783
783
  $ commercelayer order:approve_and_capture [ID] -o <value> [-u [-j -p]]
784
784
 
@@ -801,7 +801,7 @@ _See code: [src/commands/order/approve_and_capture.ts](https://github.com/commer
801
801
 
802
802
  Send this attribute if you want to archive the order.
803
803
 
804
- ```
804
+ ```sh-session
805
805
  USAGE
806
806
  $ commercelayer order:archive [ID] -o <value> [-u [-j -p]]
807
807
 
@@ -824,7 +824,7 @@ _See code: [src/commands/order/archive.ts](https://github.com/commercelayer/comm
824
824
 
825
825
  The authorization amount, in cents.
826
826
 
827
- ```
827
+ ```sh-session
828
828
  USAGE
829
829
  $ commercelayer order:authorization_amount_cents [ID] -o <value> [-u [-j -p]]
830
830
 
@@ -847,7 +847,7 @@ _See code: [src/commands/order/authorization_amount_cents.ts](https://github.com
847
847
 
848
848
  Send this attribute if you want to authorize the order's payment source.
849
849
 
850
- ```
850
+ ```sh-session
851
851
  USAGE
852
852
  $ commercelayer order:authorize [ID] -o <value> [-u [-j -p]]
853
853
 
@@ -870,7 +870,7 @@ _See code: [src/commands/order/authorize.ts](https://github.com/commercelayer/co
870
870
 
871
871
  The id of the address that you want to clone to create the order's billing address.
872
872
 
873
- ```
873
+ ```sh-session
874
874
  USAGE
875
875
  $ commercelayer order:billing_address_clone_id [ID] -o <value> -v <value> [-u [-j -p]]
876
876
 
@@ -894,7 +894,7 @@ _See code: [src/commands/order/billing_address_clone_id.ts](https://github.com/c
894
894
 
895
895
  Send this attribute if you want the billing address to be cloned from the order's shipping address.
896
896
 
897
- ```
897
+ ```sh-session
898
898
  USAGE
899
899
  $ commercelayer order:billing_address_same_as_shipping [ID] -o <value> [-u [-j -p]]
900
900
 
@@ -917,7 +917,7 @@ _See code: [src/commands/order/billing_address_same_as_shipping.ts](https://gith
917
917
 
918
918
  Send this attribute if you want to cancel a placed order. The order's authorization will be automatically voided.
919
919
 
920
- ```
920
+ ```sh-session
921
921
  USAGE
922
922
  $ commercelayer order:cancel [ID] -o <value> [-u [-j -p]]
923
923
 
@@ -940,7 +940,7 @@ _See code: [src/commands/order/cancel.ts](https://github.com/commercelayer/comme
940
940
 
941
941
  Send this attribute if you want to capture an approved order.
942
942
 
943
- ```
943
+ ```sh-session
944
944
  USAGE
945
945
  $ commercelayer order:capture [ID] -o <value> [-u [-j -p]]
946
946
 
@@ -963,7 +963,7 @@ _See code: [src/commands/order/capture.ts](https://github.com/commercelayer/comm
963
963
 
964
964
  The id of the customer payment source (i.e. credit card) that you want to use as the order's payment source.
965
965
 
966
- ```
966
+ ```sh-session
967
967
  USAGE
968
968
  $ commercelayer order:customer_payment_source_id [ID] -o <value> -v <value> [-u [-j -p]]
969
969
 
@@ -987,7 +987,7 @@ _See code: [src/commands/order/customer_payment_source_id.ts](https://github.com
987
987
 
988
988
  Send this attribute if you want to place the order.
989
989
 
990
- ```
990
+ ```sh-session
991
991
  USAGE
992
992
  $ commercelayer order:place [ID] -o <value> [-u [-j -p]]
993
993
 
@@ -1010,7 +1010,7 @@ _See code: [src/commands/order/place.ts](https://github.com/commercelayer/commer
1010
1010
 
1011
1011
  Send this attribute if you want to manually refresh the order.
1012
1012
 
1013
- ```
1013
+ ```sh-session
1014
1014
  USAGE
1015
1015
  $ commercelayer order:refresh [ID] -o <value> [-u [-j -p]]
1016
1016
 
@@ -1033,7 +1033,7 @@ _See code: [src/commands/order/refresh.ts](https://github.com/commercelayer/comm
1033
1033
 
1034
1034
  Send this attribute if you want to refund a captured order.
1035
1035
 
1036
- ```
1036
+ ```sh-session
1037
1037
  USAGE
1038
1038
  $ commercelayer order:refund [ID] -o <value> [-u [-j -p]]
1039
1039
 
@@ -1056,7 +1056,7 @@ _See code: [src/commands/order/refund.ts](https://github.com/commercelayer/comme
1056
1056
 
1057
1057
  Send this attribute if you want the order's billing address to be saved in the customer's address book as a customer address.
1058
1058
 
1059
- ```
1059
+ ```sh-session
1060
1060
  USAGE
1061
1061
  $ commercelayer order:save_billing_address_to_customer_address_book [ID] -o <value> [-u [-j -p]]
1062
1062
 
@@ -1080,7 +1080,7 @@ _See code: [src/commands/order/save_billing_address_to_customer_address_book.ts]
1080
1080
 
1081
1081
  Send this attribute if you want the order's payment source to be saved in the customer's wallet as a customer payment source.
1082
1082
 
1083
- ```
1083
+ ```sh-session
1084
1084
  USAGE
1085
1085
  $ commercelayer order:save_payment_source_to_customer_wallet [ID] -o <value> [-u [-j -p]]
1086
1086
 
@@ -1104,7 +1104,7 @@ _See code: [src/commands/order/save_payment_source_to_customer_wallet.ts](https:
1104
1104
 
1105
1105
  Send this attribute if you want the order's shipping address to be saved in the customer's address book as a customer address.
1106
1106
 
1107
- ```
1107
+ ```sh-session
1108
1108
  USAGE
1109
1109
  $ commercelayer order:save_shipping_address_to_customer_address_book [ID] -o <value> [-u [-j -p]]
1110
1110
 
@@ -1128,7 +1128,7 @@ _See code: [src/commands/order/save_shipping_address_to_customer_address_book.ts
1128
1128
 
1129
1129
  The id of the address that you want to clone to create the order's shipping address.
1130
1130
 
1131
- ```
1131
+ ```sh-session
1132
1132
  USAGE
1133
1133
  $ commercelayer order:shipping_address_clone_id [ID] -o <value> -v <value> [-u [-j -p]]
1134
1134
 
@@ -1152,7 +1152,7 @@ _See code: [src/commands/order/shipping_address_clone_id.ts](https://github.com/
1152
1152
 
1153
1153
  Send this attribute if you want the shipping address to be cloned from the order's billing address.
1154
1154
 
1155
- ```
1155
+ ```sh-session
1156
1156
  USAGE
1157
1157
  $ commercelayer order:shipping_address_same_as_billing [ID] -o <value> [-u [-j -p]]
1158
1158
 
@@ -1175,7 +1175,7 @@ _See code: [src/commands/order/shipping_address_same_as_billing.ts](https://gith
1175
1175
 
1176
1176
  Send this attribute if you want to unarchive the order.
1177
1177
 
1178
- ```
1178
+ ```sh-session
1179
1179
  USAGE
1180
1180
  $ commercelayer order:unarchive [ID] -o <value> [-u [-j -p]]
1181
1181
 
@@ -1198,7 +1198,7 @@ _See code: [src/commands/order/unarchive.ts](https://github.com/commercelayer/co
1198
1198
 
1199
1199
  Send this attribute if you want to force tax calculation for this order (a tax calculator must be associated to the order's market).
1200
1200
 
1201
- ```
1201
+ ```sh-session
1202
1202
  USAGE
1203
1203
  $ commercelayer order:update_taxes [ID] -o <value> [-u [-j -p]]
1204
1204
 
@@ -1222,7 +1222,7 @@ _See code: [src/commands/order/update_taxes.ts](https://github.com/commercelayer
1222
1222
 
1223
1223
  Execute an action on a resource of type order_subscriptions.
1224
1224
 
1225
- ```
1225
+ ```sh-session
1226
1226
  USAGE
1227
1227
  $ commercelayer order_subscription [ID] -o <value> [-u [-j -p]]
1228
1228
 
@@ -1245,7 +1245,7 @@ _See code: [src/commands/order_subscription/index.ts](https://github.com/commerc
1245
1245
 
1246
1246
  Send this attribute if you want to mark this subscription as active.
1247
1247
 
1248
- ```
1248
+ ```sh-session
1249
1249
  USAGE
1250
1250
  $ commercelayer order_subscription:activate [ID] -o <value> [-u [-j -p]]
1251
1251
 
@@ -1268,7 +1268,7 @@ _See code: [src/commands/order_subscription/activate.ts](https://github.com/comm
1268
1268
 
1269
1269
  Send this attribute if you want to mark this subscription as cancelled.
1270
1270
 
1271
- ```
1271
+ ```sh-session
1272
1272
  USAGE
1273
1273
  $ commercelayer order_subscription:cancel [ID] -o <value> [-u [-j -p]]
1274
1274
 
@@ -1291,7 +1291,7 @@ _See code: [src/commands/order_subscription/cancel.ts](https://github.com/commer
1291
1291
 
1292
1292
  Send this attribute if you want to mark this subscription as inactive.
1293
1293
 
1294
- ```
1294
+ ```sh-session
1295
1295
  USAGE
1296
1296
  $ commercelayer order_subscription:deactivate [ID] -o <value> [-u [-j -p]]
1297
1297
 
@@ -1314,7 +1314,7 @@ _See code: [src/commands/order_subscription/deactivate.ts](https://github.com/co
1314
1314
 
1315
1315
  Execute an action on a resource of type returns.
1316
1316
 
1317
- ```
1317
+ ```sh-session
1318
1318
  USAGE
1319
1319
  $ commercelayer return [ID] -o <value> [-u [-j -p]]
1320
1320
 
@@ -1337,7 +1337,7 @@ _See code: [src/commands/return/index.ts](https://github.com/commercelayer/comme
1337
1337
 
1338
1338
  Send this attribute if you want to mark this return as approved.
1339
1339
 
1340
- ```
1340
+ ```sh-session
1341
1341
  USAGE
1342
1342
  $ commercelayer return:approve [ID] -o <value> [-u [-j -p]]
1343
1343
 
@@ -1360,7 +1360,7 @@ _See code: [src/commands/return/approve.ts](https://github.com/commercelayer/com
1360
1360
 
1361
1361
  Send this attribute if you want to archive the return.
1362
1362
 
1363
- ```
1363
+ ```sh-session
1364
1364
  USAGE
1365
1365
  $ commercelayer return:archive [ID] -o <value> [-u [-j -p]]
1366
1366
 
@@ -1383,7 +1383,7 @@ _See code: [src/commands/return/archive.ts](https://github.com/commercelayer/com
1383
1383
 
1384
1384
  Send this attribute if you want to mark this return as cancelled.
1385
1385
 
1386
- ```
1386
+ ```sh-session
1387
1387
  USAGE
1388
1388
  $ commercelayer return:cancel [ID] -o <value> [-u [-j -p]]
1389
1389
 
@@ -1406,7 +1406,7 @@ _See code: [src/commands/return/cancel.ts](https://github.com/commercelayer/comm
1406
1406
 
1407
1407
  Send this attribute if you want to mark this return as received.
1408
1408
 
1409
- ```
1409
+ ```sh-session
1410
1410
  USAGE
1411
1411
  $ commercelayer return:receive [ID] -o <value> [-u [-j -p]]
1412
1412
 
@@ -1429,7 +1429,7 @@ _See code: [src/commands/return/receive.ts](https://github.com/commercelayer/com
1429
1429
 
1430
1430
  Send this attribute if you want to mark this return as rejected.
1431
1431
 
1432
- ```
1432
+ ```sh-session
1433
1433
  USAGE
1434
1434
  $ commercelayer return:reject [ID] -o <value> [-u [-j -p]]
1435
1435
 
@@ -1452,7 +1452,7 @@ _See code: [src/commands/return/reject.ts](https://github.com/commercelayer/comm
1452
1452
 
1453
1453
  Send this attribute if you want to activate this return.
1454
1454
 
1455
- ```
1455
+ ```sh-session
1456
1456
  USAGE
1457
1457
  $ commercelayer return:request [ID] -o <value> [-u [-j -p]]
1458
1458
 
@@ -1475,7 +1475,7 @@ _See code: [src/commands/return/request.ts](https://github.com/commercelayer/com
1475
1475
 
1476
1476
  Send this attribute if you want to restock all of the return line items.
1477
1477
 
1478
- ```
1478
+ ```sh-session
1479
1479
  USAGE
1480
1480
  $ commercelayer return:restock [ID] -o <value> [-u [-j -p]]
1481
1481
 
@@ -1498,7 +1498,7 @@ _See code: [src/commands/return/restock.ts](https://github.com/commercelayer/com
1498
1498
 
1499
1499
  Send this attribute if you want to mark this return as shipped.
1500
1500
 
1501
- ```
1501
+ ```sh-session
1502
1502
  USAGE
1503
1503
  $ commercelayer return:ship [ID] -o <value> [-u [-j -p]]
1504
1504
 
@@ -1521,7 +1521,7 @@ _See code: [src/commands/return/ship.ts](https://github.com/commercelayer/commer
1521
1521
 
1522
1522
  Send this attribute if you want to unarchive the return.
1523
1523
 
1524
- ```
1524
+ ```sh-session
1525
1525
  USAGE
1526
1526
  $ commercelayer return:unarchive [ID] -o <value> [-u [-j -p]]
1527
1527
 
@@ -1544,7 +1544,7 @@ _See code: [src/commands/return/unarchive.ts](https://github.com/commercelayer/c
1544
1544
 
1545
1545
  Execute an action on a resource of type return_line_items.
1546
1546
 
1547
- ```
1547
+ ```sh-session
1548
1548
  USAGE
1549
1549
  $ commercelayer return_line_item [ID] -o <value> [-u [-j -p]]
1550
1550
 
@@ -1567,7 +1567,7 @@ _See code: [src/commands/return_line_item/index.ts](https://github.com/commercel
1567
1567
 
1568
1568
  Send this attribute if you want to restock the line item.
1569
1569
 
1570
- ```
1570
+ ```sh-session
1571
1571
  USAGE
1572
1572
  $ commercelayer return_line_item:restock [ID] -o <value> [-u [-j -p]]
1573
1573
 
@@ -1590,7 +1590,7 @@ _See code: [src/commands/return_line_item/restock.ts](https://github.com/commerc
1590
1590
 
1591
1591
  Execute an action on a resource of type shipments.
1592
1592
 
1593
- ```
1593
+ ```sh-session
1594
1594
  USAGE
1595
1595
  $ commercelayer shipment [ID] -o <value> [-u [-j -p]]
1596
1596
 
@@ -1613,7 +1613,7 @@ _See code: [src/commands/shipment/index.ts](https://github.com/commercelayer/com
1613
1613
 
1614
1614
  Send this attribute if you want get the shipping rates from the associated carrier accounts.
1615
1615
 
1616
- ```
1616
+ ```sh-session
1617
1617
  USAGE
1618
1618
  $ commercelayer shipment:get_rates [ID] -o <value> [-u [-j -p]]
1619
1619
 
@@ -1636,7 +1636,7 @@ _See code: [src/commands/shipment/get_rates.ts](https://github.com/commercelayer
1636
1636
 
1637
1637
  Send this attribute if you want to put this shipment on hold.
1638
1638
 
1639
- ```
1639
+ ```sh-session
1640
1640
  USAGE
1641
1641
  $ commercelayer shipment:on_hold [ID] -o <value> [-u [-j -p]]
1642
1642
 
@@ -1659,7 +1659,7 @@ _See code: [src/commands/shipment/on_hold.ts](https://github.com/commercelayer/c
1659
1659
 
1660
1660
  Send this attribute if you want to start packing this shipment.
1661
1661
 
1662
- ```
1662
+ ```sh-session
1663
1663
  USAGE
1664
1664
  $ commercelayer shipment:packing [ID] -o <value> [-u [-j -p]]
1665
1665
 
@@ -1682,7 +1682,7 @@ _See code: [src/commands/shipment/packing.ts](https://github.com/commercelayer/c
1682
1682
 
1683
1683
  Send this attribute if you want to start picking this shipment.
1684
1684
 
1685
- ```
1685
+ ```sh-session
1686
1686
  USAGE
1687
1687
  $ commercelayer shipment:picking [ID] -o <value> [-u [-j -p]]
1688
1688
 
@@ -1705,7 +1705,7 @@ _See code: [src/commands/shipment/picking.ts](https://github.com/commercelayer/c
1705
1705
 
1706
1706
  Send this attribute if you want to purchase this shipment with the selected rate.
1707
1707
 
1708
- ```
1708
+ ```sh-session
1709
1709
  USAGE
1710
1710
  $ commercelayer shipment:purchase [ID] -o <value> [-u [-j -p]]
1711
1711
 
@@ -1728,7 +1728,7 @@ _See code: [src/commands/shipment/purchase.ts](https://github.com/commercelayer/
1728
1728
 
1729
1729
  Send this attribute if you want to mark this shipment as ready to ship.
1730
1730
 
1731
- ```
1731
+ ```sh-session
1732
1732
  USAGE
1733
1733
  $ commercelayer shipment:ready_to_ship [ID] -o <value> [-u [-j -p]]
1734
1734
 
@@ -1751,7 +1751,7 @@ _See code: [src/commands/shipment/ready_to_ship.ts](https://github.com/commercel
1751
1751
 
1752
1752
  Send this attribute if you want to mark this shipment as shipped.
1753
1753
 
1754
- ```
1754
+ ```sh-session
1755
1755
  USAGE
1756
1756
  $ commercelayer shipment:ship [ID] -o <value> [-u [-j -p]]
1757
1757
 
@@ -1774,7 +1774,7 @@ _See code: [src/commands/shipment/ship.ts](https://github.com/commercelayer/comm
1774
1774
 
1775
1775
  Execute an action on a resource of type stock_transfers.
1776
1776
 
1777
- ```
1777
+ ```sh-session
1778
1778
  USAGE
1779
1779
  $ commercelayer stock_transfer [ID] -o <value> [-u [-j -p]]
1780
1780
 
@@ -1797,7 +1797,7 @@ _See code: [src/commands/stock_transfer/index.ts](https://github.com/commercelay
1797
1797
 
1798
1798
  Send this attribute if you want to cancel this stock transfer.
1799
1799
 
1800
- ```
1800
+ ```sh-session
1801
1801
  USAGE
1802
1802
  $ commercelayer stock_transfer:cancel [ID] -o <value> [-u [-j -p]]
1803
1803
 
@@ -1820,7 +1820,7 @@ _See code: [src/commands/stock_transfer/cancel.ts](https://github.com/commercela
1820
1820
 
1821
1821
  Send this attribute if you want to complete this stock transfer.
1822
1822
 
1823
- ```
1823
+ ```sh-session
1824
1824
  USAGE
1825
1825
  $ commercelayer stock_transfer:complete [ID] -o <value> [-u [-j -p]]
1826
1826
 
@@ -1843,7 +1843,7 @@ _See code: [src/commands/stock_transfer/complete.ts](https://github.com/commerce
1843
1843
 
1844
1844
  Send this attribute if you want to mark this stock transfer as in transit.
1845
1845
 
1846
- ```
1846
+ ```sh-session
1847
1847
  USAGE
1848
1848
  $ commercelayer stock_transfer:in_transit [ID] -o <value> [-u [-j -p]]
1849
1849
 
@@ -1866,7 +1866,7 @@ _See code: [src/commands/stock_transfer/in_transit.ts](https://github.com/commer
1866
1866
 
1867
1867
  Send this attribute if you want to start picking this stock transfer.
1868
1868
 
1869
- ```
1869
+ ```sh-session
1870
1870
  USAGE
1871
1871
  $ commercelayer stock_transfer:picking [ID] -o <value> [-u [-j -p]]
1872
1872
 
@@ -1889,7 +1889,7 @@ _See code: [src/commands/stock_transfer/picking.ts](https://github.com/commercel
1889
1889
 
1890
1890
  Send this attribute if you want to mark this stock transfer as upcoming.
1891
1891
 
1892
- ```
1892
+ ```sh-session
1893
1893
  USAGE
1894
1894
  $ commercelayer stock_transfer:upcoming [ID] -o <value> [-u [-j -p]]
1895
1895
 
@@ -1912,7 +1912,7 @@ _See code: [src/commands/stock_transfer/upcoming.ts](https://github.com/commerce
1912
1912
 
1913
1913
  Execute an action on a resource of type stripe_payments.
1914
1914
 
1915
- ```
1915
+ ```sh-session
1916
1916
  USAGE
1917
1917
  $ commercelayer stripe_payment [ID] -o <value> [-u [-j -p]]
1918
1918
 
@@ -1935,7 +1935,7 @@ _See code: [src/commands/stripe_payment/index.ts](https://github.com/commercelay
1935
1935
 
1936
1936
  Send this attribute if you want to refresh the payment status, can be used as webhooks fallback logic.
1937
1937
 
1938
- ```
1938
+ ```sh-session
1939
1939
  USAGE
1940
1940
  $ commercelayer stripe_payment:refresh [ID] -o <value> [-u [-j -p]]
1941
1941
 
@@ -1958,7 +1958,7 @@ _See code: [src/commands/stripe_payment/refresh.ts](https://github.com/commercel
1958
1958
 
1959
1959
  Execute an action on a resource of type webhooks.
1960
1960
 
1961
- ```
1961
+ ```sh-session
1962
1962
  USAGE
1963
1963
  $ commercelayer webhook [ID] -o <value> [-u [-j -p]]
1964
1964
 
@@ -1981,7 +1981,7 @@ _See code: [src/commands/webhook/index.ts](https://github.com/commercelayer/comm
1981
1981
 
1982
1982
  Send this attribute if you want to reset the circuit breaker associated to this webhook to 'closed' state and zero failures count.
1983
1983
 
1984
- ```
1984
+ ```sh-session
1985
1985
  USAGE
1986
1986
  $ commercelayer webhook:reset_circuit [ID] -o <value> [-u [-j -p]]
1987
1987