Remove product tags
The Remove product tags action removes tags from the product that triggers the workflow.
On this page
Fields
The Remove product tags action contains the following fields.
Field | Description |
---|---|
Tags | The tags to remove from a product. Tags are case sensitive. To remove multiple tags, do one of the following:
|
Triggers
The Remove product tags action has a hidden field added to it by the trigger. This field, Product ID, identifies the product to have tags removed. The product ID is set by default and can be used with triggers that contain products or variants, including:
- Product added to store
- Product status updated
- Product variant added
- Inventory quantity changed
- Variant back in stock
- Variant out of stock
- Inventory item created
API details
To learn more, review the tagsRemove mutation.
Templates
Publish and unpublish products based on inventory level
Hide out of stock products from your online store and republish when they have at least one variant with inventory. View template
Remove new product tag 90 days after the product was created
Every day, gets up to 100 products that were created more than 90 days ago and which still have the "new" tag. The workflow then removes those tags for each product. View template
Remove products from collections and remove product tags after a set period of time
Remove products from collections and remove product tags after a set period of time. View template
Tag out of stock products for a single location only
Using a single location to fulfill online orders? When all of a product's variants are out of stock at a location, this workflow adds a product tag, which can be used to control what shows in the storefront. View template
Tag products that are created with no image
When a product is added to the store, the workflow will check if the product has an image (after a delay to wait for any initial edits). If the product does not have an image, the template will tag the product. View template