@commercelayer/cli-plugin-triggers 4.10.0 → 4.12.0

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.
Files changed (147) hide show
  1. package/README.md +1287 -95
  2. package/lib/commands/address/add_tags.d.ts +9 -0
  3. package/lib/commands/address/add_tags.js +22 -0
  4. package/lib/commands/address/index.d.ts +9 -0
  5. package/lib/commands/address/index.js +40 -0
  6. package/lib/commands/address/remove_tags.d.ts +9 -0
  7. package/lib/commands/address/remove_tags.js +22 -0
  8. package/lib/commands/bundle/add_tags.d.ts +9 -0
  9. package/lib/commands/bundle/add_tags.js +22 -0
  10. package/lib/commands/bundle/remove_tags.d.ts +9 -0
  11. package/lib/commands/bundle/remove_tags.js +22 -0
  12. package/lib/commands/buy_x_pay_y_promotion/add_tags.d.ts +9 -0
  13. package/lib/commands/buy_x_pay_y_promotion/add_tags.js +22 -0
  14. package/lib/commands/buy_x_pay_y_promotion/remove_tags.d.ts +9 -0
  15. package/lib/commands/buy_x_pay_y_promotion/remove_tags.js +22 -0
  16. package/lib/commands/coupon/add_tags.d.ts +9 -0
  17. package/lib/commands/coupon/add_tags.js +22 -0
  18. package/lib/commands/coupon/index.d.ts +9 -0
  19. package/lib/commands/coupon/index.js +40 -0
  20. package/lib/commands/coupon/remove_tags.d.ts +9 -0
  21. package/lib/commands/coupon/remove_tags.js +22 -0
  22. package/lib/commands/customer/add_tags.d.ts +9 -0
  23. package/lib/commands/customer/add_tags.js +22 -0
  24. package/lib/commands/customer/index.d.ts +9 -0
  25. package/lib/commands/customer/index.js +40 -0
  26. package/lib/commands/customer/remove_tags.d.ts +9 -0
  27. package/lib/commands/customer/remove_tags.js +22 -0
  28. package/lib/commands/easypost_pickup/index.d.ts +9 -0
  29. package/lib/commands/easypost_pickup/index.js +40 -0
  30. package/lib/commands/easypost_pickup/purchase.d.ts +9 -0
  31. package/lib/commands/easypost_pickup/purchase.js +22 -0
  32. package/lib/commands/external_promotion/add_tags.d.ts +9 -0
  33. package/lib/commands/external_promotion/add_tags.js +22 -0
  34. package/lib/commands/external_promotion/remove_tags.d.ts +9 -0
  35. package/lib/commands/external_promotion/remove_tags.js +22 -0
  36. package/lib/commands/fixed_amount_promotion/add_tags.d.ts +9 -0
  37. package/lib/commands/fixed_amount_promotion/add_tags.js +22 -0
  38. package/lib/commands/fixed_amount_promotion/remove_tags.d.ts +9 -0
  39. package/lib/commands/fixed_amount_promotion/remove_tags.js +22 -0
  40. package/lib/commands/fixed_price_promotion/add_tags.d.ts +9 -0
  41. package/lib/commands/fixed_price_promotion/add_tags.js +22 -0
  42. package/lib/commands/fixed_price_promotion/remove_tags.d.ts +9 -0
  43. package/lib/commands/fixed_price_promotion/remove_tags.js +22 -0
  44. package/lib/commands/flex_promotion/add_tags.d.ts +9 -0
  45. package/lib/commands/flex_promotion/add_tags.js +22 -0
  46. package/lib/commands/flex_promotion/remove_tags.d.ts +9 -0
  47. package/lib/commands/flex_promotion/remove_tags.js +22 -0
  48. package/lib/commands/free_gift_promotion/add_tags.d.ts +9 -0
  49. package/lib/commands/free_gift_promotion/add_tags.js +22 -0
  50. package/lib/commands/free_gift_promotion/remove_tags.d.ts +9 -0
  51. package/lib/commands/free_gift_promotion/remove_tags.js +22 -0
  52. package/lib/commands/free_shipping_promotion/add_tags.d.ts +9 -0
  53. package/lib/commands/free_shipping_promotion/add_tags.js +22 -0
  54. package/lib/commands/free_shipping_promotion/remove_tags.d.ts +9 -0
  55. package/lib/commands/free_shipping_promotion/remove_tags.js +22 -0
  56. package/lib/commands/gift_card/add_tags.d.ts +9 -0
  57. package/lib/commands/gift_card/add_tags.js +22 -0
  58. package/lib/commands/gift_card/remove_tags.d.ts +9 -0
  59. package/lib/commands/gift_card/remove_tags.js +22 -0
  60. package/lib/commands/line_item/add_tags.d.ts +9 -0
  61. package/lib/commands/line_item/add_tags.js +22 -0
  62. package/lib/commands/line_item/remove_tags.d.ts +9 -0
  63. package/lib/commands/line_item/remove_tags.js +22 -0
  64. package/lib/commands/line_item_option/add_tags.d.ts +9 -0
  65. package/lib/commands/line_item_option/add_tags.js +22 -0
  66. package/lib/commands/line_item_option/index.d.ts +9 -0
  67. package/lib/commands/line_item_option/index.js +40 -0
  68. package/lib/commands/line_item_option/remove_tags.d.ts +9 -0
  69. package/lib/commands/line_item_option/remove_tags.js +22 -0
  70. package/lib/commands/order/add_tags.d.ts +9 -0
  71. package/lib/commands/order/add_tags.js +22 -0
  72. package/lib/commands/order/remove_tags.d.ts +9 -0
  73. package/lib/commands/order/remove_tags.js +22 -0
  74. package/lib/commands/order_subscription/add_tags.d.ts +9 -0
  75. package/lib/commands/order_subscription/add_tags.js +22 -0
  76. package/lib/commands/order_subscription/remove_tags.d.ts +9 -0
  77. package/lib/commands/order_subscription/remove_tags.js +22 -0
  78. package/lib/commands/percentage_discount_promotion/add_tags.d.ts +9 -0
  79. package/lib/commands/percentage_discount_promotion/add_tags.js +22 -0
  80. package/lib/commands/percentage_discount_promotion/remove_tags.d.ts +9 -0
  81. package/lib/commands/percentage_discount_promotion/remove_tags.js +22 -0
  82. package/lib/commands/return/add_tags.d.ts +9 -0
  83. package/lib/commands/return/add_tags.js +22 -0
  84. package/lib/commands/return/remove_tags.d.ts +9 -0
  85. package/lib/commands/return/remove_tags.js +22 -0
  86. package/lib/commands/shipment/add_tags.d.ts +9 -0
  87. package/lib/commands/shipment/add_tags.js +22 -0
  88. package/lib/commands/shipment/remove_tags.d.ts +9 -0
  89. package/lib/commands/shipment/remove_tags.js +22 -0
  90. package/lib/commands/sku/add_tags.d.ts +9 -0
  91. package/lib/commands/sku/add_tags.js +22 -0
  92. package/lib/commands/sku/index.d.ts +9 -0
  93. package/lib/commands/sku/index.js +40 -0
  94. package/lib/commands/sku/remove_tags.d.ts +9 -0
  95. package/lib/commands/sku/remove_tags.js +22 -0
  96. package/lib/commands/sku_option/add_tags.d.ts +9 -0
  97. package/lib/commands/sku_option/add_tags.js +22 -0
  98. package/lib/commands/sku_option/index.d.ts +9 -0
  99. package/lib/commands/sku_option/index.js +40 -0
  100. package/lib/commands/sku_option/remove_tags.d.ts +9 -0
  101. package/lib/commands/sku_option/remove_tags.js +22 -0
  102. package/lib/triggers/addresses.d.ts +3 -0
  103. package/lib/triggers/addresses.js +15 -0
  104. package/lib/triggers/bundles.d.ts +1 -1
  105. package/lib/triggers/bundles.js +10 -0
  106. package/lib/triggers/buy_x_pay_y_promotions.d.ts +1 -1
  107. package/lib/triggers/buy_x_pay_y_promotions.js +10 -0
  108. package/lib/triggers/coupons.d.ts +3 -0
  109. package/lib/triggers/coupons.js +15 -0
  110. package/lib/triggers/customers.d.ts +3 -0
  111. package/lib/triggers/customers.js +15 -0
  112. package/lib/triggers/easypost_pickups.d.ts +3 -0
  113. package/lib/triggers/easypost_pickups.js +10 -0
  114. package/lib/triggers/external_promotions.d.ts +1 -1
  115. package/lib/triggers/external_promotions.js +10 -0
  116. package/lib/triggers/fixed_amount_promotions.d.ts +1 -1
  117. package/lib/triggers/fixed_amount_promotions.js +10 -0
  118. package/lib/triggers/fixed_price_promotions.d.ts +1 -1
  119. package/lib/triggers/fixed_price_promotions.js +10 -0
  120. package/lib/triggers/flex_promotions.d.ts +1 -1
  121. package/lib/triggers/flex_promotions.js +10 -0
  122. package/lib/triggers/free_gift_promotions.d.ts +1 -1
  123. package/lib/triggers/free_gift_promotions.js +10 -0
  124. package/lib/triggers/free_shipping_promotions.d.ts +1 -1
  125. package/lib/triggers/free_shipping_promotions.js +10 -0
  126. package/lib/triggers/gift_cards.d.ts +1 -1
  127. package/lib/triggers/gift_cards.js +10 -0
  128. package/lib/triggers/line_item_options.d.ts +3 -0
  129. package/lib/triggers/line_item_options.js +15 -0
  130. package/lib/triggers/line_items.d.ts +1 -1
  131. package/lib/triggers/line_items.js +10 -0
  132. package/lib/triggers/order_subscriptions.d.ts +1 -1
  133. package/lib/triggers/order_subscriptions.js +10 -0
  134. package/lib/triggers/orders.d.ts +1 -1
  135. package/lib/triggers/orders.js +11 -1
  136. package/lib/triggers/percentage_discount_promotions.d.ts +1 -1
  137. package/lib/triggers/percentage_discount_promotions.js +10 -0
  138. package/lib/triggers/returns.d.ts +1 -1
  139. package/lib/triggers/returns.js +10 -0
  140. package/lib/triggers/shipments.d.ts +1 -1
  141. package/lib/triggers/shipments.js +10 -0
  142. package/lib/triggers/sku_options.d.ts +3 -0
  143. package/lib/triggers/sku_options.js +15 -0
  144. package/lib/triggers/skus.d.ts +3 -0
  145. package/lib/triggers/skus.js +15 -0
  146. package/oclif.manifest.json +5193 -793
  147. package/package.json +6 -6
package/README.md CHANGED
@@ -30,6 +30,9 @@ $ commercelayer plugins:install triggers
30
30
  ## Commands
31
31
  <!-- commands -->
32
32
 
33
+ * [`commercelayer address ID`](#commercelayer-address-id)
34
+ * [`commercelayer address:add_tags ID`](#commercelayer-addressadd_tags-id)
35
+ * [`commercelayer address:remove_tags ID`](#commercelayer-addressremove_tags-id)
33
36
  * [`commercelayer adyen_payment ID`](#commercelayer-adyen_payment-id)
34
37
  * [`commercelayer adyen_payment:authorize ID`](#commercelayer-adyen_paymentauthorize-id)
35
38
  * [`commercelayer adyen_payment:details ID`](#commercelayer-adyen_paymentdetails-id)
@@ -42,11 +45,15 @@ $ commercelayer plugins:install triggers
42
45
  * [`commercelayer axerve_payment ID`](#commercelayer-axerve_payment-id)
43
46
  * [`commercelayer axerve_payment:update ID`](#commercelayer-axerve_paymentupdate-id)
44
47
  * [`commercelayer bundle ID`](#commercelayer-bundle-id)
48
+ * [`commercelayer bundle:add_tags ID`](#commercelayer-bundleadd_tags-id)
45
49
  * [`commercelayer bundle:compute_compare_at_amount ID`](#commercelayer-bundlecompute_compare_at_amount-id)
46
50
  * [`commercelayer bundle:compute_price_amount ID`](#commercelayer-bundlecompute_price_amount-id)
51
+ * [`commercelayer bundle:remove_tags ID`](#commercelayer-bundleremove_tags-id)
47
52
  * [`commercelayer buy_x_pay_y_promotion ID`](#commercelayer-buy_x_pay_y_promotion-id)
53
+ * [`commercelayer buy_x_pay_y_promotion:add_tags ID`](#commercelayer-buy_x_pay_y_promotionadd_tags-id)
48
54
  * [`commercelayer buy_x_pay_y_promotion:disable ID`](#commercelayer-buy_x_pay_y_promotiondisable-id)
49
55
  * [`commercelayer buy_x_pay_y_promotion:enable ID`](#commercelayer-buy_x_pay_y_promotionenable-id)
56
+ * [`commercelayer buy_x_pay_y_promotion:remove_tags ID`](#commercelayer-buy_x_pay_y_promotionremove_tags-id)
50
57
  * [`commercelayer capture ID`](#commercelayer-capture-id)
51
58
  * [`commercelayer capture:cancel ID`](#commercelayer-capturecancel-id)
52
59
  * [`commercelayer capture:forward ID`](#commercelayer-captureforward-id)
@@ -57,8 +64,16 @@ $ commercelayer plugins:install triggers
57
64
  * [`commercelayer checkout_com_payment:refresh ID`](#commercelayer-checkout_com_paymentrefresh-id)
58
65
  * [`commercelayer cleanup ID`](#commercelayer-cleanup-id)
59
66
  * [`commercelayer cleanup:interrupt ID`](#commercelayer-cleanupinterrupt-id)
67
+ * [`commercelayer coupon ID`](#commercelayer-coupon-id)
68
+ * [`commercelayer coupon:add_tags ID`](#commercelayer-couponadd_tags-id)
69
+ * [`commercelayer coupon:remove_tags ID`](#commercelayer-couponremove_tags-id)
70
+ * [`commercelayer customer ID`](#commercelayer-customer-id)
71
+ * [`commercelayer customer:add_tags ID`](#commercelayer-customeradd_tags-id)
72
+ * [`commercelayer customer:remove_tags ID`](#commercelayer-customerremove_tags-id)
60
73
  * [`commercelayer customer_password_reset ID`](#commercelayer-customer_password_reset-id)
61
74
  * [`commercelayer customer_password_reset:reset_password_token ID`](#commercelayer-customer_password_resetreset_password_token-id)
75
+ * [`commercelayer easypost_pickup ID`](#commercelayer-easypost_pickup-id)
76
+ * [`commercelayer easypost_pickup:purchase ID`](#commercelayer-easypost_pickuppurchase-id)
62
77
  * [`commercelayer event ID`](#commercelayer-event-id)
63
78
  * [`commercelayer event:trigger ID`](#commercelayer-eventtrigger-id)
64
79
  * [`commercelayer export ID`](#commercelayer-export-id)
@@ -66,31 +81,45 @@ $ commercelayer plugins:install triggers
66
81
  * [`commercelayer external_gateway ID`](#commercelayer-external_gateway-id)
67
82
  * [`commercelayer external_gateway:reset_circuit ID`](#commercelayer-external_gatewayreset_circuit-id)
68
83
  * [`commercelayer external_promotion ID`](#commercelayer-external_promotion-id)
84
+ * [`commercelayer external_promotion:add_tags ID`](#commercelayer-external_promotionadd_tags-id)
69
85
  * [`commercelayer external_promotion:disable ID`](#commercelayer-external_promotiondisable-id)
70
86
  * [`commercelayer external_promotion:enable ID`](#commercelayer-external_promotionenable-id)
87
+ * [`commercelayer external_promotion:remove_tags ID`](#commercelayer-external_promotionremove_tags-id)
71
88
  * [`commercelayer external_promotion:reset_circuit ID`](#commercelayer-external_promotionreset_circuit-id)
72
89
  * [`commercelayer external_tax_calculator ID`](#commercelayer-external_tax_calculator-id)
73
90
  * [`commercelayer external_tax_calculator:reset_circuit ID`](#commercelayer-external_tax_calculatorreset_circuit-id)
74
91
  * [`commercelayer fixed_amount_promotion ID`](#commercelayer-fixed_amount_promotion-id)
92
+ * [`commercelayer fixed_amount_promotion:add_tags ID`](#commercelayer-fixed_amount_promotionadd_tags-id)
75
93
  * [`commercelayer fixed_amount_promotion:disable ID`](#commercelayer-fixed_amount_promotiondisable-id)
76
94
  * [`commercelayer fixed_amount_promotion:enable ID`](#commercelayer-fixed_amount_promotionenable-id)
95
+ * [`commercelayer fixed_amount_promotion:remove_tags ID`](#commercelayer-fixed_amount_promotionremove_tags-id)
77
96
  * [`commercelayer fixed_price_promotion ID`](#commercelayer-fixed_price_promotion-id)
97
+ * [`commercelayer fixed_price_promotion:add_tags ID`](#commercelayer-fixed_price_promotionadd_tags-id)
78
98
  * [`commercelayer fixed_price_promotion:disable ID`](#commercelayer-fixed_price_promotiondisable-id)
79
99
  * [`commercelayer fixed_price_promotion:enable ID`](#commercelayer-fixed_price_promotionenable-id)
100
+ * [`commercelayer fixed_price_promotion:remove_tags ID`](#commercelayer-fixed_price_promotionremove_tags-id)
80
101
  * [`commercelayer flex_promotion ID`](#commercelayer-flex_promotion-id)
102
+ * [`commercelayer flex_promotion:add_tags ID`](#commercelayer-flex_promotionadd_tags-id)
81
103
  * [`commercelayer flex_promotion:disable ID`](#commercelayer-flex_promotiondisable-id)
82
104
  * [`commercelayer flex_promotion:enable ID`](#commercelayer-flex_promotionenable-id)
105
+ * [`commercelayer flex_promotion:remove_tags ID`](#commercelayer-flex_promotionremove_tags-id)
83
106
  * [`commercelayer free_gift_promotion ID`](#commercelayer-free_gift_promotion-id)
107
+ * [`commercelayer free_gift_promotion:add_tags ID`](#commercelayer-free_gift_promotionadd_tags-id)
84
108
  * [`commercelayer free_gift_promotion:disable ID`](#commercelayer-free_gift_promotiondisable-id)
85
109
  * [`commercelayer free_gift_promotion:enable ID`](#commercelayer-free_gift_promotionenable-id)
110
+ * [`commercelayer free_gift_promotion:remove_tags ID`](#commercelayer-free_gift_promotionremove_tags-id)
86
111
  * [`commercelayer free_shipping_promotion ID`](#commercelayer-free_shipping_promotion-id)
112
+ * [`commercelayer free_shipping_promotion:add_tags ID`](#commercelayer-free_shipping_promotionadd_tags-id)
87
113
  * [`commercelayer free_shipping_promotion:disable ID`](#commercelayer-free_shipping_promotiondisable-id)
88
114
  * [`commercelayer free_shipping_promotion:enable ID`](#commercelayer-free_shipping_promotionenable-id)
115
+ * [`commercelayer free_shipping_promotion:remove_tags ID`](#commercelayer-free_shipping_promotionremove_tags-id)
89
116
  * [`commercelayer gift_card ID`](#commercelayer-gift_card-id)
90
117
  * [`commercelayer gift_card:activate ID`](#commercelayer-gift_cardactivate-id)
118
+ * [`commercelayer gift_card:add_tags ID`](#commercelayer-gift_cardadd_tags-id)
91
119
  * [`commercelayer gift_card:balance_change_cents ID`](#commercelayer-gift_cardbalance_change_cents-id)
92
120
  * [`commercelayer gift_card:deactivate ID`](#commercelayer-gift_carddeactivate-id)
93
121
  * [`commercelayer gift_card:purchase ID`](#commercelayer-gift_cardpurchase-id)
122
+ * [`commercelayer gift_card:remove_tags ID`](#commercelayer-gift_cardremove_tags-id)
94
123
  * [`commercelayer import ID`](#commercelayer-import-id)
95
124
  * [`commercelayer import:interrupt ID`](#commercelayer-importinterrupt-id)
96
125
  * [`commercelayer in_stock_subscription ID`](#commercelayer-in_stock_subscription-id)
@@ -99,9 +128,14 @@ $ commercelayer plugins:install triggers
99
128
  * [`commercelayer klarna_payment ID`](#commercelayer-klarna_payment-id)
100
129
  * [`commercelayer klarna_payment:update ID`](#commercelayer-klarna_paymentupdate-id)
101
130
  * [`commercelayer line_item ID`](#commercelayer-line_item-id)
131
+ * [`commercelayer line_item:add_tags ID`](#commercelayer-line_itemadd_tags-id)
102
132
  * [`commercelayer line_item:external_price ID`](#commercelayer-line_itemexternal_price-id)
133
+ * [`commercelayer line_item:remove_tags ID`](#commercelayer-line_itemremove_tags-id)
103
134
  * [`commercelayer line_item:reserve_stock ID`](#commercelayer-line_itemreserve_stock-id)
104
135
  * [`commercelayer line_item:reset_circuit ID`](#commercelayer-line_itemreset_circuit-id)
136
+ * [`commercelayer line_item_option ID`](#commercelayer-line_item_option-id)
137
+ * [`commercelayer line_item_option:add_tags ID`](#commercelayer-line_item_optionadd_tags-id)
138
+ * [`commercelayer line_item_option:remove_tags ID`](#commercelayer-line_item_optionremove_tags-id)
105
139
  * [`commercelayer link ID`](#commercelayer-link-id)
106
140
  * [`commercelayer link:disable ID`](#commercelayer-linkdisable-id)
107
141
  * [`commercelayer link:enable ID`](#commercelayer-linkenable-id)
@@ -109,6 +143,7 @@ $ commercelayer plugins:install triggers
109
143
  * [`commercelayer market:disable ID`](#commercelayer-marketdisable-id)
110
144
  * [`commercelayer market:enable ID`](#commercelayer-marketenable-id)
111
145
  * [`commercelayer order ID`](#commercelayer-order-id)
146
+ * [`commercelayer order:add_tags ID`](#commercelayer-orderadd_tags-id)
112
147
  * [`commercelayer order:approve ID`](#commercelayer-orderapprove-id)
113
148
  * [`commercelayer order:approve_and_capture ID`](#commercelayer-orderapprove_and_capture-id)
114
149
  * [`commercelayer order:archive ID`](#commercelayer-orderarchive-id)
@@ -129,6 +164,7 @@ $ commercelayer plugins:install triggers
129
164
  * [`commercelayer order:refresh ID`](#commercelayer-orderrefresh-id)
130
165
  * [`commercelayer order:refund ID`](#commercelayer-orderrefund-id)
131
166
  * [`commercelayer order:refund_invoice ID`](#commercelayer-orderrefund_invoice-id)
167
+ * [`commercelayer order:remove_tags ID`](#commercelayer-orderremove_tags-id)
132
168
  * [`commercelayer order:reset_circuit ID`](#commercelayer-orderreset_circuit-id)
133
169
  * [`commercelayer order:save_billing_address_to_customer_address_book ID`](#commercelayer-ordersave_billing_address_to_customer_address_book-id)
134
170
  * [`commercelayer order:save_payment_source_to_customer_wallet ID`](#commercelayer-ordersave_payment_source_to_customer_wallet-id)
@@ -142,21 +178,26 @@ $ commercelayer plugins:install triggers
142
178
  * [`commercelayer order:validate ID`](#commercelayer-ordervalidate-id)
143
179
  * [`commercelayer order_subscription ID`](#commercelayer-order_subscription-id)
144
180
  * [`commercelayer order_subscription:activate ID`](#commercelayer-order_subscriptionactivate-id)
181
+ * [`commercelayer order_subscription:add_tags ID`](#commercelayer-order_subscriptionadd_tags-id)
145
182
  * [`commercelayer order_subscription:cancel ID`](#commercelayer-order_subscriptioncancel-id)
146
183
  * [`commercelayer order_subscription:convert ID`](#commercelayer-order_subscriptionconvert-id)
147
184
  * [`commercelayer order_subscription:deactivate ID`](#commercelayer-order_subscriptiondeactivate-id)
185
+ * [`commercelayer order_subscription:remove_tags ID`](#commercelayer-order_subscriptionremove_tags-id)
148
186
  * [`commercelayer payment_method ID`](#commercelayer-payment_method-id)
149
187
  * [`commercelayer payment_method:disable ID`](#commercelayer-payment_methoddisable-id)
150
188
  * [`commercelayer payment_method:enable ID`](#commercelayer-payment_methodenable-id)
151
189
  * [`commercelayer percentage_discount_promotion ID`](#commercelayer-percentage_discount_promotion-id)
190
+ * [`commercelayer percentage_discount_promotion:add_tags ID`](#commercelayer-percentage_discount_promotionadd_tags-id)
152
191
  * [`commercelayer percentage_discount_promotion:disable ID`](#commercelayer-percentage_discount_promotiondisable-id)
153
192
  * [`commercelayer percentage_discount_promotion:enable ID`](#commercelayer-percentage_discount_promotionenable-id)
193
+ * [`commercelayer percentage_discount_promotion:remove_tags ID`](#commercelayer-percentage_discount_promotionremove_tags-id)
154
194
  * [`commercelayer price_list_scheduler ID`](#commercelayer-price_list_scheduler-id)
155
195
  * [`commercelayer price_list_scheduler:disable ID`](#commercelayer-price_list_schedulerdisable-id)
156
196
  * [`commercelayer price_list_scheduler:enable ID`](#commercelayer-price_list_schedulerenable-id)
157
197
  * [`commercelayer refund ID`](#commercelayer-refund-id)
158
198
  * [`commercelayer refund:forward ID`](#commercelayer-refundforward-id)
159
199
  * [`commercelayer return ID`](#commercelayer-return-id)
200
+ * [`commercelayer return:add_tags ID`](#commercelayer-returnadd_tags-id)
160
201
  * [`commercelayer return:approve ID`](#commercelayer-returnapprove-id)
161
202
  * [`commercelayer return:archive ID`](#commercelayer-returnarchive-id)
162
203
  * [`commercelayer return:cancel ID`](#commercelayer-returncancel-id)
@@ -164,6 +205,7 @@ $ commercelayer plugins:install triggers
164
205
  * [`commercelayer return:refund ID`](#commercelayer-returnrefund-id)
165
206
  * [`commercelayer return:refund_amount_cents ID`](#commercelayer-returnrefund_amount_cents-id)
166
207
  * [`commercelayer return:reject ID`](#commercelayer-returnreject-id)
208
+ * [`commercelayer return:remove_tags ID`](#commercelayer-returnremove_tags-id)
167
209
  * [`commercelayer return:request ID`](#commercelayer-returnrequest-id)
168
210
  * [`commercelayer return:restock ID`](#commercelayer-returnrestock-id)
169
211
  * [`commercelayer return:ship ID`](#commercelayer-returnship-id)
@@ -173,6 +215,7 @@ $ commercelayer plugins:install triggers
173
215
  * [`commercelayer satispay_payment ID`](#commercelayer-satispay_payment-id)
174
216
  * [`commercelayer satispay_payment:refresh ID`](#commercelayer-satispay_paymentrefresh-id)
175
217
  * [`commercelayer shipment ID`](#commercelayer-shipment-id)
218
+ * [`commercelayer shipment:add_tags ID`](#commercelayer-shipmentadd_tags-id)
176
219
  * [`commercelayer shipment:cancel ID`](#commercelayer-shipmentcancel-id)
177
220
  * [`commercelayer shipment:decrement_stock ID`](#commercelayer-shipmentdecrement_stock-id)
178
221
  * [`commercelayer shipment:deliver ID`](#commercelayer-shipmentdeliver-id)
@@ -183,6 +226,7 @@ $ commercelayer plugins:install triggers
183
226
  * [`commercelayer shipment:purchase ID`](#commercelayer-shipmentpurchase-id)
184
227
  * [`commercelayer shipment:ready_to_ship ID`](#commercelayer-shipmentready_to_ship-id)
185
228
  * [`commercelayer shipment:release_stock ID`](#commercelayer-shipmentrelease_stock-id)
229
+ * [`commercelayer shipment:remove_tags ID`](#commercelayer-shipmentremove_tags-id)
186
230
  * [`commercelayer shipment:reserve_stock ID`](#commercelayer-shipmentreserve_stock-id)
187
231
  * [`commercelayer shipment:ship ID`](#commercelayer-shipmentship-id)
188
232
  * [`commercelayer shipment:upcoming ID`](#commercelayer-shipmentupcoming-id)
@@ -190,6 +234,12 @@ $ commercelayer plugins:install triggers
190
234
  * [`commercelayer shipping_method:disable ID`](#commercelayer-shipping_methoddisable-id)
191
235
  * [`commercelayer shipping_method:enable ID`](#commercelayer-shipping_methodenable-id)
192
236
  * [`commercelayer shipping_method:reset_circuit ID`](#commercelayer-shipping_methodreset_circuit-id)
237
+ * [`commercelayer sku ID`](#commercelayer-sku-id)
238
+ * [`commercelayer sku:add_tags ID`](#commercelayer-skuadd_tags-id)
239
+ * [`commercelayer sku:remove_tags ID`](#commercelayer-skuremove_tags-id)
240
+ * [`commercelayer sku_option ID`](#commercelayer-sku_option-id)
241
+ * [`commercelayer sku_option:add_tags ID`](#commercelayer-sku_optionadd_tags-id)
242
+ * [`commercelayer sku_option:remove_tags ID`](#commercelayer-sku_optionremove_tags-id)
193
243
  * [`commercelayer stock_item ID`](#commercelayer-stock_item-id)
194
244
  * [`commercelayer stock_item:validate ID`](#commercelayer-stock_itemvalidate-id)
195
245
  * [`commercelayer stock_line_item ID`](#commercelayer-stock_line_item-id)
@@ -217,6 +267,74 @@ $ commercelayer plugins:install triggers
217
267
  * [`commercelayer webhook:enable ID`](#commercelayer-webhookenable-id)
218
268
  * [`commercelayer webhook:reset_circuit ID`](#commercelayer-webhookreset_circuit-id)
219
269
 
270
+ ### `commercelayer address ID`
271
+
272
+ Execute an action on a resource of type addresses.
273
+
274
+ ```sh-session
275
+ USAGE
276
+ $ commercelayer address ID [-u [-j -p]]
277
+
278
+ ARGUMENTS
279
+ ID the unique id of the resource
280
+
281
+ FLAGS
282
+ -j, --json print result in JSON format
283
+ -p, --print print out the modified resource
284
+ -u, --unformatted print JSON output without indentation
285
+
286
+ DESCRIPTION
287
+ execute an action on a resource of type addresses
288
+ ```
289
+
290
+ _See code: [src/commands/address/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/address/index.ts)_
291
+
292
+ ### `commercelayer address:add_tags ID`
293
+
294
+ Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.
295
+
296
+ ```sh-session
297
+ USAGE
298
+ $ commercelayer address:add_tags ID [-u [-j -p]]
299
+
300
+ ARGUMENTS
301
+ ID the unique id of the resource
302
+
303
+ FLAGS
304
+ -j, --json print result in JSON format
305
+ -p, --print print out the modified resource
306
+ -u, --unformatted print JSON output without indentation
307
+
308
+ DESCRIPTION
309
+ Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by
310
+ sales channels.
311
+ ```
312
+
313
+ _See code: [src/commands/address/add_tags.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/address/add_tags.ts)_
314
+
315
+ ### `commercelayer address:remove_tags ID`
316
+
317
+ Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.
318
+
319
+ ```sh-session
320
+ USAGE
321
+ $ commercelayer address:remove_tags ID [-u [-j -p]]
322
+
323
+ ARGUMENTS
324
+ ID the unique id of the resource
325
+
326
+ FLAGS
327
+ -j, --json print result in JSON format
328
+ -p, --print print out the modified resource
329
+ -u, --unformatted print JSON output without indentation
330
+
331
+ DESCRIPTION
332
+ Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed
333
+ by sales channels.
334
+ ```
335
+
336
+ _See code: [src/commands/address/remove_tags.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/address/remove_tags.ts)_
337
+
220
338
  ### `commercelayer adyen_payment ID`
221
339
 
222
340
  Execute an action on a resource of type adyen_payments.
@@ -482,6 +600,29 @@ DESCRIPTION
482
600
 
483
601
  _See code: [src/commands/bundle/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/bundle/index.ts)_
484
602
 
603
+ ### `commercelayer bundle:add_tags ID`
604
+
605
+ Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.
606
+
607
+ ```sh-session
608
+ USAGE
609
+ $ commercelayer bundle:add_tags ID [-u [-j -p]]
610
+
611
+ ARGUMENTS
612
+ ID the unique id of the resource
613
+
614
+ FLAGS
615
+ -j, --json print result in JSON format
616
+ -p, --print print out the modified resource
617
+ -u, --unformatted print JSON output without indentation
618
+
619
+ DESCRIPTION
620
+ Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by
621
+ sales channels.
622
+ ```
623
+
624
+ _See code: [src/commands/bundle/add_tags.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/bundle/add_tags.ts)_
625
+
485
626
  ### `commercelayer bundle:compute_compare_at_amount ID`
486
627
 
487
628
  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.
@@ -528,6 +669,29 @@ DESCRIPTION
528
669
 
529
670
  _See code: [src/commands/bundle/compute_price_amount.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/bundle/compute_price_amount.ts)_
530
671
 
672
+ ### `commercelayer bundle:remove_tags ID`
673
+
674
+ Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.
675
+
676
+ ```sh-session
677
+ USAGE
678
+ $ commercelayer bundle:remove_tags ID [-u [-j -p]]
679
+
680
+ ARGUMENTS
681
+ ID the unique id of the resource
682
+
683
+ FLAGS
684
+ -j, --json print result in JSON format
685
+ -p, --print print out the modified resource
686
+ -u, --unformatted print JSON output without indentation
687
+
688
+ DESCRIPTION
689
+ Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed
690
+ by sales channels.
691
+ ```
692
+
693
+ _See code: [src/commands/bundle/remove_tags.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/bundle/remove_tags.ts)_
694
+
531
695
  ### `commercelayer buy_x_pay_y_promotion ID`
532
696
 
533
697
  Execute an action on a resource of type buy_x_pay_y_promotions.
@@ -550,6 +714,29 @@ DESCRIPTION
550
714
 
551
715
  _See code: [src/commands/buy_x_pay_y_promotion/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/buy_x_pay_y_promotion/index.ts)_
552
716
 
717
+ ### `commercelayer buy_x_pay_y_promotion:add_tags ID`
718
+
719
+ Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.
720
+
721
+ ```sh-session
722
+ USAGE
723
+ $ commercelayer buy_x_pay_y_promotion:add_tags ID [-u [-j -p]]
724
+
725
+ ARGUMENTS
726
+ ID the unique id of the resource
727
+
728
+ FLAGS
729
+ -j, --json print result in JSON format
730
+ -p, --print print out the modified resource
731
+ -u, --unformatted print JSON output without indentation
732
+
733
+ DESCRIPTION
734
+ Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by
735
+ sales channels.
736
+ ```
737
+
738
+ _See code: [src/commands/buy_x_pay_y_promotion/add_tags.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/buy_x_pay_y_promotion/add_tags.ts)_
739
+
553
740
  ### `commercelayer buy_x_pay_y_promotion:disable ID`
554
741
 
555
742
  Send this attribute if you want to mark this resource as disabled.
@@ -594,6 +781,29 @@ DESCRIPTION
594
781
 
595
782
  _See code: [src/commands/buy_x_pay_y_promotion/enable.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/buy_x_pay_y_promotion/enable.ts)_
596
783
 
784
+ ### `commercelayer buy_x_pay_y_promotion:remove_tags ID`
785
+
786
+ Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.
787
+
788
+ ```sh-session
789
+ USAGE
790
+ $ commercelayer buy_x_pay_y_promotion:remove_tags ID [-u [-j -p]]
791
+
792
+ ARGUMENTS
793
+ ID the unique id of the resource
794
+
795
+ FLAGS
796
+ -j, --json print result in JSON format
797
+ -p, --print print out the modified resource
798
+ -u, --unformatted print JSON output without indentation
799
+
800
+ DESCRIPTION
801
+ Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed
802
+ by sales channels.
803
+ ```
804
+
805
+ _See code: [src/commands/buy_x_pay_y_promotion/remove_tags.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/buy_x_pay_y_promotion/remove_tags.ts)_
806
+
597
807
  ### `commercelayer capture ID`
598
808
 
599
809
  Execute an action on a resource of type captures.
@@ -815,13 +1025,13 @@ DESCRIPTION
815
1025
 
816
1026
  _See code: [src/commands/cleanup/interrupt.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/cleanup/interrupt.ts)_
817
1027
 
818
- ### `commercelayer customer_password_reset ID`
1028
+ ### `commercelayer coupon ID`
819
1029
 
820
- Execute an action on a resource of type customer_password_resets.
1030
+ Execute an action on a resource of type coupons.
821
1031
 
822
1032
  ```sh-session
823
1033
  USAGE
824
- $ commercelayer customer_password_reset ID [-u [-j -p]]
1034
+ $ commercelayer coupon ID [-u [-j -p]]
825
1035
 
826
1036
  ARGUMENTS
827
1037
  ID the unique id of the resource
@@ -832,18 +1042,18 @@ FLAGS
832
1042
  -u, --unformatted print JSON output without indentation
833
1043
 
834
1044
  DESCRIPTION
835
- execute an action on a resource of type customer_password_resets
1045
+ execute an action on a resource of type coupons
836
1046
  ```
837
1047
 
838
- _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)_
1048
+ _See code: [src/commands/coupon/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/coupon/index.ts)_
839
1049
 
840
- ### `commercelayer customer_password_reset:reset_password_token ID`
1050
+ ### `commercelayer coupon:add_tags ID`
841
1051
 
842
- Send the 'reset_password_token' that you got on create when updating the customer password.
1052
+ Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.
843
1053
 
844
1054
  ```sh-session
845
1055
  USAGE
846
- $ commercelayer customer_password_reset:reset_password_token ID [-u [-j -p]]
1056
+ $ commercelayer coupon:add_tags ID [-u [-j -p]]
847
1057
 
848
1058
  ARGUMENTS
849
1059
  ID the unique id of the resource
@@ -854,18 +1064,19 @@ FLAGS
854
1064
  -u, --unformatted print JSON output without indentation
855
1065
 
856
1066
  DESCRIPTION
857
- Send the 'reset_password_token' that you got on create when updating the customer password.
1067
+ Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by
1068
+ sales channels.
858
1069
  ```
859
1070
 
860
- _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)_
1071
+ _See code: [src/commands/coupon/add_tags.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/coupon/add_tags.ts)_
861
1072
 
862
- ### `commercelayer event ID`
1073
+ ### `commercelayer coupon:remove_tags ID`
863
1074
 
864
- Execute an action on a resource of type events.
1075
+ Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.
865
1076
 
866
1077
  ```sh-session
867
1078
  USAGE
868
- $ commercelayer event ID [-u [-j -p]]
1079
+ $ commercelayer coupon:remove_tags ID [-u [-j -p]]
869
1080
 
870
1081
  ARGUMENTS
871
1082
  ID the unique id of the resource
@@ -876,18 +1087,19 @@ FLAGS
876
1087
  -u, --unformatted print JSON output without indentation
877
1088
 
878
1089
  DESCRIPTION
879
- execute an action on a resource of type events
1090
+ Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed
1091
+ by sales channels.
880
1092
  ```
881
1093
 
882
- _See code: [src/commands/event/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/event/index.ts)_
1094
+ _See code: [src/commands/coupon/remove_tags.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/coupon/remove_tags.ts)_
883
1095
 
884
- ### `commercelayer event:trigger ID`
1096
+ ### `commercelayer customer ID`
885
1097
 
886
- Send this attribute if you want to force webhooks execution for this event. Cannot be passed by sales channels.
1098
+ Execute an action on a resource of type customers.
887
1099
 
888
1100
  ```sh-session
889
1101
  USAGE
890
- $ commercelayer event:trigger ID [-u [-j -p]]
1102
+ $ commercelayer customer ID [-u [-j -p]]
891
1103
 
892
1104
  ARGUMENTS
893
1105
  ID the unique id of the resource
@@ -898,18 +1110,18 @@ FLAGS
898
1110
  -u, --unformatted print JSON output without indentation
899
1111
 
900
1112
  DESCRIPTION
901
- Send this attribute if you want to force webhooks execution for this event. Cannot be passed by sales channels.
1113
+ execute an action on a resource of type customers
902
1114
  ```
903
1115
 
904
- _See code: [src/commands/event/trigger.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/event/trigger.ts)_
1116
+ _See code: [src/commands/customer/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/customer/index.ts)_
905
1117
 
906
- ### `commercelayer export ID`
1118
+ ### `commercelayer customer:add_tags ID`
907
1119
 
908
- Execute an action on a resource of type exports.
1120
+ Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.
909
1121
 
910
1122
  ```sh-session
911
1123
  USAGE
912
- $ commercelayer export ID [-u [-j -p]]
1124
+ $ commercelayer customer:add_tags ID [-u [-j -p]]
913
1125
 
914
1126
  ARGUMENTS
915
1127
  ID the unique id of the resource
@@ -920,18 +1132,19 @@ FLAGS
920
1132
  -u, --unformatted print JSON output without indentation
921
1133
 
922
1134
  DESCRIPTION
923
- execute an action on a resource of type exports
1135
+ Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by
1136
+ sales channels.
924
1137
  ```
925
1138
 
926
- _See code: [src/commands/export/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/export/index.ts)_
1139
+ _See code: [src/commands/customer/add_tags.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/customer/add_tags.ts)_
927
1140
 
928
- ### `commercelayer export:interrupt ID`
1141
+ ### `commercelayer customer:remove_tags ID`
929
1142
 
930
- Send this attribute if you want to mark status as 'interrupted'.
1143
+ Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.
931
1144
 
932
1145
  ```sh-session
933
1146
  USAGE
934
- $ commercelayer export:interrupt ID [-u [-j -p]]
1147
+ $ commercelayer customer:remove_tags ID [-u [-j -p]]
935
1148
 
936
1149
  ARGUMENTS
937
1150
  ID the unique id of the resource
@@ -942,18 +1155,19 @@ FLAGS
942
1155
  -u, --unformatted print JSON output without indentation
943
1156
 
944
1157
  DESCRIPTION
945
- Send this attribute if you want to mark status as 'interrupted'.
1158
+ Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed
1159
+ by sales channels.
946
1160
  ```
947
1161
 
948
- _See code: [src/commands/export/interrupt.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/export/interrupt.ts)_
1162
+ _See code: [src/commands/customer/remove_tags.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/customer/remove_tags.ts)_
949
1163
 
950
- ### `commercelayer external_gateway ID`
1164
+ ### `commercelayer customer_password_reset ID`
951
1165
 
952
- Execute an action on a resource of type external_gateways.
1166
+ Execute an action on a resource of type customer_password_resets.
953
1167
 
954
1168
  ```sh-session
955
1169
  USAGE
956
- $ commercelayer external_gateway ID [-u [-j -p]]
1170
+ $ commercelayer customer_password_reset ID [-u [-j -p]]
957
1171
 
958
1172
  ARGUMENTS
959
1173
  ID the unique id of the resource
@@ -964,18 +1178,18 @@ FLAGS
964
1178
  -u, --unformatted print JSON output without indentation
965
1179
 
966
1180
  DESCRIPTION
967
- execute an action on a resource of type external_gateways
1181
+ execute an action on a resource of type customer_password_resets
968
1182
  ```
969
1183
 
970
- _See code: [src/commands/external_gateway/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/external_gateway/index.ts)_
1184
+ _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)_
971
1185
 
972
- ### `commercelayer external_gateway:reset_circuit ID`
1186
+ ### `commercelayer customer_password_reset:reset_password_token ID`
973
1187
 
974
- Send this attribute if you want to reset the circuit breaker associated to this resource to 'closed' state and zero failures count. Cannot be passed by sales channels.
1188
+ Send the 'reset_password_token' that you got on create when updating the customer password.
975
1189
 
976
1190
  ```sh-session
977
1191
  USAGE
978
- $ commercelayer external_gateway:reset_circuit ID [-u [-j -p]]
1192
+ $ commercelayer customer_password_reset:reset_password_token ID [-u [-j -p]]
979
1193
 
980
1194
  ARGUMENTS
981
1195
  ID the unique id of the resource
@@ -986,19 +1200,18 @@ FLAGS
986
1200
  -u, --unformatted print JSON output without indentation
987
1201
 
988
1202
  DESCRIPTION
989
- Send this attribute if you want to reset the circuit breaker associated to this resource to 'closed' state and zero
990
- failures count. Cannot be passed by sales channels.
1203
+ Send the 'reset_password_token' that you got on create when updating the customer password.
991
1204
  ```
992
1205
 
993
- _See code: [src/commands/external_gateway/reset_circuit.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/external_gateway/reset_circuit.ts)_
1206
+ _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)_
994
1207
 
995
- ### `commercelayer external_promotion ID`
1208
+ ### `commercelayer easypost_pickup ID`
996
1209
 
997
- Execute an action on a resource of type external_promotions.
1210
+ Execute an action on a resource of type easypost_pickups.
998
1211
 
999
1212
  ```sh-session
1000
1213
  USAGE
1001
- $ commercelayer external_promotion ID [-u [-j -p]]
1214
+ $ commercelayer easypost_pickup ID [-u [-j -p]]
1002
1215
 
1003
1216
  ARGUMENTS
1004
1217
  ID the unique id of the resource
@@ -1009,18 +1222,18 @@ FLAGS
1009
1222
  -u, --unformatted print JSON output without indentation
1010
1223
 
1011
1224
  DESCRIPTION
1012
- execute an action on a resource of type external_promotions
1225
+ execute an action on a resource of type easypost_pickups
1013
1226
  ```
1014
1227
 
1015
- _See code: [src/commands/external_promotion/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/external_promotion/index.ts)_
1228
+ _See code: [src/commands/easypost_pickup/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/easypost_pickup/index.ts)_
1016
1229
 
1017
- ### `commercelayer external_promotion:disable ID`
1230
+ ### `commercelayer easypost_pickup:purchase ID`
1018
1231
 
1019
- Send this attribute if you want to mark this resource as disabled.
1232
+ Send this attribute if you want to purchase this pick up with the selected rate.
1020
1233
 
1021
1234
  ```sh-session
1022
1235
  USAGE
1023
- $ commercelayer external_promotion:disable ID [-u [-j -p]]
1236
+ $ commercelayer easypost_pickup:purchase ID [-u [-j -p]]
1024
1237
 
1025
1238
  ARGUMENTS
1026
1239
  ID the unique id of the resource
@@ -1031,18 +1244,18 @@ FLAGS
1031
1244
  -u, --unformatted print JSON output without indentation
1032
1245
 
1033
1246
  DESCRIPTION
1034
- Send this attribute if you want to mark this resource as disabled.
1247
+ Send this attribute if you want to purchase this pick up with the selected rate.
1035
1248
  ```
1036
1249
 
1037
- _See code: [src/commands/external_promotion/disable.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/external_promotion/disable.ts)_
1250
+ _See code: [src/commands/easypost_pickup/purchase.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/easypost_pickup/purchase.ts)_
1038
1251
 
1039
- ### `commercelayer external_promotion:enable ID`
1252
+ ### `commercelayer event ID`
1040
1253
 
1041
- Send this attribute if you want to mark this resource as enabled.
1254
+ Execute an action on a resource of type events.
1042
1255
 
1043
1256
  ```sh-session
1044
1257
  USAGE
1045
- $ commercelayer external_promotion:enable ID [-u [-j -p]]
1258
+ $ commercelayer event ID [-u [-j -p]]
1046
1259
 
1047
1260
  ARGUMENTS
1048
1261
  ID the unique id of the resource
@@ -1053,18 +1266,18 @@ FLAGS
1053
1266
  -u, --unformatted print JSON output without indentation
1054
1267
 
1055
1268
  DESCRIPTION
1056
- Send this attribute if you want to mark this resource as enabled.
1269
+ execute an action on a resource of type events
1057
1270
  ```
1058
1271
 
1059
- _See code: [src/commands/external_promotion/enable.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/external_promotion/enable.ts)_
1272
+ _See code: [src/commands/event/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/event/index.ts)_
1060
1273
 
1061
- ### `commercelayer external_promotion:reset_circuit ID`
1274
+ ### `commercelayer event:trigger ID`
1062
1275
 
1063
- Send this attribute if you want to reset the circuit breaker associated to this resource to 'closed' state and zero failures count. Cannot be passed by sales channels.
1276
+ Send this attribute if you want to force webhooks execution for this event. Cannot be passed by sales channels.
1064
1277
 
1065
1278
  ```sh-session
1066
1279
  USAGE
1067
- $ commercelayer external_promotion:reset_circuit ID [-u [-j -p]]
1280
+ $ commercelayer event:trigger ID [-u [-j -p]]
1068
1281
 
1069
1282
  ARGUMENTS
1070
1283
  ID the unique id of the resource
@@ -1075,19 +1288,18 @@ FLAGS
1075
1288
  -u, --unformatted print JSON output without indentation
1076
1289
 
1077
1290
  DESCRIPTION
1078
- Send this attribute if you want to reset the circuit breaker associated to this resource to 'closed' state and zero
1079
- failures count. Cannot be passed by sales channels.
1291
+ Send this attribute if you want to force webhooks execution for this event. Cannot be passed by sales channels.
1080
1292
  ```
1081
1293
 
1082
- _See code: [src/commands/external_promotion/reset_circuit.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/external_promotion/reset_circuit.ts)_
1294
+ _See code: [src/commands/event/trigger.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/event/trigger.ts)_
1083
1295
 
1084
- ### `commercelayer external_tax_calculator ID`
1296
+ ### `commercelayer export ID`
1085
1297
 
1086
- Execute an action on a resource of type external_tax_calculators.
1298
+ Execute an action on a resource of type exports.
1087
1299
 
1088
1300
  ```sh-session
1089
1301
  USAGE
1090
- $ commercelayer external_tax_calculator ID [-u [-j -p]]
1302
+ $ commercelayer export ID [-u [-j -p]]
1091
1303
 
1092
1304
  ARGUMENTS
1093
1305
  ID the unique id of the resource
@@ -1098,18 +1310,18 @@ FLAGS
1098
1310
  -u, --unformatted print JSON output without indentation
1099
1311
 
1100
1312
  DESCRIPTION
1101
- execute an action on a resource of type external_tax_calculators
1313
+ execute an action on a resource of type exports
1102
1314
  ```
1103
1315
 
1104
- _See code: [src/commands/external_tax_calculator/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/external_tax_calculator/index.ts)_
1316
+ _See code: [src/commands/export/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/export/index.ts)_
1105
1317
 
1106
- ### `commercelayer external_tax_calculator:reset_circuit ID`
1318
+ ### `commercelayer export:interrupt ID`
1107
1319
 
1108
- Send this attribute if you want to reset the circuit breaker associated to this resource to 'closed' state and zero failures count. Cannot be passed by sales channels.
1320
+ Send this attribute if you want to mark status as 'interrupted'.
1109
1321
 
1110
1322
  ```sh-session
1111
1323
  USAGE
1112
- $ commercelayer external_tax_calculator:reset_circuit ID [-u [-j -p]]
1324
+ $ commercelayer export:interrupt ID [-u [-j -p]]
1113
1325
 
1114
1326
  ARGUMENTS
1115
1327
  ID the unique id of the resource
@@ -1120,19 +1332,18 @@ FLAGS
1120
1332
  -u, --unformatted print JSON output without indentation
1121
1333
 
1122
1334
  DESCRIPTION
1123
- Send this attribute if you want to reset the circuit breaker associated to this resource to 'closed' state and zero
1124
- failures count. Cannot be passed by sales channels.
1335
+ Send this attribute if you want to mark status as 'interrupted'.
1125
1336
  ```
1126
1337
 
1127
- _See code: [src/commands/external_tax_calculator/reset_circuit.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/external_tax_calculator/reset_circuit.ts)_
1338
+ _See code: [src/commands/export/interrupt.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/export/interrupt.ts)_
1128
1339
 
1129
- ### `commercelayer fixed_amount_promotion ID`
1340
+ ### `commercelayer external_gateway ID`
1130
1341
 
1131
- Execute an action on a resource of type fixed_amount_promotions.
1342
+ Execute an action on a resource of type external_gateways.
1132
1343
 
1133
1344
  ```sh-session
1134
1345
  USAGE
1135
- $ commercelayer fixed_amount_promotion ID [-u [-j -p]]
1346
+ $ commercelayer external_gateway ID [-u [-j -p]]
1136
1347
 
1137
1348
  ARGUMENTS
1138
1349
  ID the unique id of the resource
@@ -1143,18 +1354,18 @@ FLAGS
1143
1354
  -u, --unformatted print JSON output without indentation
1144
1355
 
1145
1356
  DESCRIPTION
1146
- execute an action on a resource of type fixed_amount_promotions
1357
+ execute an action on a resource of type external_gateways
1147
1358
  ```
1148
1359
 
1149
- _See code: [src/commands/fixed_amount_promotion/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/fixed_amount_promotion/index.ts)_
1360
+ _See code: [src/commands/external_gateway/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/external_gateway/index.ts)_
1150
1361
 
1151
- ### `commercelayer fixed_amount_promotion:disable ID`
1362
+ ### `commercelayer external_gateway:reset_circuit ID`
1152
1363
 
1153
- Send this attribute if you want to mark this resource as disabled.
1364
+ Send this attribute if you want to reset the circuit breaker associated to this resource to 'closed' state and zero failures count. Cannot be passed by sales channels.
1154
1365
 
1155
1366
  ```sh-session
1156
1367
  USAGE
1157
- $ commercelayer fixed_amount_promotion:disable ID [-u [-j -p]]
1368
+ $ commercelayer external_gateway:reset_circuit ID [-u [-j -p]]
1158
1369
 
1159
1370
  ARGUMENTS
1160
1371
  ID the unique id of the resource
@@ -1165,18 +1376,19 @@ FLAGS
1165
1376
  -u, --unformatted print JSON output without indentation
1166
1377
 
1167
1378
  DESCRIPTION
1168
- Send this attribute if you want to mark this resource as disabled.
1379
+ Send this attribute if you want to reset the circuit breaker associated to this resource to 'closed' state and zero
1380
+ failures count. Cannot be passed by sales channels.
1169
1381
  ```
1170
1382
 
1171
- _See code: [src/commands/fixed_amount_promotion/disable.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/fixed_amount_promotion/disable.ts)_
1383
+ _See code: [src/commands/external_gateway/reset_circuit.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/external_gateway/reset_circuit.ts)_
1172
1384
 
1173
- ### `commercelayer fixed_amount_promotion:enable ID`
1385
+ ### `commercelayer external_promotion ID`
1174
1386
 
1175
- Send this attribute if you want to mark this resource as enabled.
1387
+ Execute an action on a resource of type external_promotions.
1176
1388
 
1177
1389
  ```sh-session
1178
1390
  USAGE
1179
- $ commercelayer fixed_amount_promotion:enable ID [-u [-j -p]]
1391
+ $ commercelayer external_promotion ID [-u [-j -p]]
1180
1392
 
1181
1393
  ARGUMENTS
1182
1394
  ID the unique id of the resource
@@ -1187,18 +1399,288 @@ FLAGS
1187
1399
  -u, --unformatted print JSON output without indentation
1188
1400
 
1189
1401
  DESCRIPTION
1190
- Send this attribute if you want to mark this resource as enabled.
1402
+ execute an action on a resource of type external_promotions
1191
1403
  ```
1192
1404
 
1193
- _See code: [src/commands/fixed_amount_promotion/enable.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/fixed_amount_promotion/enable.ts)_
1405
+ _See code: [src/commands/external_promotion/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/external_promotion/index.ts)_
1194
1406
 
1195
- ### `commercelayer fixed_price_promotion ID`
1407
+ ### `commercelayer external_promotion:add_tags ID`
1196
1408
 
1197
- Execute an action on a resource of type fixed_price_promotions.
1409
+ Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.
1198
1410
 
1199
1411
  ```sh-session
1200
1412
  USAGE
1201
- $ commercelayer fixed_price_promotion ID [-u [-j -p]]
1413
+ $ commercelayer external_promotion:add_tags ID [-u [-j -p]]
1414
+
1415
+ ARGUMENTS
1416
+ ID the unique id of the resource
1417
+
1418
+ FLAGS
1419
+ -j, --json print result in JSON format
1420
+ -p, --print print out the modified resource
1421
+ -u, --unformatted print JSON output without indentation
1422
+
1423
+ DESCRIPTION
1424
+ Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by
1425
+ sales channels.
1426
+ ```
1427
+
1428
+ _See code: [src/commands/external_promotion/add_tags.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/external_promotion/add_tags.ts)_
1429
+
1430
+ ### `commercelayer external_promotion:disable ID`
1431
+
1432
+ Send this attribute if you want to mark this resource as disabled.
1433
+
1434
+ ```sh-session
1435
+ USAGE
1436
+ $ commercelayer external_promotion:disable ID [-u [-j -p]]
1437
+
1438
+ ARGUMENTS
1439
+ ID the unique id of the resource
1440
+
1441
+ FLAGS
1442
+ -j, --json print result in JSON format
1443
+ -p, --print print out the modified resource
1444
+ -u, --unformatted print JSON output without indentation
1445
+
1446
+ DESCRIPTION
1447
+ Send this attribute if you want to mark this resource as disabled.
1448
+ ```
1449
+
1450
+ _See code: [src/commands/external_promotion/disable.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/external_promotion/disable.ts)_
1451
+
1452
+ ### `commercelayer external_promotion:enable ID`
1453
+
1454
+ Send this attribute if you want to mark this resource as enabled.
1455
+
1456
+ ```sh-session
1457
+ USAGE
1458
+ $ commercelayer external_promotion:enable ID [-u [-j -p]]
1459
+
1460
+ ARGUMENTS
1461
+ ID the unique id of the resource
1462
+
1463
+ FLAGS
1464
+ -j, --json print result in JSON format
1465
+ -p, --print print out the modified resource
1466
+ -u, --unformatted print JSON output without indentation
1467
+
1468
+ DESCRIPTION
1469
+ Send this attribute if you want to mark this resource as enabled.
1470
+ ```
1471
+
1472
+ _See code: [src/commands/external_promotion/enable.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/external_promotion/enable.ts)_
1473
+
1474
+ ### `commercelayer external_promotion:remove_tags ID`
1475
+
1476
+ Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.
1477
+
1478
+ ```sh-session
1479
+ USAGE
1480
+ $ commercelayer external_promotion:remove_tags ID [-u [-j -p]]
1481
+
1482
+ ARGUMENTS
1483
+ ID the unique id of the resource
1484
+
1485
+ FLAGS
1486
+ -j, --json print result in JSON format
1487
+ -p, --print print out the modified resource
1488
+ -u, --unformatted print JSON output without indentation
1489
+
1490
+ DESCRIPTION
1491
+ Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed
1492
+ by sales channels.
1493
+ ```
1494
+
1495
+ _See code: [src/commands/external_promotion/remove_tags.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/external_promotion/remove_tags.ts)_
1496
+
1497
+ ### `commercelayer external_promotion:reset_circuit ID`
1498
+
1499
+ Send this attribute if you want to reset the circuit breaker associated to this resource to 'closed' state and zero failures count. Cannot be passed by sales channels.
1500
+
1501
+ ```sh-session
1502
+ USAGE
1503
+ $ commercelayer external_promotion:reset_circuit ID [-u [-j -p]]
1504
+
1505
+ ARGUMENTS
1506
+ ID the unique id of the resource
1507
+
1508
+ FLAGS
1509
+ -j, --json print result in JSON format
1510
+ -p, --print print out the modified resource
1511
+ -u, --unformatted print JSON output without indentation
1512
+
1513
+ DESCRIPTION
1514
+ Send this attribute if you want to reset the circuit breaker associated to this resource to 'closed' state and zero
1515
+ failures count. Cannot be passed by sales channels.
1516
+ ```
1517
+
1518
+ _See code: [src/commands/external_promotion/reset_circuit.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/external_promotion/reset_circuit.ts)_
1519
+
1520
+ ### `commercelayer external_tax_calculator ID`
1521
+
1522
+ Execute an action on a resource of type external_tax_calculators.
1523
+
1524
+ ```sh-session
1525
+ USAGE
1526
+ $ commercelayer external_tax_calculator ID [-u [-j -p]]
1527
+
1528
+ ARGUMENTS
1529
+ ID the unique id of the resource
1530
+
1531
+ FLAGS
1532
+ -j, --json print result in JSON format
1533
+ -p, --print print out the modified resource
1534
+ -u, --unformatted print JSON output without indentation
1535
+
1536
+ DESCRIPTION
1537
+ execute an action on a resource of type external_tax_calculators
1538
+ ```
1539
+
1540
+ _See code: [src/commands/external_tax_calculator/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/external_tax_calculator/index.ts)_
1541
+
1542
+ ### `commercelayer external_tax_calculator:reset_circuit ID`
1543
+
1544
+ Send this attribute if you want to reset the circuit breaker associated to this resource to 'closed' state and zero failures count. Cannot be passed by sales channels.
1545
+
1546
+ ```sh-session
1547
+ USAGE
1548
+ $ commercelayer external_tax_calculator:reset_circuit ID [-u [-j -p]]
1549
+
1550
+ ARGUMENTS
1551
+ ID the unique id of the resource
1552
+
1553
+ FLAGS
1554
+ -j, --json print result in JSON format
1555
+ -p, --print print out the modified resource
1556
+ -u, --unformatted print JSON output without indentation
1557
+
1558
+ DESCRIPTION
1559
+ Send this attribute if you want to reset the circuit breaker associated to this resource to 'closed' state and zero
1560
+ failures count. Cannot be passed by sales channels.
1561
+ ```
1562
+
1563
+ _See code: [src/commands/external_tax_calculator/reset_circuit.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/external_tax_calculator/reset_circuit.ts)_
1564
+
1565
+ ### `commercelayer fixed_amount_promotion ID`
1566
+
1567
+ Execute an action on a resource of type fixed_amount_promotions.
1568
+
1569
+ ```sh-session
1570
+ USAGE
1571
+ $ commercelayer fixed_amount_promotion ID [-u [-j -p]]
1572
+
1573
+ ARGUMENTS
1574
+ ID the unique id of the resource
1575
+
1576
+ FLAGS
1577
+ -j, --json print result in JSON format
1578
+ -p, --print print out the modified resource
1579
+ -u, --unformatted print JSON output without indentation
1580
+
1581
+ DESCRIPTION
1582
+ execute an action on a resource of type fixed_amount_promotions
1583
+ ```
1584
+
1585
+ _See code: [src/commands/fixed_amount_promotion/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/fixed_amount_promotion/index.ts)_
1586
+
1587
+ ### `commercelayer fixed_amount_promotion:add_tags ID`
1588
+
1589
+ Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.
1590
+
1591
+ ```sh-session
1592
+ USAGE
1593
+ $ commercelayer fixed_amount_promotion:add_tags ID [-u [-j -p]]
1594
+
1595
+ ARGUMENTS
1596
+ ID the unique id of the resource
1597
+
1598
+ FLAGS
1599
+ -j, --json print result in JSON format
1600
+ -p, --print print out the modified resource
1601
+ -u, --unformatted print JSON output without indentation
1602
+
1603
+ DESCRIPTION
1604
+ Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by
1605
+ sales channels.
1606
+ ```
1607
+
1608
+ _See code: [src/commands/fixed_amount_promotion/add_tags.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/fixed_amount_promotion/add_tags.ts)_
1609
+
1610
+ ### `commercelayer fixed_amount_promotion:disable ID`
1611
+
1612
+ Send this attribute if you want to mark this resource as disabled.
1613
+
1614
+ ```sh-session
1615
+ USAGE
1616
+ $ commercelayer fixed_amount_promotion:disable ID [-u [-j -p]]
1617
+
1618
+ ARGUMENTS
1619
+ ID the unique id of the resource
1620
+
1621
+ FLAGS
1622
+ -j, --json print result in JSON format
1623
+ -p, --print print out the modified resource
1624
+ -u, --unformatted print JSON output without indentation
1625
+
1626
+ DESCRIPTION
1627
+ Send this attribute if you want to mark this resource as disabled.
1628
+ ```
1629
+
1630
+ _See code: [src/commands/fixed_amount_promotion/disable.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/fixed_amount_promotion/disable.ts)_
1631
+
1632
+ ### `commercelayer fixed_amount_promotion:enable ID`
1633
+
1634
+ Send this attribute if you want to mark this resource as enabled.
1635
+
1636
+ ```sh-session
1637
+ USAGE
1638
+ $ commercelayer fixed_amount_promotion:enable ID [-u [-j -p]]
1639
+
1640
+ ARGUMENTS
1641
+ ID the unique id of the resource
1642
+
1643
+ FLAGS
1644
+ -j, --json print result in JSON format
1645
+ -p, --print print out the modified resource
1646
+ -u, --unformatted print JSON output without indentation
1647
+
1648
+ DESCRIPTION
1649
+ Send this attribute if you want to mark this resource as enabled.
1650
+ ```
1651
+
1652
+ _See code: [src/commands/fixed_amount_promotion/enable.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/fixed_amount_promotion/enable.ts)_
1653
+
1654
+ ### `commercelayer fixed_amount_promotion:remove_tags ID`
1655
+
1656
+ Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.
1657
+
1658
+ ```sh-session
1659
+ USAGE
1660
+ $ commercelayer fixed_amount_promotion:remove_tags ID [-u [-j -p]]
1661
+
1662
+ ARGUMENTS
1663
+ ID the unique id of the resource
1664
+
1665
+ FLAGS
1666
+ -j, --json print result in JSON format
1667
+ -p, --print print out the modified resource
1668
+ -u, --unformatted print JSON output without indentation
1669
+
1670
+ DESCRIPTION
1671
+ Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed
1672
+ by sales channels.
1673
+ ```
1674
+
1675
+ _See code: [src/commands/fixed_amount_promotion/remove_tags.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/fixed_amount_promotion/remove_tags.ts)_
1676
+
1677
+ ### `commercelayer fixed_price_promotion ID`
1678
+
1679
+ Execute an action on a resource of type fixed_price_promotions.
1680
+
1681
+ ```sh-session
1682
+ USAGE
1683
+ $ commercelayer fixed_price_promotion ID [-u [-j -p]]
1202
1684
 
1203
1685
  ARGUMENTS
1204
1686
  ID the unique id of the resource
@@ -1212,7 +1694,30 @@ DESCRIPTION
1212
1694
  execute an action on a resource of type fixed_price_promotions
1213
1695
  ```
1214
1696
 
1215
- _See code: [src/commands/fixed_price_promotion/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/fixed_price_promotion/index.ts)_
1697
+ _See code: [src/commands/fixed_price_promotion/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/fixed_price_promotion/index.ts)_
1698
+
1699
+ ### `commercelayer fixed_price_promotion:add_tags ID`
1700
+
1701
+ Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.
1702
+
1703
+ ```sh-session
1704
+ USAGE
1705
+ $ commercelayer fixed_price_promotion:add_tags ID [-u [-j -p]]
1706
+
1707
+ ARGUMENTS
1708
+ ID the unique id of the resource
1709
+
1710
+ FLAGS
1711
+ -j, --json print result in JSON format
1712
+ -p, --print print out the modified resource
1713
+ -u, --unformatted print JSON output without indentation
1714
+
1715
+ DESCRIPTION
1716
+ Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by
1717
+ sales channels.
1718
+ ```
1719
+
1720
+ _See code: [src/commands/fixed_price_promotion/add_tags.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/fixed_price_promotion/add_tags.ts)_
1216
1721
 
1217
1722
  ### `commercelayer fixed_price_promotion:disable ID`
1218
1723
 
@@ -1258,6 +1763,29 @@ DESCRIPTION
1258
1763
 
1259
1764
  _See code: [src/commands/fixed_price_promotion/enable.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/fixed_price_promotion/enable.ts)_
1260
1765
 
1766
+ ### `commercelayer fixed_price_promotion:remove_tags ID`
1767
+
1768
+ Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.
1769
+
1770
+ ```sh-session
1771
+ USAGE
1772
+ $ commercelayer fixed_price_promotion:remove_tags ID [-u [-j -p]]
1773
+
1774
+ ARGUMENTS
1775
+ ID the unique id of the resource
1776
+
1777
+ FLAGS
1778
+ -j, --json print result in JSON format
1779
+ -p, --print print out the modified resource
1780
+ -u, --unformatted print JSON output without indentation
1781
+
1782
+ DESCRIPTION
1783
+ Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed
1784
+ by sales channels.
1785
+ ```
1786
+
1787
+ _See code: [src/commands/fixed_price_promotion/remove_tags.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/fixed_price_promotion/remove_tags.ts)_
1788
+
1261
1789
  ### `commercelayer flex_promotion ID`
1262
1790
 
1263
1791
  Execute an action on a resource of type flex_promotions.
@@ -1280,6 +1808,29 @@ DESCRIPTION
1280
1808
 
1281
1809
  _See code: [src/commands/flex_promotion/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/flex_promotion/index.ts)_
1282
1810
 
1811
+ ### `commercelayer flex_promotion:add_tags ID`
1812
+
1813
+ Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.
1814
+
1815
+ ```sh-session
1816
+ USAGE
1817
+ $ commercelayer flex_promotion:add_tags ID [-u [-j -p]]
1818
+
1819
+ ARGUMENTS
1820
+ ID the unique id of the resource
1821
+
1822
+ FLAGS
1823
+ -j, --json print result in JSON format
1824
+ -p, --print print out the modified resource
1825
+ -u, --unformatted print JSON output without indentation
1826
+
1827
+ DESCRIPTION
1828
+ Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by
1829
+ sales channels.
1830
+ ```
1831
+
1832
+ _See code: [src/commands/flex_promotion/add_tags.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/flex_promotion/add_tags.ts)_
1833
+
1283
1834
  ### `commercelayer flex_promotion:disable ID`
1284
1835
 
1285
1836
  Send this attribute if you want to mark this resource as disabled.
@@ -1324,6 +1875,29 @@ DESCRIPTION
1324
1875
 
1325
1876
  _See code: [src/commands/flex_promotion/enable.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/flex_promotion/enable.ts)_
1326
1877
 
1878
+ ### `commercelayer flex_promotion:remove_tags ID`
1879
+
1880
+ Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.
1881
+
1882
+ ```sh-session
1883
+ USAGE
1884
+ $ commercelayer flex_promotion:remove_tags ID [-u [-j -p]]
1885
+
1886
+ ARGUMENTS
1887
+ ID the unique id of the resource
1888
+
1889
+ FLAGS
1890
+ -j, --json print result in JSON format
1891
+ -p, --print print out the modified resource
1892
+ -u, --unformatted print JSON output without indentation
1893
+
1894
+ DESCRIPTION
1895
+ Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed
1896
+ by sales channels.
1897
+ ```
1898
+
1899
+ _See code: [src/commands/flex_promotion/remove_tags.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/flex_promotion/remove_tags.ts)_
1900
+
1327
1901
  ### `commercelayer free_gift_promotion ID`
1328
1902
 
1329
1903
  Execute an action on a resource of type free_gift_promotions.
@@ -1346,6 +1920,29 @@ DESCRIPTION
1346
1920
 
1347
1921
  _See code: [src/commands/free_gift_promotion/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/free_gift_promotion/index.ts)_
1348
1922
 
1923
+ ### `commercelayer free_gift_promotion:add_tags ID`
1924
+
1925
+ Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.
1926
+
1927
+ ```sh-session
1928
+ USAGE
1929
+ $ commercelayer free_gift_promotion:add_tags ID [-u [-j -p]]
1930
+
1931
+ ARGUMENTS
1932
+ ID the unique id of the resource
1933
+
1934
+ FLAGS
1935
+ -j, --json print result in JSON format
1936
+ -p, --print print out the modified resource
1937
+ -u, --unformatted print JSON output without indentation
1938
+
1939
+ DESCRIPTION
1940
+ Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by
1941
+ sales channels.
1942
+ ```
1943
+
1944
+ _See code: [src/commands/free_gift_promotion/add_tags.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/free_gift_promotion/add_tags.ts)_
1945
+
1349
1946
  ### `commercelayer free_gift_promotion:disable ID`
1350
1947
 
1351
1948
  Send this attribute if you want to mark this resource as disabled.
@@ -1390,6 +1987,29 @@ DESCRIPTION
1390
1987
 
1391
1988
  _See code: [src/commands/free_gift_promotion/enable.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/free_gift_promotion/enable.ts)_
1392
1989
 
1990
+ ### `commercelayer free_gift_promotion:remove_tags ID`
1991
+
1992
+ Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.
1993
+
1994
+ ```sh-session
1995
+ USAGE
1996
+ $ commercelayer free_gift_promotion:remove_tags ID [-u [-j -p]]
1997
+
1998
+ ARGUMENTS
1999
+ ID the unique id of the resource
2000
+
2001
+ FLAGS
2002
+ -j, --json print result in JSON format
2003
+ -p, --print print out the modified resource
2004
+ -u, --unformatted print JSON output without indentation
2005
+
2006
+ DESCRIPTION
2007
+ Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed
2008
+ by sales channels.
2009
+ ```
2010
+
2011
+ _See code: [src/commands/free_gift_promotion/remove_tags.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/free_gift_promotion/remove_tags.ts)_
2012
+
1393
2013
  ### `commercelayer free_shipping_promotion ID`
1394
2014
 
1395
2015
  Execute an action on a resource of type free_shipping_promotions.
@@ -1412,6 +2032,29 @@ DESCRIPTION
1412
2032
 
1413
2033
  _See code: [src/commands/free_shipping_promotion/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/free_shipping_promotion/index.ts)_
1414
2034
 
2035
+ ### `commercelayer free_shipping_promotion:add_tags ID`
2036
+
2037
+ Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.
2038
+
2039
+ ```sh-session
2040
+ USAGE
2041
+ $ commercelayer free_shipping_promotion:add_tags ID [-u [-j -p]]
2042
+
2043
+ ARGUMENTS
2044
+ ID the unique id of the resource
2045
+
2046
+ FLAGS
2047
+ -j, --json print result in JSON format
2048
+ -p, --print print out the modified resource
2049
+ -u, --unformatted print JSON output without indentation
2050
+
2051
+ DESCRIPTION
2052
+ Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by
2053
+ sales channels.
2054
+ ```
2055
+
2056
+ _See code: [src/commands/free_shipping_promotion/add_tags.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/free_shipping_promotion/add_tags.ts)_
2057
+
1415
2058
  ### `commercelayer free_shipping_promotion:disable ID`
1416
2059
 
1417
2060
  Send this attribute if you want to mark this resource as disabled.
@@ -1456,6 +2099,29 @@ DESCRIPTION
1456
2099
 
1457
2100
  _See code: [src/commands/free_shipping_promotion/enable.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/free_shipping_promotion/enable.ts)_
1458
2101
 
2102
+ ### `commercelayer free_shipping_promotion:remove_tags ID`
2103
+
2104
+ Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.
2105
+
2106
+ ```sh-session
2107
+ USAGE
2108
+ $ commercelayer free_shipping_promotion:remove_tags ID [-u [-j -p]]
2109
+
2110
+ ARGUMENTS
2111
+ ID the unique id of the resource
2112
+
2113
+ FLAGS
2114
+ -j, --json print result in JSON format
2115
+ -p, --print print out the modified resource
2116
+ -u, --unformatted print JSON output without indentation
2117
+
2118
+ DESCRIPTION
2119
+ Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed
2120
+ by sales channels.
2121
+ ```
2122
+
2123
+ _See code: [src/commands/free_shipping_promotion/remove_tags.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/free_shipping_promotion/remove_tags.ts)_
2124
+
1459
2125
  ### `commercelayer gift_card ID`
1460
2126
 
1461
2127
  Execute an action on a resource of type gift_cards.
@@ -1500,6 +2166,29 @@ DESCRIPTION
1500
2166
 
1501
2167
  _See code: [src/commands/gift_card/activate.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/gift_card/activate.ts)_
1502
2168
 
2169
+ ### `commercelayer gift_card:add_tags ID`
2170
+
2171
+ Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.
2172
+
2173
+ ```sh-session
2174
+ USAGE
2175
+ $ commercelayer gift_card:add_tags ID [-u [-j -p]]
2176
+
2177
+ ARGUMENTS
2178
+ ID the unique id of the resource
2179
+
2180
+ FLAGS
2181
+ -j, --json print result in JSON format
2182
+ -p, --print print out the modified resource
2183
+ -u, --unformatted print JSON output without indentation
2184
+
2185
+ DESCRIPTION
2186
+ Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by
2187
+ sales channels.
2188
+ ```
2189
+
2190
+ _See code: [src/commands/gift_card/add_tags.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/gift_card/add_tags.ts)_
2191
+
1503
2192
  ### `commercelayer gift_card:balance_change_cents ID`
1504
2193
 
1505
2194
  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).
@@ -1568,6 +2257,29 @@ DESCRIPTION
1568
2257
 
1569
2258
  _See code: [src/commands/gift_card/purchase.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/gift_card/purchase.ts)_
1570
2259
 
2260
+ ### `commercelayer gift_card:remove_tags ID`
2261
+
2262
+ Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.
2263
+
2264
+ ```sh-session
2265
+ USAGE
2266
+ $ commercelayer gift_card:remove_tags ID [-u [-j -p]]
2267
+
2268
+ ARGUMENTS
2269
+ ID the unique id of the resource
2270
+
2271
+ FLAGS
2272
+ -j, --json print result in JSON format
2273
+ -p, --print print out the modified resource
2274
+ -u, --unformatted print JSON output without indentation
2275
+
2276
+ DESCRIPTION
2277
+ Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed
2278
+ by sales channels.
2279
+ ```
2280
+
2281
+ _See code: [src/commands/gift_card/remove_tags.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/gift_card/remove_tags.ts)_
2282
+
1571
2283
  ### `commercelayer import ID`
1572
2284
 
1573
2285
  Execute an action on a resource of type imports.
@@ -1744,6 +2456,29 @@ DESCRIPTION
1744
2456
 
1745
2457
  _See code: [src/commands/line_item/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/line_item/index.ts)_
1746
2458
 
2459
+ ### `commercelayer line_item:add_tags ID`
2460
+
2461
+ Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.
2462
+
2463
+ ```sh-session
2464
+ USAGE
2465
+ $ commercelayer line_item:add_tags ID [-u [-j -p]]
2466
+
2467
+ ARGUMENTS
2468
+ ID the unique id of the resource
2469
+
2470
+ FLAGS
2471
+ -j, --json print result in JSON format
2472
+ -p, --print print out the modified resource
2473
+ -u, --unformatted print JSON output without indentation
2474
+
2475
+ DESCRIPTION
2476
+ Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by
2477
+ sales channels.
2478
+ ```
2479
+
2480
+ _See code: [src/commands/line_item/add_tags.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/line_item/add_tags.ts)_
2481
+
1747
2482
  ### `commercelayer line_item:external_price ID`
1748
2483
 
1749
2484
  When creating or updating a new line item, set this attribute to '1' if you want to inject the unit_amount_cents price from an external source. Any successive price computation will be done externally, until the attribute is reset to '0'.
@@ -1768,6 +2503,29 @@ DESCRIPTION
1768
2503
 
1769
2504
  _See code: [src/commands/line_item/external_price.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/line_item/external_price.ts)_
1770
2505
 
2506
+ ### `commercelayer line_item:remove_tags ID`
2507
+
2508
+ Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.
2509
+
2510
+ ```sh-session
2511
+ USAGE
2512
+ $ commercelayer line_item:remove_tags ID [-u [-j -p]]
2513
+
2514
+ ARGUMENTS
2515
+ ID the unique id of the resource
2516
+
2517
+ FLAGS
2518
+ -j, --json print result in JSON format
2519
+ -p, --print print out the modified resource
2520
+ -u, --unformatted print JSON output without indentation
2521
+
2522
+ DESCRIPTION
2523
+ Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed
2524
+ by sales channels.
2525
+ ```
2526
+
2527
+ _See code: [src/commands/line_item/remove_tags.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/line_item/remove_tags.ts)_
2528
+
1771
2529
  ### `commercelayer line_item:reserve_stock ID`
1772
2530
 
1773
2531
  Send this attribute if you want to reserve the stock for the line item's SKUs quantity. Stock reservations expiration depends on the inventory model's cutoff. When used on update the existing active stock reservations are renewed. Cannot be passed by sales channels.
@@ -1815,6 +2573,74 @@ DESCRIPTION
1815
2573
 
1816
2574
  _See code: [src/commands/line_item/reset_circuit.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/line_item/reset_circuit.ts)_
1817
2575
 
2576
+ ### `commercelayer line_item_option ID`
2577
+
2578
+ Execute an action on a resource of type line_item_options.
2579
+
2580
+ ```sh-session
2581
+ USAGE
2582
+ $ commercelayer line_item_option ID [-u [-j -p]]
2583
+
2584
+ ARGUMENTS
2585
+ ID the unique id of the resource
2586
+
2587
+ FLAGS
2588
+ -j, --json print result in JSON format
2589
+ -p, --print print out the modified resource
2590
+ -u, --unformatted print JSON output without indentation
2591
+
2592
+ DESCRIPTION
2593
+ execute an action on a resource of type line_item_options
2594
+ ```
2595
+
2596
+ _See code: [src/commands/line_item_option/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/line_item_option/index.ts)_
2597
+
2598
+ ### `commercelayer line_item_option:add_tags ID`
2599
+
2600
+ Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.
2601
+
2602
+ ```sh-session
2603
+ USAGE
2604
+ $ commercelayer line_item_option:add_tags ID [-u [-j -p]]
2605
+
2606
+ ARGUMENTS
2607
+ ID the unique id of the resource
2608
+
2609
+ FLAGS
2610
+ -j, --json print result in JSON format
2611
+ -p, --print print out the modified resource
2612
+ -u, --unformatted print JSON output without indentation
2613
+
2614
+ DESCRIPTION
2615
+ Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by
2616
+ sales channels.
2617
+ ```
2618
+
2619
+ _See code: [src/commands/line_item_option/add_tags.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/line_item_option/add_tags.ts)_
2620
+
2621
+ ### `commercelayer line_item_option:remove_tags ID`
2622
+
2623
+ Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.
2624
+
2625
+ ```sh-session
2626
+ USAGE
2627
+ $ commercelayer line_item_option:remove_tags ID [-u [-j -p]]
2628
+
2629
+ ARGUMENTS
2630
+ ID the unique id of the resource
2631
+
2632
+ FLAGS
2633
+ -j, --json print result in JSON format
2634
+ -p, --print print out the modified resource
2635
+ -u, --unformatted print JSON output without indentation
2636
+
2637
+ DESCRIPTION
2638
+ Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed
2639
+ by sales channels.
2640
+ ```
2641
+
2642
+ _See code: [src/commands/line_item_option/remove_tags.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/line_item_option/remove_tags.ts)_
2643
+
1818
2644
  ### `commercelayer link ID`
1819
2645
 
1820
2646
  Execute an action on a resource of type links.
@@ -1969,6 +2795,29 @@ DESCRIPTION
1969
2795
 
1970
2796
  _See code: [src/commands/order/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order/index.ts)_
1971
2797
 
2798
+ ### `commercelayer order:add_tags ID`
2799
+
2800
+ Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.
2801
+
2802
+ ```sh-session
2803
+ USAGE
2804
+ $ commercelayer order:add_tags ID [-u [-j -p]]
2805
+
2806
+ ARGUMENTS
2807
+ ID the unique id of the resource
2808
+
2809
+ FLAGS
2810
+ -j, --json print result in JSON format
2811
+ -p, --print print out the modified resource
2812
+ -u, --unformatted print JSON output without indentation
2813
+
2814
+ DESCRIPTION
2815
+ Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by
2816
+ sales channels.
2817
+ ```
2818
+
2819
+ _See code: [src/commands/order/add_tags.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order/add_tags.ts)_
2820
+
1972
2821
  ### `commercelayer order:approve ID`
1973
2822
 
1974
2823
  Send this attribute if you want to approve a placed order. Cannot be passed by sales channels.
@@ -2263,7 +3112,7 @@ _See code: [src/commands/order/fix_payment_source.ts](https://github.com/commerc
2263
3112
 
2264
3113
  ### `commercelayer order:fulfill ID`
2265
3114
 
2266
- Send this attribute if you want to mark as fulfilled the order (shipments must be cancelled, shipped or delivered). Cannot be passed by sales channels.
3115
+ Send this attribute if you want to mark as fulfilled the order (shipments must be cancelled, shipped or delivered, alternatively order must be approved). Cannot be passed by sales channels.
2267
3116
 
2268
3117
  ```sh-session
2269
3118
  USAGE
@@ -2278,8 +3127,8 @@ FLAGS
2278
3127
  -u, --unformatted print JSON output without indentation
2279
3128
 
2280
3129
  DESCRIPTION
2281
- Send this attribute if you want to mark as fulfilled the order (shipments must be cancelled, shipped or delivered).
2282
- Cannot be passed by sales channels.
3130
+ Send this attribute if you want to mark as fulfilled the order (shipments must be cancelled, shipped or delivered,
3131
+ alternatively order must be approved). Cannot be passed by sales channels.
2283
3132
  ```
2284
3133
 
2285
3134
  _See code: [src/commands/order/fulfill.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order/fulfill.ts)_
@@ -2417,6 +3266,29 @@ DESCRIPTION
2417
3266
 
2418
3267
  _See code: [src/commands/order/refund_invoice.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order/refund_invoice.ts)_
2419
3268
 
3269
+ ### `commercelayer order:remove_tags ID`
3270
+
3271
+ Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.
3272
+
3273
+ ```sh-session
3274
+ USAGE
3275
+ $ commercelayer order:remove_tags ID [-u [-j -p]]
3276
+
3277
+ ARGUMENTS
3278
+ ID the unique id of the resource
3279
+
3280
+ FLAGS
3281
+ -j, --json print result in JSON format
3282
+ -p, --print print out the modified resource
3283
+ -u, --unformatted print JSON output without indentation
3284
+
3285
+ DESCRIPTION
3286
+ Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed
3287
+ by sales channels.
3288
+ ```
3289
+
3290
+ _See code: [src/commands/order/remove_tags.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order/remove_tags.ts)_
3291
+
2420
3292
  ### `commercelayer order:reset_circuit ID`
2421
3293
 
2422
3294
  Send this attribute if you want to reset the circuit breaker associated to this resource to 'closed' state and zero failures count. Cannot be passed by sales channels.
@@ -2711,6 +3583,29 @@ DESCRIPTION
2711
3583
 
2712
3584
  _See code: [src/commands/order_subscription/activate.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order_subscription/activate.ts)_
2713
3585
 
3586
+ ### `commercelayer order_subscription:add_tags ID`
3587
+
3588
+ Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.
3589
+
3590
+ ```sh-session
3591
+ USAGE
3592
+ $ commercelayer order_subscription:add_tags ID [-u [-j -p]]
3593
+
3594
+ ARGUMENTS
3595
+ ID the unique id of the resource
3596
+
3597
+ FLAGS
3598
+ -j, --json print result in JSON format
3599
+ -p, --print print out the modified resource
3600
+ -u, --unformatted print JSON output without indentation
3601
+
3602
+ DESCRIPTION
3603
+ Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by
3604
+ sales channels.
3605
+ ```
3606
+
3607
+ _See code: [src/commands/order_subscription/add_tags.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order_subscription/add_tags.ts)_
3608
+
2714
3609
  ### `commercelayer order_subscription:cancel ID`
2715
3610
 
2716
3611
  Send this attribute if you want to mark this subscription as cancelled.
@@ -2778,6 +3673,29 @@ DESCRIPTION
2778
3673
 
2779
3674
  _See code: [src/commands/order_subscription/deactivate.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order_subscription/deactivate.ts)_
2780
3675
 
3676
+ ### `commercelayer order_subscription:remove_tags ID`
3677
+
3678
+ Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.
3679
+
3680
+ ```sh-session
3681
+ USAGE
3682
+ $ commercelayer order_subscription:remove_tags ID [-u [-j -p]]
3683
+
3684
+ ARGUMENTS
3685
+ ID the unique id of the resource
3686
+
3687
+ FLAGS
3688
+ -j, --json print result in JSON format
3689
+ -p, --print print out the modified resource
3690
+ -u, --unformatted print JSON output without indentation
3691
+
3692
+ DESCRIPTION
3693
+ Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed
3694
+ by sales channels.
3695
+ ```
3696
+
3697
+ _See code: [src/commands/order_subscription/remove_tags.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order_subscription/remove_tags.ts)_
3698
+
2781
3699
  ### `commercelayer payment_method ID`
2782
3700
 
2783
3701
  Execute an action on a resource of type payment_methods.
@@ -2866,6 +3784,29 @@ DESCRIPTION
2866
3784
 
2867
3785
  _See code: [src/commands/percentage_discount_promotion/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/percentage_discount_promotion/index.ts)_
2868
3786
 
3787
+ ### `commercelayer percentage_discount_promotion:add_tags ID`
3788
+
3789
+ Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.
3790
+
3791
+ ```sh-session
3792
+ USAGE
3793
+ $ commercelayer percentage_discount_promotion:add_tags ID [-u [-j -p]]
3794
+
3795
+ ARGUMENTS
3796
+ ID the unique id of the resource
3797
+
3798
+ FLAGS
3799
+ -j, --json print result in JSON format
3800
+ -p, --print print out the modified resource
3801
+ -u, --unformatted print JSON output without indentation
3802
+
3803
+ DESCRIPTION
3804
+ Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by
3805
+ sales channels.
3806
+ ```
3807
+
3808
+ _See code: [src/commands/percentage_discount_promotion/add_tags.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/percentage_discount_promotion/add_tags.ts)_
3809
+
2869
3810
  ### `commercelayer percentage_discount_promotion:disable ID`
2870
3811
 
2871
3812
  Send this attribute if you want to mark this resource as disabled.
@@ -2910,6 +3851,29 @@ DESCRIPTION
2910
3851
 
2911
3852
  _See code: [src/commands/percentage_discount_promotion/enable.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/percentage_discount_promotion/enable.ts)_
2912
3853
 
3854
+ ### `commercelayer percentage_discount_promotion:remove_tags ID`
3855
+
3856
+ Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.
3857
+
3858
+ ```sh-session
3859
+ USAGE
3860
+ $ commercelayer percentage_discount_promotion:remove_tags ID [-u [-j -p]]
3861
+
3862
+ ARGUMENTS
3863
+ ID the unique id of the resource
3864
+
3865
+ FLAGS
3866
+ -j, --json print result in JSON format
3867
+ -p, --print print out the modified resource
3868
+ -u, --unformatted print JSON output without indentation
3869
+
3870
+ DESCRIPTION
3871
+ Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed
3872
+ by sales channels.
3873
+ ```
3874
+
3875
+ _See code: [src/commands/percentage_discount_promotion/remove_tags.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/percentage_discount_promotion/remove_tags.ts)_
3876
+
2913
3877
  ### `commercelayer price_list_scheduler ID`
2914
3878
 
2915
3879
  Execute an action on a resource of type price_list_schedulers.
@@ -3043,6 +4007,29 @@ DESCRIPTION
3043
4007
 
3044
4008
  _See code: [src/commands/return/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/return/index.ts)_
3045
4009
 
4010
+ ### `commercelayer return:add_tags ID`
4011
+
4012
+ Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.
4013
+
4014
+ ```sh-session
4015
+ USAGE
4016
+ $ commercelayer return:add_tags ID [-u [-j -p]]
4017
+
4018
+ ARGUMENTS
4019
+ ID the unique id of the resource
4020
+
4021
+ FLAGS
4022
+ -j, --json print result in JSON format
4023
+ -p, --print print out the modified resource
4024
+ -u, --unformatted print JSON output without indentation
4025
+
4026
+ DESCRIPTION
4027
+ Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by
4028
+ sales channels.
4029
+ ```
4030
+
4031
+ _See code: [src/commands/return/add_tags.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/return/add_tags.ts)_
4032
+
3046
4033
  ### `commercelayer return:approve ID`
3047
4034
 
3048
4035
  Send this attribute if you want to mark this return as approved.
@@ -3197,6 +4184,29 @@ DESCRIPTION
3197
4184
 
3198
4185
  _See code: [src/commands/return/reject.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/return/reject.ts)_
3199
4186
 
4187
+ ### `commercelayer return:remove_tags ID`
4188
+
4189
+ Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.
4190
+
4191
+ ```sh-session
4192
+ USAGE
4193
+ $ commercelayer return:remove_tags ID [-u [-j -p]]
4194
+
4195
+ ARGUMENTS
4196
+ ID the unique id of the resource
4197
+
4198
+ FLAGS
4199
+ -j, --json print result in JSON format
4200
+ -p, --print print out the modified resource
4201
+ -u, --unformatted print JSON output without indentation
4202
+
4203
+ DESCRIPTION
4204
+ Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed
4205
+ by sales channels.
4206
+ ```
4207
+
4208
+ _See code: [src/commands/return/remove_tags.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/return/remove_tags.ts)_
4209
+
3200
4210
  ### `commercelayer return:request ID`
3201
4211
 
3202
4212
  Send this attribute if you want to activate this return.
@@ -3395,6 +4405,29 @@ DESCRIPTION
3395
4405
 
3396
4406
  _See code: [src/commands/shipment/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/shipment/index.ts)_
3397
4407
 
4408
+ ### `commercelayer shipment:add_tags ID`
4409
+
4410
+ Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.
4411
+
4412
+ ```sh-session
4413
+ USAGE
4414
+ $ commercelayer shipment:add_tags ID [-u [-j -p]]
4415
+
4416
+ ARGUMENTS
4417
+ ID the unique id of the resource
4418
+
4419
+ FLAGS
4420
+ -j, --json print result in JSON format
4421
+ -p, --print print out the modified resource
4422
+ -u, --unformatted print JSON output without indentation
4423
+
4424
+ DESCRIPTION
4425
+ Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by
4426
+ sales channels.
4427
+ ```
4428
+
4429
+ _See code: [src/commands/shipment/add_tags.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/shipment/add_tags.ts)_
4430
+
3398
4431
  ### `commercelayer shipment:cancel ID`
3399
4432
 
3400
4433
  Send this attribute if you want to mark this shipment as cancelled (unless already shipped or delivered). Cannot be passed by sales channels.
@@ -3618,6 +4651,29 @@ DESCRIPTION
3618
4651
 
3619
4652
  _See code: [src/commands/shipment/release_stock.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/shipment/release_stock.ts)_
3620
4653
 
4654
+ ### `commercelayer shipment:remove_tags ID`
4655
+
4656
+ Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.
4657
+
4658
+ ```sh-session
4659
+ USAGE
4660
+ $ commercelayer shipment:remove_tags ID [-u [-j -p]]
4661
+
4662
+ ARGUMENTS
4663
+ ID the unique id of the resource
4664
+
4665
+ FLAGS
4666
+ -j, --json print result in JSON format
4667
+ -p, --print print out the modified resource
4668
+ -u, --unformatted print JSON output without indentation
4669
+
4670
+ DESCRIPTION
4671
+ Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed
4672
+ by sales channels.
4673
+ ```
4674
+
4675
+ _See code: [src/commands/shipment/remove_tags.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/shipment/remove_tags.ts)_
4676
+
3621
4677
  ### `commercelayer shipment:reserve_stock ID`
3622
4678
 
3623
4679
  Send this attribute if you want to automatically reserve the stock for each of the associated stock line item. Can be done only when fulfillment is in progress. Cannot be passed by sales channels.
@@ -3774,6 +4830,142 @@ DESCRIPTION
3774
4830
 
3775
4831
  _See code: [src/commands/shipping_method/reset_circuit.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/shipping_method/reset_circuit.ts)_
3776
4832
 
4833
+ ### `commercelayer sku ID`
4834
+
4835
+ Execute an action on a resource of type skus.
4836
+
4837
+ ```sh-session
4838
+ USAGE
4839
+ $ commercelayer sku ID [-u [-j -p]]
4840
+
4841
+ ARGUMENTS
4842
+ ID the unique id of the resource
4843
+
4844
+ FLAGS
4845
+ -j, --json print result in JSON format
4846
+ -p, --print print out the modified resource
4847
+ -u, --unformatted print JSON output without indentation
4848
+
4849
+ DESCRIPTION
4850
+ execute an action on a resource of type skus
4851
+ ```
4852
+
4853
+ _See code: [src/commands/sku/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/sku/index.ts)_
4854
+
4855
+ ### `commercelayer sku:add_tags ID`
4856
+
4857
+ Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.
4858
+
4859
+ ```sh-session
4860
+ USAGE
4861
+ $ commercelayer sku:add_tags ID [-u [-j -p]]
4862
+
4863
+ ARGUMENTS
4864
+ ID the unique id of the resource
4865
+
4866
+ FLAGS
4867
+ -j, --json print result in JSON format
4868
+ -p, --print print out the modified resource
4869
+ -u, --unformatted print JSON output without indentation
4870
+
4871
+ DESCRIPTION
4872
+ Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by
4873
+ sales channels.
4874
+ ```
4875
+
4876
+ _See code: [src/commands/sku/add_tags.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/sku/add_tags.ts)_
4877
+
4878
+ ### `commercelayer sku:remove_tags ID`
4879
+
4880
+ Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.
4881
+
4882
+ ```sh-session
4883
+ USAGE
4884
+ $ commercelayer sku:remove_tags ID [-u [-j -p]]
4885
+
4886
+ ARGUMENTS
4887
+ ID the unique id of the resource
4888
+
4889
+ FLAGS
4890
+ -j, --json print result in JSON format
4891
+ -p, --print print out the modified resource
4892
+ -u, --unformatted print JSON output without indentation
4893
+
4894
+ DESCRIPTION
4895
+ Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed
4896
+ by sales channels.
4897
+ ```
4898
+
4899
+ _See code: [src/commands/sku/remove_tags.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/sku/remove_tags.ts)_
4900
+
4901
+ ### `commercelayer sku_option ID`
4902
+
4903
+ Execute an action on a resource of type sku_options.
4904
+
4905
+ ```sh-session
4906
+ USAGE
4907
+ $ commercelayer sku_option ID [-u [-j -p]]
4908
+
4909
+ ARGUMENTS
4910
+ ID the unique id of the resource
4911
+
4912
+ FLAGS
4913
+ -j, --json print result in JSON format
4914
+ -p, --print print out the modified resource
4915
+ -u, --unformatted print JSON output without indentation
4916
+
4917
+ DESCRIPTION
4918
+ execute an action on a resource of type sku_options
4919
+ ```
4920
+
4921
+ _See code: [src/commands/sku_option/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/sku_option/index.ts)_
4922
+
4923
+ ### `commercelayer sku_option:add_tags ID`
4924
+
4925
+ Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.
4926
+
4927
+ ```sh-session
4928
+ USAGE
4929
+ $ commercelayer sku_option:add_tags ID [-u [-j -p]]
4930
+
4931
+ ARGUMENTS
4932
+ ID the unique id of the resource
4933
+
4934
+ FLAGS
4935
+ -j, --json print result in JSON format
4936
+ -p, --print print out the modified resource
4937
+ -u, --unformatted print JSON output without indentation
4938
+
4939
+ DESCRIPTION
4940
+ Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by
4941
+ sales channels.
4942
+ ```
4943
+
4944
+ _See code: [src/commands/sku_option/add_tags.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/sku_option/add_tags.ts)_
4945
+
4946
+ ### `commercelayer sku_option:remove_tags ID`
4947
+
4948
+ Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.
4949
+
4950
+ ```sh-session
4951
+ USAGE
4952
+ $ commercelayer sku_option:remove_tags ID [-u [-j -p]]
4953
+
4954
+ ARGUMENTS
4955
+ ID the unique id of the resource
4956
+
4957
+ FLAGS
4958
+ -j, --json print result in JSON format
4959
+ -p, --print print out the modified resource
4960
+ -u, --unformatted print JSON output without indentation
4961
+
4962
+ DESCRIPTION
4963
+ Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed
4964
+ by sales channels.
4965
+ ```
4966
+
4967
+ _See code: [src/commands/sku_option/remove_tags.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/sku_option/remove_tags.ts)_
4968
+
3777
4969
  ### `commercelayer stock_item ID`
3778
4970
 
3779
4971
  Execute an action on a resource of type stock_items.