@commercelayer/cli-plugin-triggers 4.11.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 (141) hide show
  1. package/README.md +1148 -2
  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/external_promotion/add_tags.d.ts +9 -0
  29. package/lib/commands/external_promotion/add_tags.js +22 -0
  30. package/lib/commands/external_promotion/remove_tags.d.ts +9 -0
  31. package/lib/commands/external_promotion/remove_tags.js +22 -0
  32. package/lib/commands/fixed_amount_promotion/add_tags.d.ts +9 -0
  33. package/lib/commands/fixed_amount_promotion/add_tags.js +22 -0
  34. package/lib/commands/fixed_amount_promotion/remove_tags.d.ts +9 -0
  35. package/lib/commands/fixed_amount_promotion/remove_tags.js +22 -0
  36. package/lib/commands/fixed_price_promotion/add_tags.d.ts +9 -0
  37. package/lib/commands/fixed_price_promotion/add_tags.js +22 -0
  38. package/lib/commands/fixed_price_promotion/remove_tags.d.ts +9 -0
  39. package/lib/commands/fixed_price_promotion/remove_tags.js +22 -0
  40. package/lib/commands/flex_promotion/add_tags.d.ts +9 -0
  41. package/lib/commands/flex_promotion/add_tags.js +22 -0
  42. package/lib/commands/flex_promotion/remove_tags.d.ts +9 -0
  43. package/lib/commands/flex_promotion/remove_tags.js +22 -0
  44. package/lib/commands/free_gift_promotion/add_tags.d.ts +9 -0
  45. package/lib/commands/free_gift_promotion/add_tags.js +22 -0
  46. package/lib/commands/free_gift_promotion/remove_tags.d.ts +9 -0
  47. package/lib/commands/free_gift_promotion/remove_tags.js +22 -0
  48. package/lib/commands/free_shipping_promotion/add_tags.d.ts +9 -0
  49. package/lib/commands/free_shipping_promotion/add_tags.js +22 -0
  50. package/lib/commands/free_shipping_promotion/remove_tags.d.ts +9 -0
  51. package/lib/commands/free_shipping_promotion/remove_tags.js +22 -0
  52. package/lib/commands/gift_card/add_tags.d.ts +9 -0
  53. package/lib/commands/gift_card/add_tags.js +22 -0
  54. package/lib/commands/gift_card/remove_tags.d.ts +9 -0
  55. package/lib/commands/gift_card/remove_tags.js +22 -0
  56. package/lib/commands/line_item/add_tags.d.ts +9 -0
  57. package/lib/commands/line_item/add_tags.js +22 -0
  58. package/lib/commands/line_item/remove_tags.d.ts +9 -0
  59. package/lib/commands/line_item/remove_tags.js +22 -0
  60. package/lib/commands/line_item_option/add_tags.d.ts +9 -0
  61. package/lib/commands/line_item_option/add_tags.js +22 -0
  62. package/lib/commands/line_item_option/index.d.ts +9 -0
  63. package/lib/commands/line_item_option/index.js +40 -0
  64. package/lib/commands/line_item_option/remove_tags.d.ts +9 -0
  65. package/lib/commands/line_item_option/remove_tags.js +22 -0
  66. package/lib/commands/order/add_tags.d.ts +9 -0
  67. package/lib/commands/order/add_tags.js +22 -0
  68. package/lib/commands/order/remove_tags.d.ts +9 -0
  69. package/lib/commands/order/remove_tags.js +22 -0
  70. package/lib/commands/order_subscription/add_tags.d.ts +9 -0
  71. package/lib/commands/order_subscription/add_tags.js +22 -0
  72. package/lib/commands/order_subscription/remove_tags.d.ts +9 -0
  73. package/lib/commands/order_subscription/remove_tags.js +22 -0
  74. package/lib/commands/percentage_discount_promotion/add_tags.d.ts +9 -0
  75. package/lib/commands/percentage_discount_promotion/add_tags.js +22 -0
  76. package/lib/commands/percentage_discount_promotion/remove_tags.d.ts +9 -0
  77. package/lib/commands/percentage_discount_promotion/remove_tags.js +22 -0
  78. package/lib/commands/return/add_tags.d.ts +9 -0
  79. package/lib/commands/return/add_tags.js +22 -0
  80. package/lib/commands/return/remove_tags.d.ts +9 -0
  81. package/lib/commands/return/remove_tags.js +22 -0
  82. package/lib/commands/shipment/add_tags.d.ts +9 -0
  83. package/lib/commands/shipment/add_tags.js +22 -0
  84. package/lib/commands/shipment/remove_tags.d.ts +9 -0
  85. package/lib/commands/shipment/remove_tags.js +22 -0
  86. package/lib/commands/sku/add_tags.d.ts +9 -0
  87. package/lib/commands/sku/add_tags.js +22 -0
  88. package/lib/commands/sku/index.d.ts +9 -0
  89. package/lib/commands/sku/index.js +40 -0
  90. package/lib/commands/sku/remove_tags.d.ts +9 -0
  91. package/lib/commands/sku/remove_tags.js +22 -0
  92. package/lib/commands/sku_option/add_tags.d.ts +9 -0
  93. package/lib/commands/sku_option/add_tags.js +22 -0
  94. package/lib/commands/sku_option/index.d.ts +9 -0
  95. package/lib/commands/sku_option/index.js +40 -0
  96. package/lib/commands/sku_option/remove_tags.d.ts +9 -0
  97. package/lib/commands/sku_option/remove_tags.js +22 -0
  98. package/lib/triggers/addresses.d.ts +3 -0
  99. package/lib/triggers/addresses.js +15 -0
  100. package/lib/triggers/bundles.d.ts +1 -1
  101. package/lib/triggers/bundles.js +10 -0
  102. package/lib/triggers/buy_x_pay_y_promotions.d.ts +1 -1
  103. package/lib/triggers/buy_x_pay_y_promotions.js +10 -0
  104. package/lib/triggers/coupons.d.ts +3 -0
  105. package/lib/triggers/coupons.js +15 -0
  106. package/lib/triggers/customers.d.ts +3 -0
  107. package/lib/triggers/customers.js +15 -0
  108. package/lib/triggers/external_promotions.d.ts +1 -1
  109. package/lib/triggers/external_promotions.js +10 -0
  110. package/lib/triggers/fixed_amount_promotions.d.ts +1 -1
  111. package/lib/triggers/fixed_amount_promotions.js +10 -0
  112. package/lib/triggers/fixed_price_promotions.d.ts +1 -1
  113. package/lib/triggers/fixed_price_promotions.js +10 -0
  114. package/lib/triggers/flex_promotions.d.ts +1 -1
  115. package/lib/triggers/flex_promotions.js +10 -0
  116. package/lib/triggers/free_gift_promotions.d.ts +1 -1
  117. package/lib/triggers/free_gift_promotions.js +10 -0
  118. package/lib/triggers/free_shipping_promotions.d.ts +1 -1
  119. package/lib/triggers/free_shipping_promotions.js +10 -0
  120. package/lib/triggers/gift_cards.d.ts +1 -1
  121. package/lib/triggers/gift_cards.js +10 -0
  122. package/lib/triggers/line_item_options.d.ts +3 -0
  123. package/lib/triggers/line_item_options.js +15 -0
  124. package/lib/triggers/line_items.d.ts +1 -1
  125. package/lib/triggers/line_items.js +10 -0
  126. package/lib/triggers/order_subscriptions.d.ts +1 -1
  127. package/lib/triggers/order_subscriptions.js +10 -0
  128. package/lib/triggers/orders.d.ts +1 -1
  129. package/lib/triggers/orders.js +10 -0
  130. package/lib/triggers/percentage_discount_promotions.d.ts +1 -1
  131. package/lib/triggers/percentage_discount_promotions.js +10 -0
  132. package/lib/triggers/returns.d.ts +1 -1
  133. package/lib/triggers/returns.js +10 -0
  134. package/lib/triggers/shipments.d.ts +1 -1
  135. package/lib/triggers/shipments.js +10 -0
  136. package/lib/triggers/sku_options.d.ts +3 -0
  137. package/lib/triggers/sku_options.js +15 -0
  138. package/lib/triggers/skus.d.ts +3 -0
  139. package/lib/triggers/skus.js +15 -0
  140. package/oclif.manifest.json +5022 -798
  141. package/package.json +5 -5
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,6 +64,12 @@ $ 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)
62
75
  * [`commercelayer easypost_pickup ID`](#commercelayer-easypost_pickup-id)
@@ -68,31 +81,45 @@ $ commercelayer plugins:install triggers
68
81
  * [`commercelayer external_gateway ID`](#commercelayer-external_gateway-id)
69
82
  * [`commercelayer external_gateway:reset_circuit ID`](#commercelayer-external_gatewayreset_circuit-id)
70
83
  * [`commercelayer external_promotion ID`](#commercelayer-external_promotion-id)
84
+ * [`commercelayer external_promotion:add_tags ID`](#commercelayer-external_promotionadd_tags-id)
71
85
  * [`commercelayer external_promotion:disable ID`](#commercelayer-external_promotiondisable-id)
72
86
  * [`commercelayer external_promotion:enable ID`](#commercelayer-external_promotionenable-id)
87
+ * [`commercelayer external_promotion:remove_tags ID`](#commercelayer-external_promotionremove_tags-id)
73
88
  * [`commercelayer external_promotion:reset_circuit ID`](#commercelayer-external_promotionreset_circuit-id)
74
89
  * [`commercelayer external_tax_calculator ID`](#commercelayer-external_tax_calculator-id)
75
90
  * [`commercelayer external_tax_calculator:reset_circuit ID`](#commercelayer-external_tax_calculatorreset_circuit-id)
76
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)
77
93
  * [`commercelayer fixed_amount_promotion:disable ID`](#commercelayer-fixed_amount_promotiondisable-id)
78
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)
79
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)
80
98
  * [`commercelayer fixed_price_promotion:disable ID`](#commercelayer-fixed_price_promotiondisable-id)
81
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)
82
101
  * [`commercelayer flex_promotion ID`](#commercelayer-flex_promotion-id)
102
+ * [`commercelayer flex_promotion:add_tags ID`](#commercelayer-flex_promotionadd_tags-id)
83
103
  * [`commercelayer flex_promotion:disable ID`](#commercelayer-flex_promotiondisable-id)
84
104
  * [`commercelayer flex_promotion:enable ID`](#commercelayer-flex_promotionenable-id)
105
+ * [`commercelayer flex_promotion:remove_tags ID`](#commercelayer-flex_promotionremove_tags-id)
85
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)
86
108
  * [`commercelayer free_gift_promotion:disable ID`](#commercelayer-free_gift_promotiondisable-id)
87
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)
88
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)
89
113
  * [`commercelayer free_shipping_promotion:disable ID`](#commercelayer-free_shipping_promotiondisable-id)
90
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)
91
116
  * [`commercelayer gift_card ID`](#commercelayer-gift_card-id)
92
117
  * [`commercelayer gift_card:activate ID`](#commercelayer-gift_cardactivate-id)
118
+ * [`commercelayer gift_card:add_tags ID`](#commercelayer-gift_cardadd_tags-id)
93
119
  * [`commercelayer gift_card:balance_change_cents ID`](#commercelayer-gift_cardbalance_change_cents-id)
94
120
  * [`commercelayer gift_card:deactivate ID`](#commercelayer-gift_carddeactivate-id)
95
121
  * [`commercelayer gift_card:purchase ID`](#commercelayer-gift_cardpurchase-id)
122
+ * [`commercelayer gift_card:remove_tags ID`](#commercelayer-gift_cardremove_tags-id)
96
123
  * [`commercelayer import ID`](#commercelayer-import-id)
97
124
  * [`commercelayer import:interrupt ID`](#commercelayer-importinterrupt-id)
98
125
  * [`commercelayer in_stock_subscription ID`](#commercelayer-in_stock_subscription-id)
@@ -101,9 +128,14 @@ $ commercelayer plugins:install triggers
101
128
  * [`commercelayer klarna_payment ID`](#commercelayer-klarna_payment-id)
102
129
  * [`commercelayer klarna_payment:update ID`](#commercelayer-klarna_paymentupdate-id)
103
130
  * [`commercelayer line_item ID`](#commercelayer-line_item-id)
131
+ * [`commercelayer line_item:add_tags ID`](#commercelayer-line_itemadd_tags-id)
104
132
  * [`commercelayer line_item:external_price ID`](#commercelayer-line_itemexternal_price-id)
133
+ * [`commercelayer line_item:remove_tags ID`](#commercelayer-line_itemremove_tags-id)
105
134
  * [`commercelayer line_item:reserve_stock ID`](#commercelayer-line_itemreserve_stock-id)
106
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)
107
139
  * [`commercelayer link ID`](#commercelayer-link-id)
108
140
  * [`commercelayer link:disable ID`](#commercelayer-linkdisable-id)
109
141
  * [`commercelayer link:enable ID`](#commercelayer-linkenable-id)
@@ -111,6 +143,7 @@ $ commercelayer plugins:install triggers
111
143
  * [`commercelayer market:disable ID`](#commercelayer-marketdisable-id)
112
144
  * [`commercelayer market:enable ID`](#commercelayer-marketenable-id)
113
145
  * [`commercelayer order ID`](#commercelayer-order-id)
146
+ * [`commercelayer order:add_tags ID`](#commercelayer-orderadd_tags-id)
114
147
  * [`commercelayer order:approve ID`](#commercelayer-orderapprove-id)
115
148
  * [`commercelayer order:approve_and_capture ID`](#commercelayer-orderapprove_and_capture-id)
116
149
  * [`commercelayer order:archive ID`](#commercelayer-orderarchive-id)
@@ -131,6 +164,7 @@ $ commercelayer plugins:install triggers
131
164
  * [`commercelayer order:refresh ID`](#commercelayer-orderrefresh-id)
132
165
  * [`commercelayer order:refund ID`](#commercelayer-orderrefund-id)
133
166
  * [`commercelayer order:refund_invoice ID`](#commercelayer-orderrefund_invoice-id)
167
+ * [`commercelayer order:remove_tags ID`](#commercelayer-orderremove_tags-id)
134
168
  * [`commercelayer order:reset_circuit ID`](#commercelayer-orderreset_circuit-id)
135
169
  * [`commercelayer order:save_billing_address_to_customer_address_book ID`](#commercelayer-ordersave_billing_address_to_customer_address_book-id)
136
170
  * [`commercelayer order:save_payment_source_to_customer_wallet ID`](#commercelayer-ordersave_payment_source_to_customer_wallet-id)
@@ -144,21 +178,26 @@ $ commercelayer plugins:install triggers
144
178
  * [`commercelayer order:validate ID`](#commercelayer-ordervalidate-id)
145
179
  * [`commercelayer order_subscription ID`](#commercelayer-order_subscription-id)
146
180
  * [`commercelayer order_subscription:activate ID`](#commercelayer-order_subscriptionactivate-id)
181
+ * [`commercelayer order_subscription:add_tags ID`](#commercelayer-order_subscriptionadd_tags-id)
147
182
  * [`commercelayer order_subscription:cancel ID`](#commercelayer-order_subscriptioncancel-id)
148
183
  * [`commercelayer order_subscription:convert ID`](#commercelayer-order_subscriptionconvert-id)
149
184
  * [`commercelayer order_subscription:deactivate ID`](#commercelayer-order_subscriptiondeactivate-id)
185
+ * [`commercelayer order_subscription:remove_tags ID`](#commercelayer-order_subscriptionremove_tags-id)
150
186
  * [`commercelayer payment_method ID`](#commercelayer-payment_method-id)
151
187
  * [`commercelayer payment_method:disable ID`](#commercelayer-payment_methoddisable-id)
152
188
  * [`commercelayer payment_method:enable ID`](#commercelayer-payment_methodenable-id)
153
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)
154
191
  * [`commercelayer percentage_discount_promotion:disable ID`](#commercelayer-percentage_discount_promotiondisable-id)
155
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)
156
194
  * [`commercelayer price_list_scheduler ID`](#commercelayer-price_list_scheduler-id)
157
195
  * [`commercelayer price_list_scheduler:disable ID`](#commercelayer-price_list_schedulerdisable-id)
158
196
  * [`commercelayer price_list_scheduler:enable ID`](#commercelayer-price_list_schedulerenable-id)
159
197
  * [`commercelayer refund ID`](#commercelayer-refund-id)
160
198
  * [`commercelayer refund:forward ID`](#commercelayer-refundforward-id)
161
199
  * [`commercelayer return ID`](#commercelayer-return-id)
200
+ * [`commercelayer return:add_tags ID`](#commercelayer-returnadd_tags-id)
162
201
  * [`commercelayer return:approve ID`](#commercelayer-returnapprove-id)
163
202
  * [`commercelayer return:archive ID`](#commercelayer-returnarchive-id)
164
203
  * [`commercelayer return:cancel ID`](#commercelayer-returncancel-id)
@@ -166,6 +205,7 @@ $ commercelayer plugins:install triggers
166
205
  * [`commercelayer return:refund ID`](#commercelayer-returnrefund-id)
167
206
  * [`commercelayer return:refund_amount_cents ID`](#commercelayer-returnrefund_amount_cents-id)
168
207
  * [`commercelayer return:reject ID`](#commercelayer-returnreject-id)
208
+ * [`commercelayer return:remove_tags ID`](#commercelayer-returnremove_tags-id)
169
209
  * [`commercelayer return:request ID`](#commercelayer-returnrequest-id)
170
210
  * [`commercelayer return:restock ID`](#commercelayer-returnrestock-id)
171
211
  * [`commercelayer return:ship ID`](#commercelayer-returnship-id)
@@ -175,6 +215,7 @@ $ commercelayer plugins:install triggers
175
215
  * [`commercelayer satispay_payment ID`](#commercelayer-satispay_payment-id)
176
216
  * [`commercelayer satispay_payment:refresh ID`](#commercelayer-satispay_paymentrefresh-id)
177
217
  * [`commercelayer shipment ID`](#commercelayer-shipment-id)
218
+ * [`commercelayer shipment:add_tags ID`](#commercelayer-shipmentadd_tags-id)
178
219
  * [`commercelayer shipment:cancel ID`](#commercelayer-shipmentcancel-id)
179
220
  * [`commercelayer shipment:decrement_stock ID`](#commercelayer-shipmentdecrement_stock-id)
180
221
  * [`commercelayer shipment:deliver ID`](#commercelayer-shipmentdeliver-id)
@@ -185,6 +226,7 @@ $ commercelayer plugins:install triggers
185
226
  * [`commercelayer shipment:purchase ID`](#commercelayer-shipmentpurchase-id)
186
227
  * [`commercelayer shipment:ready_to_ship ID`](#commercelayer-shipmentready_to_ship-id)
187
228
  * [`commercelayer shipment:release_stock ID`](#commercelayer-shipmentrelease_stock-id)
229
+ * [`commercelayer shipment:remove_tags ID`](#commercelayer-shipmentremove_tags-id)
188
230
  * [`commercelayer shipment:reserve_stock ID`](#commercelayer-shipmentreserve_stock-id)
189
231
  * [`commercelayer shipment:ship ID`](#commercelayer-shipmentship-id)
190
232
  * [`commercelayer shipment:upcoming ID`](#commercelayer-shipmentupcoming-id)
@@ -192,6 +234,12 @@ $ commercelayer plugins:install triggers
192
234
  * [`commercelayer shipping_method:disable ID`](#commercelayer-shipping_methoddisable-id)
193
235
  * [`commercelayer shipping_method:enable ID`](#commercelayer-shipping_methodenable-id)
194
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)
195
243
  * [`commercelayer stock_item ID`](#commercelayer-stock_item-id)
196
244
  * [`commercelayer stock_item:validate ID`](#commercelayer-stock_itemvalidate-id)
197
245
  * [`commercelayer stock_line_item ID`](#commercelayer-stock_line_item-id)
@@ -219,6 +267,74 @@ $ commercelayer plugins:install triggers
219
267
  * [`commercelayer webhook:enable ID`](#commercelayer-webhookenable-id)
220
268
  * [`commercelayer webhook:reset_circuit ID`](#commercelayer-webhookreset_circuit-id)
221
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
+
222
338
  ### `commercelayer adyen_payment ID`
223
339
 
224
340
  Execute an action on a resource of type adyen_payments.
@@ -484,6 +600,29 @@ DESCRIPTION
484
600
 
485
601
  _See code: [src/commands/bundle/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/bundle/index.ts)_
486
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
+
487
626
  ### `commercelayer bundle:compute_compare_at_amount ID`
488
627
 
489
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.
@@ -530,6 +669,29 @@ DESCRIPTION
530
669
 
531
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)_
532
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
+
533
695
  ### `commercelayer buy_x_pay_y_promotion ID`
534
696
 
535
697
  Execute an action on a resource of type buy_x_pay_y_promotions.
@@ -552,6 +714,29 @@ DESCRIPTION
552
714
 
553
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)_
554
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
+
555
740
  ### `commercelayer buy_x_pay_y_promotion:disable ID`
556
741
 
557
742
  Send this attribute if you want to mark this resource as disabled.
@@ -596,6 +781,29 @@ DESCRIPTION
596
781
 
597
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)_
598
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
+
599
807
  ### `commercelayer capture ID`
600
808
 
601
809
  Execute an action on a resource of type captures.
@@ -817,6 +1025,142 @@ DESCRIPTION
817
1025
 
818
1026
  _See code: [src/commands/cleanup/interrupt.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/cleanup/interrupt.ts)_
819
1027
 
1028
+ ### `commercelayer coupon ID`
1029
+
1030
+ Execute an action on a resource of type coupons.
1031
+
1032
+ ```sh-session
1033
+ USAGE
1034
+ $ commercelayer coupon ID [-u [-j -p]]
1035
+
1036
+ ARGUMENTS
1037
+ ID the unique id of the resource
1038
+
1039
+ FLAGS
1040
+ -j, --json print result in JSON format
1041
+ -p, --print print out the modified resource
1042
+ -u, --unformatted print JSON output without indentation
1043
+
1044
+ DESCRIPTION
1045
+ execute an action on a resource of type coupons
1046
+ ```
1047
+
1048
+ _See code: [src/commands/coupon/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/coupon/index.ts)_
1049
+
1050
+ ### `commercelayer coupon:add_tags ID`
1051
+
1052
+ Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.
1053
+
1054
+ ```sh-session
1055
+ USAGE
1056
+ $ commercelayer coupon:add_tags ID [-u [-j -p]]
1057
+
1058
+ ARGUMENTS
1059
+ ID the unique id of the resource
1060
+
1061
+ FLAGS
1062
+ -j, --json print result in JSON format
1063
+ -p, --print print out the modified resource
1064
+ -u, --unformatted print JSON output without indentation
1065
+
1066
+ DESCRIPTION
1067
+ Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by
1068
+ sales channels.
1069
+ ```
1070
+
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)_
1072
+
1073
+ ### `commercelayer coupon:remove_tags ID`
1074
+
1075
+ Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.
1076
+
1077
+ ```sh-session
1078
+ USAGE
1079
+ $ commercelayer coupon:remove_tags ID [-u [-j -p]]
1080
+
1081
+ ARGUMENTS
1082
+ ID the unique id of the resource
1083
+
1084
+ FLAGS
1085
+ -j, --json print result in JSON format
1086
+ -p, --print print out the modified resource
1087
+ -u, --unformatted print JSON output without indentation
1088
+
1089
+ DESCRIPTION
1090
+ Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed
1091
+ by sales channels.
1092
+ ```
1093
+
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)_
1095
+
1096
+ ### `commercelayer customer ID`
1097
+
1098
+ Execute an action on a resource of type customers.
1099
+
1100
+ ```sh-session
1101
+ USAGE
1102
+ $ commercelayer customer ID [-u [-j -p]]
1103
+
1104
+ ARGUMENTS
1105
+ ID the unique id of the resource
1106
+
1107
+ FLAGS
1108
+ -j, --json print result in JSON format
1109
+ -p, --print print out the modified resource
1110
+ -u, --unformatted print JSON output without indentation
1111
+
1112
+ DESCRIPTION
1113
+ execute an action on a resource of type customers
1114
+ ```
1115
+
1116
+ _See code: [src/commands/customer/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/customer/index.ts)_
1117
+
1118
+ ### `commercelayer customer:add_tags ID`
1119
+
1120
+ Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.
1121
+
1122
+ ```sh-session
1123
+ USAGE
1124
+ $ commercelayer customer:add_tags ID [-u [-j -p]]
1125
+
1126
+ ARGUMENTS
1127
+ ID the unique id of the resource
1128
+
1129
+ FLAGS
1130
+ -j, --json print result in JSON format
1131
+ -p, --print print out the modified resource
1132
+ -u, --unformatted print JSON output without indentation
1133
+
1134
+ DESCRIPTION
1135
+ Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by
1136
+ sales channels.
1137
+ ```
1138
+
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)_
1140
+
1141
+ ### `commercelayer customer:remove_tags ID`
1142
+
1143
+ Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.
1144
+
1145
+ ```sh-session
1146
+ USAGE
1147
+ $ commercelayer customer:remove_tags ID [-u [-j -p]]
1148
+
1149
+ ARGUMENTS
1150
+ ID the unique id of the resource
1151
+
1152
+ FLAGS
1153
+ -j, --json print result in JSON format
1154
+ -p, --print print out the modified resource
1155
+ -u, --unformatted print JSON output without indentation
1156
+
1157
+ DESCRIPTION
1158
+ Comma separated list of tags to be removed. Duplicates, invalid and non existing ones are discarded. Cannot be passed
1159
+ by sales channels.
1160
+ ```
1161
+
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)_
1163
+
820
1164
  ### `commercelayer customer_password_reset ID`
821
1165
 
822
1166
  Execute an action on a resource of type customer_password_resets.
@@ -1060,6 +1404,29 @@ DESCRIPTION
1060
1404
 
1061
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)_
1062
1406
 
1407
+ ### `commercelayer external_promotion:add_tags ID`
1408
+
1409
+ Comma separated list of tags to be added. Duplicates, invalid and non existing ones are discarded. Cannot be passed by sales channels.
1410
+
1411
+ ```sh-session
1412
+ USAGE
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
+
1063
1430
  ### `commercelayer external_promotion:disable ID`
1064
1431
 
1065
1432
  Send this attribute if you want to mark this resource as disabled.
@@ -1104,6 +1471,29 @@ DESCRIPTION
1104
1471
 
1105
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)_
1106
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
+
1107
1497
  ### `commercelayer external_promotion:reset_circuit ID`
1108
1498
 
1109
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.
@@ -1194,7 +1584,30 @@ DESCRIPTION
1194
1584
 
1195
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)_
1196
1586
 
1197
- ### `commercelayer fixed_amount_promotion:disable ID`
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`
1198
1611
 
1199
1612
  Send this attribute if you want to mark this resource as disabled.
1200
1613
 
@@ -1238,6 +1651,29 @@ DESCRIPTION
1238
1651
 
1239
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)_
1240
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
+
1241
1677
  ### `commercelayer fixed_price_promotion ID`
1242
1678
 
1243
1679
  Execute an action on a resource of type fixed_price_promotions.
@@ -1260,6 +1696,29 @@ DESCRIPTION
1260
1696
 
1261
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)_
1262
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)_
1721
+
1263
1722
  ### `commercelayer fixed_price_promotion:disable ID`
1264
1723
 
1265
1724
  Send this attribute if you want to mark this resource as disabled.
@@ -1304,6 +1763,29 @@ DESCRIPTION
1304
1763
 
1305
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)_
1306
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
+
1307
1789
  ### `commercelayer flex_promotion ID`
1308
1790
 
1309
1791
  Execute an action on a resource of type flex_promotions.
@@ -1326,6 +1808,29 @@ DESCRIPTION
1326
1808
 
1327
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)_
1328
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
+
1329
1834
  ### `commercelayer flex_promotion:disable ID`
1330
1835
 
1331
1836
  Send this attribute if you want to mark this resource as disabled.
@@ -1370,6 +1875,29 @@ DESCRIPTION
1370
1875
 
1371
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)_
1372
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
+
1373
1901
  ### `commercelayer free_gift_promotion ID`
1374
1902
 
1375
1903
  Execute an action on a resource of type free_gift_promotions.
@@ -1392,6 +1920,29 @@ DESCRIPTION
1392
1920
 
1393
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)_
1394
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
+
1395
1946
  ### `commercelayer free_gift_promotion:disable ID`
1396
1947
 
1397
1948
  Send this attribute if you want to mark this resource as disabled.
@@ -1436,6 +1987,29 @@ DESCRIPTION
1436
1987
 
1437
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)_
1438
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
+
1439
2013
  ### `commercelayer free_shipping_promotion ID`
1440
2014
 
1441
2015
  Execute an action on a resource of type free_shipping_promotions.
@@ -1458,6 +2032,29 @@ DESCRIPTION
1458
2032
 
1459
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)_
1460
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
+
1461
2058
  ### `commercelayer free_shipping_promotion:disable ID`
1462
2059
 
1463
2060
  Send this attribute if you want to mark this resource as disabled.
@@ -1502,6 +2099,29 @@ DESCRIPTION
1502
2099
 
1503
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)_
1504
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
+
1505
2125
  ### `commercelayer gift_card ID`
1506
2126
 
1507
2127
  Execute an action on a resource of type gift_cards.
@@ -1546,6 +2166,29 @@ DESCRIPTION
1546
2166
 
1547
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)_
1548
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
+
1549
2192
  ### `commercelayer gift_card:balance_change_cents ID`
1550
2193
 
1551
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).
@@ -1614,6 +2257,29 @@ DESCRIPTION
1614
2257
 
1615
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)_
1616
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
+
1617
2283
  ### `commercelayer import ID`
1618
2284
 
1619
2285
  Execute an action on a resource of type imports.
@@ -1790,6 +2456,29 @@ DESCRIPTION
1790
2456
 
1791
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)_
1792
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
+
1793
2482
  ### `commercelayer line_item:external_price ID`
1794
2483
 
1795
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'.
@@ -1814,6 +2503,29 @@ DESCRIPTION
1814
2503
 
1815
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)_
1816
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
+
1817
2529
  ### `commercelayer line_item:reserve_stock ID`
1818
2530
 
1819
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.
@@ -1861,6 +2573,74 @@ DESCRIPTION
1861
2573
 
1862
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)_
1863
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
+
1864
2644
  ### `commercelayer link ID`
1865
2645
 
1866
2646
  Execute an action on a resource of type links.
@@ -2013,7 +2793,30 @@ DESCRIPTION
2013
2793
  execute an action on a resource of type orders
2014
2794
  ```
2015
2795
 
2016
- _See code: [src/commands/order/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order/index.ts)_
2796
+ _See code: [src/commands/order/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/order/index.ts)_
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)_
2017
2820
 
2018
2821
  ### `commercelayer order:approve ID`
2019
2822
 
@@ -2463,6 +3266,29 @@ DESCRIPTION
2463
3266
 
2464
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)_
2465
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
+
2466
3292
  ### `commercelayer order:reset_circuit ID`
2467
3293
 
2468
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.
@@ -2757,6 +3583,29 @@ DESCRIPTION
2757
3583
 
2758
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)_
2759
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
+
2760
3609
  ### `commercelayer order_subscription:cancel ID`
2761
3610
 
2762
3611
  Send this attribute if you want to mark this subscription as cancelled.
@@ -2824,6 +3673,29 @@ DESCRIPTION
2824
3673
 
2825
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)_
2826
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
+
2827
3699
  ### `commercelayer payment_method ID`
2828
3700
 
2829
3701
  Execute an action on a resource of type payment_methods.
@@ -2912,6 +3784,29 @@ DESCRIPTION
2912
3784
 
2913
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)_
2914
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
+
2915
3810
  ### `commercelayer percentage_discount_promotion:disable ID`
2916
3811
 
2917
3812
  Send this attribute if you want to mark this resource as disabled.
@@ -2956,6 +3851,29 @@ DESCRIPTION
2956
3851
 
2957
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)_
2958
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
+
2959
3877
  ### `commercelayer price_list_scheduler ID`
2960
3878
 
2961
3879
  Execute an action on a resource of type price_list_schedulers.
@@ -3089,6 +4007,29 @@ DESCRIPTION
3089
4007
 
3090
4008
  _See code: [src/commands/return/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/return/index.ts)_
3091
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
+
3092
4033
  ### `commercelayer return:approve ID`
3093
4034
 
3094
4035
  Send this attribute if you want to mark this return as approved.
@@ -3243,6 +4184,29 @@ DESCRIPTION
3243
4184
 
3244
4185
  _See code: [src/commands/return/reject.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/return/reject.ts)_
3245
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
+
3246
4210
  ### `commercelayer return:request ID`
3247
4211
 
3248
4212
  Send this attribute if you want to activate this return.
@@ -3441,6 +4405,29 @@ DESCRIPTION
3441
4405
 
3442
4406
  _See code: [src/commands/shipment/index.ts](https://github.com/commercelayer/commercelayer-cli-plugin-triggers/blob/main/src/commands/shipment/index.ts)_
3443
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
+
3444
4431
  ### `commercelayer shipment:cancel ID`
3445
4432
 
3446
4433
  Send this attribute if you want to mark this shipment as cancelled (unless already shipped or delivered). Cannot be passed by sales channels.
@@ -3664,6 +4651,29 @@ DESCRIPTION
3664
4651
 
3665
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)_
3666
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
+
3667
4677
  ### `commercelayer shipment:reserve_stock ID`
3668
4678
 
3669
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.
@@ -3820,6 +4830,142 @@ DESCRIPTION
3820
4830
 
3821
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)_
3822
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
+
3823
4969
  ### `commercelayer stock_item ID`
3824
4970
 
3825
4971
  Execute an action on a resource of type stock_items.