@commercelayer/cli-plugin-triggers 1.0.0 → 1.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 CHANGED
@@ -19,7 +19,7 @@ $ npm install -g @commercelayer/cli-plugin-triggers
19
19
  $ cl-triggers COMMAND
20
20
  running command...
21
21
  $ cl-triggers (-v|--version|version)
22
- @commercelayer/cli-plugin-triggers/1.0.0 darwin-x64 node-v16.13.0
22
+ @commercelayer/cli-plugin-triggers/1.0.1 darwin-x64 node-v16.13.0
23
23
  $ cl-triggers --help [COMMAND]
24
24
  USAGE
25
25
  $ cl-triggers COMMAND
@@ -125,7 +125,7 @@ OPTIONS
125
125
  -o, --organization=organization (required) the slug of your organization
126
126
  ```
127
127
 
128
- _See code: [src/commands/adyen_payment/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/adyen_payment/index.ts)_
128
+ _See code: [src/commands/adyen_payment/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/adyen_payment/index.ts)_
129
129
 
130
130
  ## `cl-triggers adyen_payment:authorize ID`
131
131
 
@@ -142,7 +142,7 @@ OPTIONS
142
142
  -o, --organization=organization (required) the slug of your organization
143
143
  ```
144
144
 
145
- _See code: [src/commands/adyen_payment/authorize.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/adyen_payment/authorize.ts)_
145
+ _See code: [src/commands/adyen_payment/authorize.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/adyen_payment/authorize.ts)_
146
146
 
147
147
  ## `cl-triggers adyen_payment:details ID`
148
148
 
@@ -159,7 +159,7 @@ OPTIONS
159
159
  -o, --organization=organization (required) the slug of your organization
160
160
  ```
161
161
 
162
- _See code: [src/commands/adyen_payment/details.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/adyen_payment/details.ts)_
162
+ _See code: [src/commands/adyen_payment/details.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/adyen_payment/details.ts)_
163
163
 
164
164
  ## `cl-triggers authorization ID`
165
165
 
@@ -176,7 +176,7 @@ OPTIONS
176
176
  -o, --organization=organization (required) the slug of your organization
177
177
  ```
178
178
 
179
- _See code: [src/commands/authorization/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/authorization/index.ts)_
179
+ _See code: [src/commands/authorization/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/authorization/index.ts)_
180
180
 
181
181
  ## `cl-triggers authorization:capture ID`
182
182
 
@@ -193,7 +193,7 @@ OPTIONS
193
193
  -o, --organization=organization (required) the slug of your organization
194
194
  ```
195
195
 
196
- _See code: [src/commands/authorization/capture.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/authorization/capture.ts)_
196
+ _See code: [src/commands/authorization/capture.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/authorization/capture.ts)_
197
197
 
198
198
  ## `cl-triggers authorization:capture_amount_cents ID`
199
199
 
@@ -210,7 +210,7 @@ OPTIONS
210
210
  -o, --organization=organization (required) the slug of your organization
211
211
  ```
212
212
 
213
- _See code: [src/commands/authorization/capture_amount_cents.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/authorization/capture_amount_cents.ts)_
213
+ _See code: [src/commands/authorization/capture_amount_cents.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/authorization/capture_amount_cents.ts)_
214
214
 
215
215
  ## `cl-triggers authorization:void ID`
216
216
 
@@ -227,7 +227,7 @@ OPTIONS
227
227
  -o, --organization=organization (required) the slug of your organization
228
228
  ```
229
229
 
230
- _See code: [src/commands/authorization/void.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/authorization/void.ts)_
230
+ _See code: [src/commands/authorization/void.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/authorization/void.ts)_
231
231
 
232
232
  ## `cl-triggers bundle ID`
233
233
 
@@ -244,7 +244,7 @@ OPTIONS
244
244
  -o, --organization=organization (required) the slug of your organization
245
245
  ```
246
246
 
247
- _See code: [src/commands/bundle/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/bundle/index.ts)_
247
+ _See code: [src/commands/bundle/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/bundle/index.ts)_
248
248
 
249
249
  ## `cl-triggers bundle:compute_compare_at_amount ID`
250
250
 
@@ -261,7 +261,7 @@ OPTIONS
261
261
  -o, --organization=organization (required) the slug of your organization
262
262
  ```
263
263
 
264
- _See code: [src/commands/bundle/compute_compare_at_amount.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/bundle/compute_compare_at_amount.ts)_
264
+ _See code: [src/commands/bundle/compute_compare_at_amount.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/bundle/compute_compare_at_amount.ts)_
265
265
 
266
266
  ## `cl-triggers capture ID`
267
267
 
@@ -278,7 +278,7 @@ OPTIONS
278
278
  -o, --organization=organization (required) the slug of your organization
279
279
  ```
280
280
 
281
- _See code: [src/commands/capture/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/capture/index.ts)_
281
+ _See code: [src/commands/capture/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/capture/index.ts)_
282
282
 
283
283
  ## `cl-triggers capture:refund ID`
284
284
 
@@ -295,7 +295,7 @@ OPTIONS
295
295
  -o, --organization=organization (required) the slug of your organization
296
296
  ```
297
297
 
298
- _See code: [src/commands/capture/refund.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/capture/refund.ts)_
298
+ _See code: [src/commands/capture/refund.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/capture/refund.ts)_
299
299
 
300
300
  ## `cl-triggers capture:refund_amount_cents ID`
301
301
 
@@ -312,7 +312,7 @@ OPTIONS
312
312
  -o, --organization=organization (required) the slug of your organization
313
313
  ```
314
314
 
315
- _See code: [src/commands/capture/refund_amount_cents.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/capture/refund_amount_cents.ts)_
315
+ _See code: [src/commands/capture/refund_amount_cents.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/capture/refund_amount_cents.ts)_
316
316
 
317
317
  ## `cl-triggers checkout_com_payment ID`
318
318
 
@@ -329,7 +329,7 @@ OPTIONS
329
329
  -o, --organization=organization (required) the slug of your organization
330
330
  ```
331
331
 
332
- _See code: [src/commands/checkout_com_payment/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/checkout_com_payment/index.ts)_
332
+ _See code: [src/commands/checkout_com_payment/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/checkout_com_payment/index.ts)_
333
333
 
334
334
  ## `cl-triggers checkout_com_payment:authorize ID`
335
335
 
@@ -346,7 +346,7 @@ OPTIONS
346
346
  -o, --organization=organization (required) the slug of your organization
347
347
  ```
348
348
 
349
- _See code: [src/commands/checkout_com_payment/authorize.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/checkout_com_payment/authorize.ts)_
349
+ _See code: [src/commands/checkout_com_payment/authorize.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/checkout_com_payment/authorize.ts)_
350
350
 
351
351
  ## `cl-triggers checkout_com_payment:details ID`
352
352
 
@@ -363,7 +363,7 @@ OPTIONS
363
363
  -o, --organization=organization (required) the slug of your organization
364
364
  ```
365
365
 
366
- _See code: [src/commands/checkout_com_payment/details.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/checkout_com_payment/details.ts)_
366
+ _See code: [src/commands/checkout_com_payment/details.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/checkout_com_payment/details.ts)_
367
367
 
368
368
  ## `cl-triggers checkout_com_payment:refresh ID`
369
369
 
@@ -380,7 +380,7 @@ OPTIONS
380
380
  -o, --organization=organization (required) the slug of your organization
381
381
  ```
382
382
 
383
- _See code: [src/commands/checkout_com_payment/refresh.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/checkout_com_payment/refresh.ts)_
383
+ _See code: [src/commands/checkout_com_payment/refresh.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/checkout_com_payment/refresh.ts)_
384
384
 
385
385
  ## `cl-triggers customer_password_reset ID`
386
386
 
@@ -397,7 +397,7 @@ OPTIONS
397
397
  -o, --organization=organization (required) the slug of your organization
398
398
  ```
399
399
 
400
- _See code: [src/commands/customer_password_reset/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/customer_password_reset/index.ts)_
400
+ _See code: [src/commands/customer_password_reset/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/customer_password_reset/index.ts)_
401
401
 
402
402
  ## `cl-triggers customer_password_reset:reset_password_token ID`
403
403
 
@@ -414,7 +414,7 @@ OPTIONS
414
414
  -o, --organization=organization (required) the slug of your organization
415
415
  ```
416
416
 
417
- _See code: [src/commands/customer_password_reset/reset_password_token.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/customer_password_reset/reset_password_token.ts)_
417
+ _See code: [src/commands/customer_password_reset/reset_password_token.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/customer_password_reset/reset_password_token.ts)_
418
418
 
419
419
  ## `cl-triggers gift_card ID`
420
420
 
@@ -431,7 +431,7 @@ OPTIONS
431
431
  -o, --organization=organization (required) the slug of your organization
432
432
  ```
433
433
 
434
- _See code: [src/commands/gift_card/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/gift_card/index.ts)_
434
+ _See code: [src/commands/gift_card/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/gift_card/index.ts)_
435
435
 
436
436
  ## `cl-triggers gift_card:activate ID`
437
437
 
@@ -448,7 +448,7 @@ OPTIONS
448
448
  -o, --organization=organization (required) the slug of your organization
449
449
  ```
450
450
 
451
- _See code: [src/commands/gift_card/activate.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/gift_card/activate.ts)_
451
+ _See code: [src/commands/gift_card/activate.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/gift_card/activate.ts)_
452
452
 
453
453
  ## `cl-triggers gift_card:balance_change_cents ID`
454
454
 
@@ -465,7 +465,7 @@ OPTIONS
465
465
  -o, --organization=organization (required) the slug of your organization
466
466
  ```
467
467
 
468
- _See code: [src/commands/gift_card/balance_change_cents.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/gift_card/balance_change_cents.ts)_
468
+ _See code: [src/commands/gift_card/balance_change_cents.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/gift_card/balance_change_cents.ts)_
469
469
 
470
470
  ## `cl-triggers gift_card:deactivate ID`
471
471
 
@@ -482,7 +482,7 @@ OPTIONS
482
482
  -o, --organization=organization (required) the slug of your organization
483
483
  ```
484
484
 
485
- _See code: [src/commands/gift_card/deactivate.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/gift_card/deactivate.ts)_
485
+ _See code: [src/commands/gift_card/deactivate.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/gift_card/deactivate.ts)_
486
486
 
487
487
  ## `cl-triggers gift_card:purchase ID`
488
488
 
@@ -499,7 +499,7 @@ OPTIONS
499
499
  -o, --organization=organization (required) the slug of your organization
500
500
  ```
501
501
 
502
- _See code: [src/commands/gift_card/purchase.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/gift_card/purchase.ts)_
502
+ _See code: [src/commands/gift_card/purchase.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/gift_card/purchase.ts)_
503
503
 
504
504
  ## `cl-triggers in_stock_subscription ID`
505
505
 
@@ -516,7 +516,7 @@ OPTIONS
516
516
  -o, --organization=organization (required) the slug of your organization
517
517
  ```
518
518
 
519
- _See code: [src/commands/in_stock_subscription/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/in_stock_subscription/index.ts)_
519
+ _See code: [src/commands/in_stock_subscription/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/in_stock_subscription/index.ts)_
520
520
 
521
521
  ## `cl-triggers in_stock_subscription:activate ID`
522
522
 
@@ -533,7 +533,7 @@ OPTIONS
533
533
  -o, --organization=organization (required) the slug of your organization
534
534
  ```
535
535
 
536
- _See code: [src/commands/in_stock_subscription/activate.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/in_stock_subscription/activate.ts)_
536
+ _See code: [src/commands/in_stock_subscription/activate.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/in_stock_subscription/activate.ts)_
537
537
 
538
538
  ## `cl-triggers in_stock_subscription:deactivate ID`
539
539
 
@@ -550,7 +550,7 @@ OPTIONS
550
550
  -o, --organization=organization (required) the slug of your organization
551
551
  ```
552
552
 
553
- _See code: [src/commands/in_stock_subscription/deactivate.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/in_stock_subscription/deactivate.ts)_
553
+ _See code: [src/commands/in_stock_subscription/deactivate.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/in_stock_subscription/deactivate.ts)_
554
554
 
555
555
  ## `cl-triggers order ID`
556
556
 
@@ -567,7 +567,7 @@ OPTIONS
567
567
  -o, --organization=organization (required) the slug of your organization
568
568
  ```
569
569
 
570
- _See code: [src/commands/order/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/order/index.ts)_
570
+ _See code: [src/commands/order/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order/index.ts)_
571
571
 
572
572
  ## `cl-triggers order:approve ID`
573
573
 
@@ -584,7 +584,7 @@ OPTIONS
584
584
  -o, --organization=organization (required) the slug of your organization
585
585
  ```
586
586
 
587
- _See code: [src/commands/order/approve.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/order/approve.ts)_
587
+ _See code: [src/commands/order/approve.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order/approve.ts)_
588
588
 
589
589
  ## `cl-triggers order:approve_and_capture ID`
590
590
 
@@ -601,7 +601,7 @@ OPTIONS
601
601
  -o, --organization=organization (required) the slug of your organization
602
602
  ```
603
603
 
604
- _See code: [src/commands/order/approve_and_capture.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/order/approve_and_capture.ts)_
604
+ _See code: [src/commands/order/approve_and_capture.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order/approve_and_capture.ts)_
605
605
 
606
606
  ## `cl-triggers order:archive ID`
607
607
 
@@ -618,7 +618,7 @@ OPTIONS
618
618
  -o, --organization=organization (required) the slug of your organization
619
619
  ```
620
620
 
621
- _See code: [src/commands/order/archive.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/order/archive.ts)_
621
+ _See code: [src/commands/order/archive.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order/archive.ts)_
622
622
 
623
623
  ## `cl-triggers order:authorization_amount_cents ID`
624
624
 
@@ -635,7 +635,7 @@ OPTIONS
635
635
  -o, --organization=organization (required) the slug of your organization
636
636
  ```
637
637
 
638
- _See code: [src/commands/order/authorization_amount_cents.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/order/authorization_amount_cents.ts)_
638
+ _See code: [src/commands/order/authorization_amount_cents.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order/authorization_amount_cents.ts)_
639
639
 
640
640
  ## `cl-triggers order:authorize ID`
641
641
 
@@ -652,7 +652,7 @@ OPTIONS
652
652
  -o, --organization=organization (required) the slug of your organization
653
653
  ```
654
654
 
655
- _See code: [src/commands/order/authorize.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/order/authorize.ts)_
655
+ _See code: [src/commands/order/authorize.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order/authorize.ts)_
656
656
 
657
657
  ## `cl-triggers order:billing_address_clone_id ID`
658
658
 
@@ -670,7 +670,7 @@ OPTIONS
670
670
  -v, --value=value (required) the trigger attribute value
671
671
  ```
672
672
 
673
- _See code: [src/commands/order/billing_address_clone_id.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/order/billing_address_clone_id.ts)_
673
+ _See code: [src/commands/order/billing_address_clone_id.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order/billing_address_clone_id.ts)_
674
674
 
675
675
  ## `cl-triggers order:billing_address_same_as_shipping ID`
676
676
 
@@ -687,7 +687,7 @@ OPTIONS
687
687
  -o, --organization=organization (required) the slug of your organization
688
688
  ```
689
689
 
690
- _See code: [src/commands/order/billing_address_same_as_shipping.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/order/billing_address_same_as_shipping.ts)_
690
+ _See code: [src/commands/order/billing_address_same_as_shipping.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order/billing_address_same_as_shipping.ts)_
691
691
 
692
692
  ## `cl-triggers order:cancel ID`
693
693
 
@@ -704,7 +704,7 @@ OPTIONS
704
704
  -o, --organization=organization (required) the slug of your organization
705
705
  ```
706
706
 
707
- _See code: [src/commands/order/cancel.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/order/cancel.ts)_
707
+ _See code: [src/commands/order/cancel.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order/cancel.ts)_
708
708
 
709
709
  ## `cl-triggers order:capture ID`
710
710
 
@@ -721,7 +721,7 @@ OPTIONS
721
721
  -o, --organization=organization (required) the slug of your organization
722
722
  ```
723
723
 
724
- _See code: [src/commands/order/capture.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/order/capture.ts)_
724
+ _See code: [src/commands/order/capture.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order/capture.ts)_
725
725
 
726
726
  ## `cl-triggers order:customer_payment_source_id ID`
727
727
 
@@ -739,7 +739,7 @@ OPTIONS
739
739
  -v, --value=value (required) the trigger attribute value
740
740
  ```
741
741
 
742
- _See code: [src/commands/order/customer_payment_source_id.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/order/customer_payment_source_id.ts)_
742
+ _See code: [src/commands/order/customer_payment_source_id.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order/customer_payment_source_id.ts)_
743
743
 
744
744
  ## `cl-triggers order:place ID`
745
745
 
@@ -756,7 +756,7 @@ OPTIONS
756
756
  -o, --organization=organization (required) the slug of your organization
757
757
  ```
758
758
 
759
- _See code: [src/commands/order/place.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/order/place.ts)_
759
+ _See code: [src/commands/order/place.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order/place.ts)_
760
760
 
761
761
  ## `cl-triggers order:refresh ID`
762
762
 
@@ -773,7 +773,7 @@ OPTIONS
773
773
  -o, --organization=organization (required) the slug of your organization
774
774
  ```
775
775
 
776
- _See code: [src/commands/order/refresh.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/order/refresh.ts)_
776
+ _See code: [src/commands/order/refresh.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order/refresh.ts)_
777
777
 
778
778
  ## `cl-triggers order:refund ID`
779
779
 
@@ -790,7 +790,7 @@ OPTIONS
790
790
  -o, --organization=organization (required) the slug of your organization
791
791
  ```
792
792
 
793
- _See code: [src/commands/order/refund.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/order/refund.ts)_
793
+ _See code: [src/commands/order/refund.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order/refund.ts)_
794
794
 
795
795
  ## `cl-triggers order:save_billing_address_to_customer_address_book ID`
796
796
 
@@ -807,7 +807,7 @@ OPTIONS
807
807
  -o, --organization=organization (required) the slug of your organization
808
808
  ```
809
809
 
810
- _See code: [src/commands/order/save_billing_address_to_customer_address_book.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/order/save_billing_address_to_customer_address_book.ts)_
810
+ _See code: [src/commands/order/save_billing_address_to_customer_address_book.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order/save_billing_address_to_customer_address_book.ts)_
811
811
 
812
812
  ## `cl-triggers order:save_payment_source_to_customer_wallet ID`
813
813
 
@@ -824,7 +824,7 @@ OPTIONS
824
824
  -o, --organization=organization (required) the slug of your organization
825
825
  ```
826
826
 
827
- _See code: [src/commands/order/save_payment_source_to_customer_wallet.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/order/save_payment_source_to_customer_wallet.ts)_
827
+ _See code: [src/commands/order/save_payment_source_to_customer_wallet.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order/save_payment_source_to_customer_wallet.ts)_
828
828
 
829
829
  ## `cl-triggers order:save_shipping_address_to_customer_address_book ID`
830
830
 
@@ -841,7 +841,7 @@ OPTIONS
841
841
  -o, --organization=organization (required) the slug of your organization
842
842
  ```
843
843
 
844
- _See code: [src/commands/order/save_shipping_address_to_customer_address_book.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/order/save_shipping_address_to_customer_address_book.ts)_
844
+ _See code: [src/commands/order/save_shipping_address_to_customer_address_book.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order/save_shipping_address_to_customer_address_book.ts)_
845
845
 
846
846
  ## `cl-triggers order:shipping_address_clone_id ID`
847
847
 
@@ -859,7 +859,7 @@ OPTIONS
859
859
  -v, --value=value (required) the trigger attribute value
860
860
  ```
861
861
 
862
- _See code: [src/commands/order/shipping_address_clone_id.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/order/shipping_address_clone_id.ts)_
862
+ _See code: [src/commands/order/shipping_address_clone_id.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order/shipping_address_clone_id.ts)_
863
863
 
864
864
  ## `cl-triggers order:shipping_address_same_as_billing ID`
865
865
 
@@ -876,7 +876,7 @@ OPTIONS
876
876
  -o, --organization=organization (required) the slug of your organization
877
877
  ```
878
878
 
879
- _See code: [src/commands/order/shipping_address_same_as_billing.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/order/shipping_address_same_as_billing.ts)_
879
+ _See code: [src/commands/order/shipping_address_same_as_billing.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order/shipping_address_same_as_billing.ts)_
880
880
 
881
881
  ## `cl-triggers order:unarchive ID`
882
882
 
@@ -893,7 +893,7 @@ OPTIONS
893
893
  -o, --organization=organization (required) the slug of your organization
894
894
  ```
895
895
 
896
- _See code: [src/commands/order/unarchive.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/order/unarchive.ts)_
896
+ _See code: [src/commands/order/unarchive.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order/unarchive.ts)_
897
897
 
898
898
  ## `cl-triggers order:update_taxes ID`
899
899
 
@@ -910,7 +910,7 @@ OPTIONS
910
910
  -o, --organization=organization (required) the slug of your organization
911
911
  ```
912
912
 
913
- _See code: [src/commands/order/update_taxes.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/order/update_taxes.ts)_
913
+ _See code: [src/commands/order/update_taxes.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order/update_taxes.ts)_
914
914
 
915
915
  ## `cl-triggers order_subscription ID`
916
916
 
@@ -927,7 +927,7 @@ OPTIONS
927
927
  -o, --organization=organization (required) the slug of your organization
928
928
  ```
929
929
 
930
- _See code: [src/commands/order_subscription/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/order_subscription/index.ts)_
930
+ _See code: [src/commands/order_subscription/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order_subscription/index.ts)_
931
931
 
932
932
  ## `cl-triggers order_subscription:activate ID`
933
933
 
@@ -944,7 +944,7 @@ OPTIONS
944
944
  -o, --organization=organization (required) the slug of your organization
945
945
  ```
946
946
 
947
- _See code: [src/commands/order_subscription/activate.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/order_subscription/activate.ts)_
947
+ _See code: [src/commands/order_subscription/activate.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order_subscription/activate.ts)_
948
948
 
949
949
  ## `cl-triggers order_subscription:cancel ID`
950
950
 
@@ -961,7 +961,7 @@ OPTIONS
961
961
  -o, --organization=organization (required) the slug of your organization
962
962
  ```
963
963
 
964
- _See code: [src/commands/order_subscription/cancel.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/order_subscription/cancel.ts)_
964
+ _See code: [src/commands/order_subscription/cancel.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order_subscription/cancel.ts)_
965
965
 
966
966
  ## `cl-triggers order_subscription:deactivate ID`
967
967
 
@@ -978,7 +978,7 @@ OPTIONS
978
978
  -o, --organization=organization (required) the slug of your organization
979
979
  ```
980
980
 
981
- _See code: [src/commands/order_subscription/deactivate.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/order_subscription/deactivate.ts)_
981
+ _See code: [src/commands/order_subscription/deactivate.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order_subscription/deactivate.ts)_
982
982
 
983
983
  ## `cl-triggers return ID`
984
984
 
@@ -995,7 +995,7 @@ OPTIONS
995
995
  -o, --organization=organization (required) the slug of your organization
996
996
  ```
997
997
 
998
- _See code: [src/commands/return/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/return/index.ts)_
998
+ _See code: [src/commands/return/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/return/index.ts)_
999
999
 
1000
1000
  ## `cl-triggers return:approve ID`
1001
1001
 
@@ -1012,7 +1012,7 @@ OPTIONS
1012
1012
  -o, --organization=organization (required) the slug of your organization
1013
1013
  ```
1014
1014
 
1015
- _See code: [src/commands/return/approve.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/return/approve.ts)_
1015
+ _See code: [src/commands/return/approve.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/return/approve.ts)_
1016
1016
 
1017
1017
  ## `cl-triggers return:archive ID`
1018
1018
 
@@ -1029,7 +1029,7 @@ OPTIONS
1029
1029
  -o, --organization=organization (required) the slug of your organization
1030
1030
  ```
1031
1031
 
1032
- _See code: [src/commands/return/archive.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/return/archive.ts)_
1032
+ _See code: [src/commands/return/archive.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/return/archive.ts)_
1033
1033
 
1034
1034
  ## `cl-triggers return:cancel ID`
1035
1035
 
@@ -1046,7 +1046,7 @@ OPTIONS
1046
1046
  -o, --organization=organization (required) the slug of your organization
1047
1047
  ```
1048
1048
 
1049
- _See code: [src/commands/return/cancel.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/return/cancel.ts)_
1049
+ _See code: [src/commands/return/cancel.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/return/cancel.ts)_
1050
1050
 
1051
1051
  ## `cl-triggers return:receive ID`
1052
1052
 
@@ -1063,7 +1063,7 @@ OPTIONS
1063
1063
  -o, --organization=organization (required) the slug of your organization
1064
1064
  ```
1065
1065
 
1066
- _See code: [src/commands/return/receive.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/return/receive.ts)_
1066
+ _See code: [src/commands/return/receive.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/return/receive.ts)_
1067
1067
 
1068
1068
  ## `cl-triggers return:reject ID`
1069
1069
 
@@ -1080,7 +1080,7 @@ OPTIONS
1080
1080
  -o, --organization=organization (required) the slug of your organization
1081
1081
  ```
1082
1082
 
1083
- _See code: [src/commands/return/reject.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/return/reject.ts)_
1083
+ _See code: [src/commands/return/reject.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/return/reject.ts)_
1084
1084
 
1085
1085
  ## `cl-triggers return:request ID`
1086
1086
 
@@ -1097,7 +1097,7 @@ OPTIONS
1097
1097
  -o, --organization=organization (required) the slug of your organization
1098
1098
  ```
1099
1099
 
1100
- _See code: [src/commands/return/request.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/return/request.ts)_
1100
+ _See code: [src/commands/return/request.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/return/request.ts)_
1101
1101
 
1102
1102
  ## `cl-triggers return:restock ID`
1103
1103
 
@@ -1114,7 +1114,7 @@ OPTIONS
1114
1114
  -o, --organization=organization (required) the slug of your organization
1115
1115
  ```
1116
1116
 
1117
- _See code: [src/commands/return/restock.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/return/restock.ts)_
1117
+ _See code: [src/commands/return/restock.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/return/restock.ts)_
1118
1118
 
1119
1119
  ## `cl-triggers return:ship ID`
1120
1120
 
@@ -1131,7 +1131,7 @@ OPTIONS
1131
1131
  -o, --organization=organization (required) the slug of your organization
1132
1132
  ```
1133
1133
 
1134
- _See code: [src/commands/return/ship.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/return/ship.ts)_
1134
+ _See code: [src/commands/return/ship.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/return/ship.ts)_
1135
1135
 
1136
1136
  ## `cl-triggers return:unarchive ID`
1137
1137
 
@@ -1148,7 +1148,7 @@ OPTIONS
1148
1148
  -o, --organization=organization (required) the slug of your organization
1149
1149
  ```
1150
1150
 
1151
- _See code: [src/commands/return/unarchive.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/return/unarchive.ts)_
1151
+ _See code: [src/commands/return/unarchive.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/return/unarchive.ts)_
1152
1152
 
1153
1153
  ## `cl-triggers return_line_item ID`
1154
1154
 
@@ -1165,7 +1165,7 @@ OPTIONS
1165
1165
  -o, --organization=organization (required) the slug of your organization
1166
1166
  ```
1167
1167
 
1168
- _See code: [src/commands/return_line_item/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/return_line_item/index.ts)_
1168
+ _See code: [src/commands/return_line_item/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/return_line_item/index.ts)_
1169
1169
 
1170
1170
  ## `cl-triggers return_line_item:restock ID`
1171
1171
 
@@ -1182,7 +1182,7 @@ OPTIONS
1182
1182
  -o, --organization=organization (required) the slug of your organization
1183
1183
  ```
1184
1184
 
1185
- _See code: [src/commands/return_line_item/restock.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/return_line_item/restock.ts)_
1185
+ _See code: [src/commands/return_line_item/restock.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/return_line_item/restock.ts)_
1186
1186
 
1187
1187
  ## `cl-triggers shipment ID`
1188
1188
 
@@ -1199,7 +1199,7 @@ OPTIONS
1199
1199
  -o, --organization=organization (required) the slug of your organization
1200
1200
  ```
1201
1201
 
1202
- _See code: [src/commands/shipment/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/shipment/index.ts)_
1202
+ _See code: [src/commands/shipment/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/shipment/index.ts)_
1203
1203
 
1204
1204
  ## `cl-triggers shipment:get_rates ID`
1205
1205
 
@@ -1216,7 +1216,7 @@ OPTIONS
1216
1216
  -o, --organization=organization (required) the slug of your organization
1217
1217
  ```
1218
1218
 
1219
- _See code: [src/commands/shipment/get_rates.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/shipment/get_rates.ts)_
1219
+ _See code: [src/commands/shipment/get_rates.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/shipment/get_rates.ts)_
1220
1220
 
1221
1221
  ## `cl-triggers shipment:on_hold ID`
1222
1222
 
@@ -1233,7 +1233,7 @@ OPTIONS
1233
1233
  -o, --organization=organization (required) the slug of your organization
1234
1234
  ```
1235
1235
 
1236
- _See code: [src/commands/shipment/on_hold.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/shipment/on_hold.ts)_
1236
+ _See code: [src/commands/shipment/on_hold.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/shipment/on_hold.ts)_
1237
1237
 
1238
1238
  ## `cl-triggers shipment:packing ID`
1239
1239
 
@@ -1250,7 +1250,7 @@ OPTIONS
1250
1250
  -o, --organization=organization (required) the slug of your organization
1251
1251
  ```
1252
1252
 
1253
- _See code: [src/commands/shipment/packing.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/shipment/packing.ts)_
1253
+ _See code: [src/commands/shipment/packing.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/shipment/packing.ts)_
1254
1254
 
1255
1255
  ## `cl-triggers shipment:picking ID`
1256
1256
 
@@ -1267,7 +1267,7 @@ OPTIONS
1267
1267
  -o, --organization=organization (required) the slug of your organization
1268
1268
  ```
1269
1269
 
1270
- _See code: [src/commands/shipment/picking.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/shipment/picking.ts)_
1270
+ _See code: [src/commands/shipment/picking.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/shipment/picking.ts)_
1271
1271
 
1272
1272
  ## `cl-triggers shipment:purchase ID`
1273
1273
 
@@ -1284,7 +1284,7 @@ OPTIONS
1284
1284
  -o, --organization=organization (required) the slug of your organization
1285
1285
  ```
1286
1286
 
1287
- _See code: [src/commands/shipment/purchase.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/shipment/purchase.ts)_
1287
+ _See code: [src/commands/shipment/purchase.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/shipment/purchase.ts)_
1288
1288
 
1289
1289
  ## `cl-triggers shipment:ready_to_ship ID`
1290
1290
 
@@ -1301,7 +1301,7 @@ OPTIONS
1301
1301
  -o, --organization=organization (required) the slug of your organization
1302
1302
  ```
1303
1303
 
1304
- _See code: [src/commands/shipment/ready_to_ship.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/shipment/ready_to_ship.ts)_
1304
+ _See code: [src/commands/shipment/ready_to_ship.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/shipment/ready_to_ship.ts)_
1305
1305
 
1306
1306
  ## `cl-triggers shipment:ship ID`
1307
1307
 
@@ -1318,7 +1318,7 @@ OPTIONS
1318
1318
  -o, --organization=organization (required) the slug of your organization
1319
1319
  ```
1320
1320
 
1321
- _See code: [src/commands/shipment/ship.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/shipment/ship.ts)_
1321
+ _See code: [src/commands/shipment/ship.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/shipment/ship.ts)_
1322
1322
 
1323
1323
  ## `cl-triggers stock_transfer ID`
1324
1324
 
@@ -1335,7 +1335,7 @@ OPTIONS
1335
1335
  -o, --organization=organization (required) the slug of your organization
1336
1336
  ```
1337
1337
 
1338
- _See code: [src/commands/stock_transfer/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/stock_transfer/index.ts)_
1338
+ _See code: [src/commands/stock_transfer/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/stock_transfer/index.ts)_
1339
1339
 
1340
1340
  ## `cl-triggers stock_transfer:cancel ID`
1341
1341
 
@@ -1352,7 +1352,7 @@ OPTIONS
1352
1352
  -o, --organization=organization (required) the slug of your organization
1353
1353
  ```
1354
1354
 
1355
- _See code: [src/commands/stock_transfer/cancel.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/stock_transfer/cancel.ts)_
1355
+ _See code: [src/commands/stock_transfer/cancel.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/stock_transfer/cancel.ts)_
1356
1356
 
1357
1357
  ## `cl-triggers stock_transfer:complete ID`
1358
1358
 
@@ -1369,7 +1369,7 @@ OPTIONS
1369
1369
  -o, --organization=organization (required) the slug of your organization
1370
1370
  ```
1371
1371
 
1372
- _See code: [src/commands/stock_transfer/complete.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/stock_transfer/complete.ts)_
1372
+ _See code: [src/commands/stock_transfer/complete.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/stock_transfer/complete.ts)_
1373
1373
 
1374
1374
  ## `cl-triggers stock_transfer:in_transit ID`
1375
1375
 
@@ -1386,7 +1386,7 @@ OPTIONS
1386
1386
  -o, --organization=organization (required) the slug of your organization
1387
1387
  ```
1388
1388
 
1389
- _See code: [src/commands/stock_transfer/in_transit.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/stock_transfer/in_transit.ts)_
1389
+ _See code: [src/commands/stock_transfer/in_transit.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/stock_transfer/in_transit.ts)_
1390
1390
 
1391
1391
  ## `cl-triggers stock_transfer:picking ID`
1392
1392
 
@@ -1403,7 +1403,7 @@ OPTIONS
1403
1403
  -o, --organization=organization (required) the slug of your organization
1404
1404
  ```
1405
1405
 
1406
- _See code: [src/commands/stock_transfer/picking.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/stock_transfer/picking.ts)_
1406
+ _See code: [src/commands/stock_transfer/picking.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/stock_transfer/picking.ts)_
1407
1407
 
1408
1408
  ## `cl-triggers stock_transfer:upcoming ID`
1409
1409
 
@@ -1420,7 +1420,7 @@ OPTIONS
1420
1420
  -o, --organization=organization (required) the slug of your organization
1421
1421
  ```
1422
1422
 
1423
- _See code: [src/commands/stock_transfer/upcoming.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/stock_transfer/upcoming.ts)_
1423
+ _See code: [src/commands/stock_transfer/upcoming.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/stock_transfer/upcoming.ts)_
1424
1424
 
1425
1425
  ## `cl-triggers stripe_payment ID`
1426
1426
 
@@ -1437,7 +1437,7 @@ OPTIONS
1437
1437
  -o, --organization=organization (required) the slug of your organization
1438
1438
  ```
1439
1439
 
1440
- _See code: [src/commands/stripe_payment/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/stripe_payment/index.ts)_
1440
+ _See code: [src/commands/stripe_payment/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/stripe_payment/index.ts)_
1441
1441
 
1442
1442
  ## `cl-triggers stripe_payment:refresh ID`
1443
1443
 
@@ -1454,7 +1454,7 @@ OPTIONS
1454
1454
  -o, --organization=organization (required) the slug of your organization
1455
1455
  ```
1456
1456
 
1457
- _See code: [src/commands/stripe_payment/refresh.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/stripe_payment/refresh.ts)_
1457
+ _See code: [src/commands/stripe_payment/refresh.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/stripe_payment/refresh.ts)_
1458
1458
 
1459
1459
  ## `cl-triggers webhook ID`
1460
1460
 
@@ -1471,7 +1471,7 @@ OPTIONS
1471
1471
  -o, --organization=organization (required) the slug of your organization
1472
1472
  ```
1473
1473
 
1474
- _See code: [src/commands/webhook/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/webhook/index.ts)_
1474
+ _See code: [src/commands/webhook/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/webhook/index.ts)_
1475
1475
 
1476
1476
  ## `cl-triggers webhook:reset_circuit ID`
1477
1477
 
@@ -1488,5 +1488,5 @@ OPTIONS
1488
1488
  -o, --organization=organization (required) the slug of your organization
1489
1489
  ```
1490
1490
 
1491
- _See code: [src/commands/webhook/reset_circuit.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/v1.0.0/src/commands/webhook/reset_circuit.ts)_
1491
+ _See code: [src/commands/webhook/reset_circuit.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/webhook/reset_circuit.ts)_
1492
1492
  <!-- commandsstop -->
@@ -1 +1 @@
1
- {"version":"1.0.0","commands":{"noc":{"id":"noc","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","hidden":true,"aliases":[],"flags":{},"args":[]},"adyen_payment:authorize":{"id":"adyen_payment:authorize","description":"Send this attribute if you want to authorize the payment.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"adyen_payment:details":{"id":"adyen_payment:details","description":"Send this attribute if you want to send additional details the payment request.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"adyen_payment":{"id":"adyen_payment","description":"execute an action on a resource of type adyen_payments","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"authorization:capture":{"id":"authorization:capture","description":"Send this attribute if you want to create a capture for this authorization.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"authorization:capture_amount_cents":{"id":"authorization:capture_amount_cents","description":"The associated capture amount, in cents.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"authorization":{"id":"authorization","description":"execute an action on a resource of type authorizations","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"authorization:void":{"id":"authorization:void","description":"Send this attribute if you want to create a void for this authorization.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"bundle:compute_compare_at_amount":{"id":"bundle:compute_compare_at_amount","description":"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.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"bundle":{"id":"bundle","description":"execute an action on a resource of type bundles","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"capture":{"id":"capture","description":"execute an action on a resource of type captures","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"capture:refund":{"id":"capture:refund","description":"Send this attribute if you want to create a refund for this capture.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"capture:refund_amount_cents":{"id":"capture:refund_amount_cents","description":"The associated refund amount, in cents.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"checkout_com_payment:authorize":{"id":"checkout_com_payment:authorize","description":"Send this attribute if you want to authorize the payment.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"checkout_com_payment:details":{"id":"checkout_com_payment:details","description":"Send this attribute if you want to send additional details the payment request (i.e. upon 3DS check).","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"checkout_com_payment":{"id":"checkout_com_payment","description":"execute an action on a resource of type checkout_com_payments","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"checkout_com_payment:refresh":{"id":"checkout_com_payment:refresh","description":"Send this attribute if you want to refresh all the pending transactions, can be used as webhooks fallback logic.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"customer_password_reset":{"id":"customer_password_reset","description":"execute an action on a resource of type customer_password_resets","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"customer_password_reset:reset_password_token":{"id":"customer_password_reset:reset_password_token","description":"Send the 'reset_password_token' that you got on create when updating the customer password.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"gift_card:activate":{"id":"gift_card:activate","description":"Send this attribute if you want to activate a gift card.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"gift_card:balance_change_cents":{"id":"gift_card:balance_change_cents","description":"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).","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"gift_card:deactivate":{"id":"gift_card:deactivate","description":"Send this attribute if you want to deactivate a gift card.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"gift_card":{"id":"gift_card","description":"execute an action on a resource of type gift_cards","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"gift_card:purchase":{"id":"gift_card:purchase","description":"Send this attribute if you want to confirm a draft gift card. The gift card becomes 'inactive', waiting to be activated.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"in_stock_subscription:activate":{"id":"in_stock_subscription:activate","description":"Send this attribute if you want to activate an inactive subscription.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"in_stock_subscription:deactivate":{"id":"in_stock_subscription:deactivate","description":"Send this attribute if you want to dactivate an active subscription.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"in_stock_subscription":{"id":"in_stock_subscription","description":"execute an action on a resource of type in_stock_subscriptions","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"order:approve":{"id":"order:approve","description":"Send this attribute if you want to approve a placed order.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"order:approve_and_capture":{"id":"order:approve_and_capture","description":"Send this attribute if you want to approve and capture a placed order.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"order:archive":{"id":"order:archive","description":"Send this attribute if you want to archive the order.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"order:authorization_amount_cents":{"id":"order:authorization_amount_cents","description":"The authorization amount, in cents.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"order:authorize":{"id":"order:authorize","description":"Send this attribute if you want to authorize the order's payment source.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"order:billing_address_clone_id":{"id":"order:billing_address_clone_id","description":"The id of the address that you want to clone to create the order's billing address.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true},"value":{"name":"value","type":"option","char":"v","description":"the trigger attribute value","required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"order:billing_address_same_as_shipping":{"id":"order:billing_address_same_as_shipping","description":"Send this attribute if you want the billing address to be cloned from the order's shipping address.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"order:cancel":{"id":"order:cancel","description":"Send this attribute if you want to cancel a placed order. The order's authorization will be automatically voided.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"order:capture":{"id":"order:capture","description":"Send this attribute if you want to capture an approved order.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"order:customer_payment_source_id":{"id":"order:customer_payment_source_id","description":"The id of the customer payment source (i.e. credit card) that you want to use as the order's payment source.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true},"value":{"name":"value","type":"option","char":"v","description":"the trigger attribute value","required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"order":{"id":"order","description":"execute an action on a resource of type orders","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"order:place":{"id":"order:place","description":"Send this attribute if you want to place the order.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"order:refresh":{"id":"order:refresh","description":"Send this attribute if you want to manually refresh the order.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"order:refund":{"id":"order:refund","description":"Send this attribute if you want to refund a captured order.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"order:save_billing_address_to_customer_address_book":{"id":"order:save_billing_address_to_customer_address_book","description":"Send this attribute if you want the order's billing address to be saved in the customer's address book as a customer address.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"order:save_payment_source_to_customer_wallet":{"id":"order:save_payment_source_to_customer_wallet","description":"Send this attribute if you want the order's payment source to be saved in the customer's wallet as a customer payment source.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"order:save_shipping_address_to_customer_address_book":{"id":"order:save_shipping_address_to_customer_address_book","description":"Send this attribute if you want the order's shipping address to be saved in the customer's address book as a customer address.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"order:shipping_address_clone_id":{"id":"order:shipping_address_clone_id","description":"The id of the address that you want to clone to create the order's shipping address.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true},"value":{"name":"value","type":"option","char":"v","description":"the trigger attribute value","required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"order:shipping_address_same_as_billing":{"id":"order:shipping_address_same_as_billing","description":"Send this attribute if you want the shipping address to be cloned from the order's billing address.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"order:unarchive":{"id":"order:unarchive","description":"Send this attribute if you want to unarchive the order.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"order:update_taxes":{"id":"order:update_taxes","description":"Send this attribute if you want to force tax calculation for this order (a tax calculator must be associated to the order's market).","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"order_subscription:activate":{"id":"order_subscription:activate","description":"Send this attribute if you want to mark this subscription as active.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"order_subscription:cancel":{"id":"order_subscription:cancel","description":"Send this attribute if you want to mark this subscription as cancelled.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"order_subscription:deactivate":{"id":"order_subscription:deactivate","description":"Send this attribute if you want to mark this subscription as inactive.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"order_subscription":{"id":"order_subscription","description":"execute an action on a resource of type order_subscriptions","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"return:approve":{"id":"return:approve","description":"Send this attribute if you want to mark this return as approved.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"return:archive":{"id":"return:archive","description":"Send this attribute if you want to archive the return.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"return:cancel":{"id":"return:cancel","description":"Send this attribute if you want to mark this return as cancelled.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"return":{"id":"return","description":"execute an action on a resource of type returns","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"return:receive":{"id":"return:receive","description":"Send this attribute if you want to mark this return as received.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"return:reject":{"id":"return:reject","description":"Send this attribute if you want to mark this return as rejected.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"return:request":{"id":"return:request","description":"Send this attribute if you want to activate this return.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"return:restock":{"id":"return:restock","description":"Send this attribute if you want to restock all of the return line items.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"return:ship":{"id":"return:ship","description":"Send this attribute if you want to mark this return as shipped.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"return:unarchive":{"id":"return:unarchive","description":"Send this attribute if you want to unarchive the return.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"return_line_item":{"id":"return_line_item","description":"execute an action on a resource of type return_line_items","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"return_line_item:restock":{"id":"return_line_item:restock","description":"Send this attribute if you want to restock the line item.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"shipment:get_rates":{"id":"shipment:get_rates","description":"Send this attribute if you want get the shipping rates from the associated carrier accounts.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"shipment":{"id":"shipment","description":"execute an action on a resource of type shipments","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"shipment:on_hold":{"id":"shipment:on_hold","description":"Send this attribute if you want to put this shipment on hold.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"shipment:packing":{"id":"shipment:packing","description":"Send this attribute if you want to start packing this shipment.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"shipment:picking":{"id":"shipment:picking","description":"Send this attribute if you want to start picking this shipment.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"shipment:purchase":{"id":"shipment:purchase","description":"Send this attribute if you want to purchase this shipment with the selected rate.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"shipment:ready_to_ship":{"id":"shipment:ready_to_ship","description":"Send this attribute if you want to mark this shipment as ready to ship.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"shipment:ship":{"id":"shipment:ship","description":"Send this attribute if you want to mark this shipment as shipped.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"stock_transfer:cancel":{"id":"stock_transfer:cancel","description":"Send this attribute if you want to cancel this stock transfer.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"stock_transfer:complete":{"id":"stock_transfer:complete","description":"Send this attribute if you want to complete this stock transfer.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"stock_transfer:in_transit":{"id":"stock_transfer:in_transit","description":"Send this attribute if you want to mark this stock transfer as in transit.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"stock_transfer":{"id":"stock_transfer","description":"execute an action on a resource of type stock_transfers","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"stock_transfer:picking":{"id":"stock_transfer:picking","description":"Send this attribute if you want to start picking this stock transfer.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"stock_transfer:upcoming":{"id":"stock_transfer:upcoming","description":"Send this attribute if you want to mark this stock transfer as upcoming.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"stripe_payment":{"id":"stripe_payment","description":"execute an action on a resource of type stripe_payments","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"stripe_payment:refresh":{"id":"stripe_payment:refresh","description":"Send this attribute if you want to refresh the payment status, can be used as webhooks fallback logic.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"webhook":{"id":"webhook","description":"execute an action on a resource of type webhooks","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"webhook:reset_circuit":{"id":"webhook:reset_circuit","description":"Send this attribute if you want to reset the circuit breaker associated to this webhook to 'closed' state and zero failures count.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]}}}
1
+ {"version":"1.0.1","commands":{"noc":{"id":"noc","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","hidden":true,"aliases":[],"flags":{},"args":[]},"adyen_payment:authorize":{"id":"adyen_payment:authorize","description":"Send this attribute if you want to authorize the payment.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"adyen_payment:details":{"id":"adyen_payment:details","description":"Send this attribute if you want to send additional details the payment request.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"adyen_payment":{"id":"adyen_payment","description":"execute an action on a resource of type adyen_payments","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"authorization:capture":{"id":"authorization:capture","description":"Send this attribute if you want to create a capture for this authorization.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"authorization:capture_amount_cents":{"id":"authorization:capture_amount_cents","description":"The associated capture amount, in cents.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"authorization":{"id":"authorization","description":"execute an action on a resource of type authorizations","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"authorization:void":{"id":"authorization:void","description":"Send this attribute if you want to create a void for this authorization.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"bundle:compute_compare_at_amount":{"id":"bundle:compute_compare_at_amount","description":"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.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"bundle":{"id":"bundle","description":"execute an action on a resource of type bundles","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"capture":{"id":"capture","description":"execute an action on a resource of type captures","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"capture:refund":{"id":"capture:refund","description":"Send this attribute if you want to create a refund for this capture.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"capture:refund_amount_cents":{"id":"capture:refund_amount_cents","description":"The associated refund amount, in cents.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"checkout_com_payment:authorize":{"id":"checkout_com_payment:authorize","description":"Send this attribute if you want to authorize the payment.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"checkout_com_payment:details":{"id":"checkout_com_payment:details","description":"Send this attribute if you want to send additional details the payment request (i.e. upon 3DS check).","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"checkout_com_payment":{"id":"checkout_com_payment","description":"execute an action on a resource of type checkout_com_payments","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"checkout_com_payment:refresh":{"id":"checkout_com_payment:refresh","description":"Send this attribute if you want to refresh all the pending transactions, can be used as webhooks fallback logic.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"customer_password_reset":{"id":"customer_password_reset","description":"execute an action on a resource of type customer_password_resets","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"customer_password_reset:reset_password_token":{"id":"customer_password_reset:reset_password_token","description":"Send the 'reset_password_token' that you got on create when updating the customer password.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"gift_card:activate":{"id":"gift_card:activate","description":"Send this attribute if you want to activate a gift card.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"gift_card:balance_change_cents":{"id":"gift_card:balance_change_cents","description":"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).","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"gift_card:deactivate":{"id":"gift_card:deactivate","description":"Send this attribute if you want to deactivate a gift card.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"gift_card":{"id":"gift_card","description":"execute an action on a resource of type gift_cards","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"gift_card:purchase":{"id":"gift_card:purchase","description":"Send this attribute if you want to confirm a draft gift card. The gift card becomes 'inactive', waiting to be activated.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"in_stock_subscription:activate":{"id":"in_stock_subscription:activate","description":"Send this attribute if you want to activate an inactive subscription.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"in_stock_subscription:deactivate":{"id":"in_stock_subscription:deactivate","description":"Send this attribute if you want to dactivate an active subscription.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"in_stock_subscription":{"id":"in_stock_subscription","description":"execute an action on a resource of type in_stock_subscriptions","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"order:approve":{"id":"order:approve","description":"Send this attribute if you want to approve a placed order.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"order:approve_and_capture":{"id":"order:approve_and_capture","description":"Send this attribute if you want to approve and capture a placed order.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"order:archive":{"id":"order:archive","description":"Send this attribute if you want to archive the order.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"order:authorization_amount_cents":{"id":"order:authorization_amount_cents","description":"The authorization amount, in cents.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"order:authorize":{"id":"order:authorize","description":"Send this attribute if you want to authorize the order's payment source.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"order:billing_address_clone_id":{"id":"order:billing_address_clone_id","description":"The id of the address that you want to clone to create the order's billing address.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true},"value":{"name":"value","type":"option","char":"v","description":"the trigger attribute value","required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"order:billing_address_same_as_shipping":{"id":"order:billing_address_same_as_shipping","description":"Send this attribute if you want the billing address to be cloned from the order's shipping address.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"order:cancel":{"id":"order:cancel","description":"Send this attribute if you want to cancel a placed order. The order's authorization will be automatically voided.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"order:capture":{"id":"order:capture","description":"Send this attribute if you want to capture an approved order.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"order:customer_payment_source_id":{"id":"order:customer_payment_source_id","description":"The id of the customer payment source (i.e. credit card) that you want to use as the order's payment source.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true},"value":{"name":"value","type":"option","char":"v","description":"the trigger attribute value","required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"order":{"id":"order","description":"execute an action on a resource of type orders","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"order:place":{"id":"order:place","description":"Send this attribute if you want to place the order.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"order:refresh":{"id":"order:refresh","description":"Send this attribute if you want to manually refresh the order.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"order:refund":{"id":"order:refund","description":"Send this attribute if you want to refund a captured order.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"order:save_billing_address_to_customer_address_book":{"id":"order:save_billing_address_to_customer_address_book","description":"Send this attribute if you want the order's billing address to be saved in the customer's address book as a customer address.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"order:save_payment_source_to_customer_wallet":{"id":"order:save_payment_source_to_customer_wallet","description":"Send this attribute if you want the order's payment source to be saved in the customer's wallet as a customer payment source.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"order:save_shipping_address_to_customer_address_book":{"id":"order:save_shipping_address_to_customer_address_book","description":"Send this attribute if you want the order's shipping address to be saved in the customer's address book as a customer address.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"order:shipping_address_clone_id":{"id":"order:shipping_address_clone_id","description":"The id of the address that you want to clone to create the order's shipping address.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true},"value":{"name":"value","type":"option","char":"v","description":"the trigger attribute value","required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"order:shipping_address_same_as_billing":{"id":"order:shipping_address_same_as_billing","description":"Send this attribute if you want the shipping address to be cloned from the order's billing address.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"order:unarchive":{"id":"order:unarchive","description":"Send this attribute if you want to unarchive the order.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"order:update_taxes":{"id":"order:update_taxes","description":"Send this attribute if you want to force tax calculation for this order (a tax calculator must be associated to the order's market).","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"order_subscription:activate":{"id":"order_subscription:activate","description":"Send this attribute if you want to mark this subscription as active.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"order_subscription:cancel":{"id":"order_subscription:cancel","description":"Send this attribute if you want to mark this subscription as cancelled.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"order_subscription:deactivate":{"id":"order_subscription:deactivate","description":"Send this attribute if you want to mark this subscription as inactive.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"order_subscription":{"id":"order_subscription","description":"execute an action on a resource of type order_subscriptions","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"return:approve":{"id":"return:approve","description":"Send this attribute if you want to mark this return as approved.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"return:archive":{"id":"return:archive","description":"Send this attribute if you want to archive the return.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"return:cancel":{"id":"return:cancel","description":"Send this attribute if you want to mark this return as cancelled.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"return":{"id":"return","description":"execute an action on a resource of type returns","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"return:receive":{"id":"return:receive","description":"Send this attribute if you want to mark this return as received.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"return:reject":{"id":"return:reject","description":"Send this attribute if you want to mark this return as rejected.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"return:request":{"id":"return:request","description":"Send this attribute if you want to activate this return.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"return:restock":{"id":"return:restock","description":"Send this attribute if you want to restock all of the return line items.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"return:ship":{"id":"return:ship","description":"Send this attribute if you want to mark this return as shipped.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"return:unarchive":{"id":"return:unarchive","description":"Send this attribute if you want to unarchive the return.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"return_line_item":{"id":"return_line_item","description":"execute an action on a resource of type return_line_items","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"return_line_item:restock":{"id":"return_line_item:restock","description":"Send this attribute if you want to restock the line item.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"shipment:get_rates":{"id":"shipment:get_rates","description":"Send this attribute if you want get the shipping rates from the associated carrier accounts.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"shipment":{"id":"shipment","description":"execute an action on a resource of type shipments","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"shipment:on_hold":{"id":"shipment:on_hold","description":"Send this attribute if you want to put this shipment on hold.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"shipment:packing":{"id":"shipment:packing","description":"Send this attribute if you want to start packing this shipment.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"shipment:picking":{"id":"shipment:picking","description":"Send this attribute if you want to start picking this shipment.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"shipment:purchase":{"id":"shipment:purchase","description":"Send this attribute if you want to purchase this shipment with the selected rate.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"shipment:ready_to_ship":{"id":"shipment:ready_to_ship","description":"Send this attribute if you want to mark this shipment as ready to ship.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"shipment:ship":{"id":"shipment:ship","description":"Send this attribute if you want to mark this shipment as shipped.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"stock_transfer:cancel":{"id":"stock_transfer:cancel","description":"Send this attribute if you want to cancel this stock transfer.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"stock_transfer:complete":{"id":"stock_transfer:complete","description":"Send this attribute if you want to complete this stock transfer.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"stock_transfer:in_transit":{"id":"stock_transfer:in_transit","description":"Send this attribute if you want to mark this stock transfer as in transit.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"stock_transfer":{"id":"stock_transfer","description":"execute an action on a resource of type stock_transfers","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"stock_transfer:picking":{"id":"stock_transfer:picking","description":"Send this attribute if you want to start picking this stock transfer.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"stock_transfer:upcoming":{"id":"stock_transfer:upcoming","description":"Send this attribute if you want to mark this stock transfer as upcoming.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"stripe_payment":{"id":"stripe_payment","description":"execute an action on a resource of type stripe_payments","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"stripe_payment:refresh":{"id":"stripe_payment:refresh","description":"Send this attribute if you want to refresh the payment status, can be used as webhooks fallback logic.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"webhook":{"id":"webhook","description":"execute an action on a resource of type webhooks","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]},"webhook:reset_circuit":{"id":"webhook:reset_circuit","description":"Send this attribute if you want to reset the circuit breaker associated to this webhook to 'closed' state and zero failures count.","pluginName":"@commercelayer/cli-plugin-triggers","pluginType":"core","aliases":[],"flags":{"organization":{"name":"organization","type":"option","char":"o","description":"the slug of your organization","required":true},"domain":{"name":"domain","type":"option","char":"d","hidden":true,"required":false},"accessToken":{"name":"accessToken","type":"option","hidden":true,"required":true}},"args":[{"name":"id","description":"the unique id of the order","required":true}]}}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercelayer/cli-plugin-triggers",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "author": "Pierluigi Viti <pierluigi@commercelayer.io>",
5
5
  "bin": {
6
6
  "cl-triggers": "./bin/run",
@@ -30,7 +30,7 @@
30
30
  "typescript": "^4.4.4"
31
31
  },
32
32
  "engines": {
33
- "node": ">=12.0.0"
33
+ "node": ">=10.0.0"
34
34
  },
35
35
  "files": [
36
36
  "/bin",
@@ -59,7 +59,8 @@
59
59
  "description": "Execute resource triggers",
60
60
  "hidden": true
61
61
  }
62
- }
62
+ },
63
+ "repositoryPrefix": "<%- repo %>/blob/main/<%- commandPath %>"
63
64
  },
64
65
  "repository": "commercelayer/commercelayer-cli-plugin-triggers",
65
66
  "scripts": {