How to remove a product tag after two weeks of online publishing?

Hello Community,

we are searching a way to remove a tag “new” after 2 weeks the product has been published to the sales channel “online store”. We can only find ways to remove the tag after some time the product is added to the store but that does not solve our problem. Is there any way to get this result?

Kind regards,

Nathalie

There isn’t a Product Published trigger yet. If you use the “Status” field and move it from Draft to Active when you publish that could work as we do have a “Product status changed” trigger.

One additional thought - you could build a workflow that does this:

  1. Product added to store trigger
  2. Wait 2 weeks
  3. Remove “new” tag

This would work on products going forward.