Add product tags
The Add product tags action adds a tag to the product that triggers the workflow.
On this page
Fields
The Add product tags action contains the following fields.
Field | Description |
---|---|
Tags | The tags to add to a product. Tags are case sensitive. To add multiple tags, do one of the following:
|
Triggers
The Add product tags action has a hidden field added to it by the trigger. This field, Product ID, identifies the product to add tags to. 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 tagsAdd mutation.
Common issues
Flow says that it added a tag but the tag isn't available in the Admin.
Reason: an app (typically) or Admin user overwrote the tag. This happens because many apps use the same events, such as Order created, as Flow. Flow often finishes first, and then other apps make edits that don't take into account the new tags.
Solution: the best solution would be for the app to have an action in Flow that you could call after Flow runs. If such an action isn't available, then you should contact the app to ask them how to avoid overwriting your tags. If you can't solve the issue with the app, then you can try inserting a "Wait" step in Flow to delay when Flow adds tags.
Templates
Get notified when inventory is low and hide products when out of stock
Notify team members via email and Slack when product inventory drops below specific thresholds and automatically hide products from the online store when completely out of stock. View template
Merchandise low stock products by adding to a collection
Add low stock products to a sale collection and unpublish out of stock products from the online store. This template can be used to: increase sales by promoting low stock items, improve customer experience by removing out of stock items from the online store, and streamline inventory management by keeping track of low stock products. View template
Organize gift cards into a specific collection
Tag and organize gift cards into a specific collection. View template
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 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
Standardize tagging for new products
Tag and organize newly added or imported products based on title, SKU, color, and more. View template
Tag and organize new products by SKU
Standardize tagging and merchandising for new products based on SKU. View template
Tag and organize new products by color
Add tags to new products based on color variants for accurate discovery on storefront. View template
Tag and organize new products by price point
Tag and organize new products by price point. View template
Tag and organize new products by title
Standardize tagging, merchandising, and care instructions for new products based on product title. View template
Tag and organize new products by type
Standardize tagging and merchandising for new products based on product type. View template
Tag new products using OpenAI to generate tags from the product description
When a product is added to the store, use OpenAI to generate tags based on the product description and a known set of tags (from the same collections). Requires OpenAI connector and API key. 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