Product tags changed

The tags attached to a Shopify product were changed.

This trigger fires when tags are added or removed from a product. It provides a product object (with all of the product's attributes such as title, handle, et cetera), a list of tags that were added, and a list of tags that were removed.

Trigger properties

Name
Description

Product

The affected product. All product properties (title, handle, etc) are available.

Added tags

A string with a comma-separated list of the tags that were added to the product.

Removed tags

A string with a comma-separated list of the tags that were removed from the product.

Notes

This trigger will fire if a new product is created in Shopify with tags attached.

Tags are provided as a comma-separated list, so if it's possible that a tag you care about may be added or removed alongside other tags, you should check for that tag with the includes condition rather than the is equal to condition.

Last updated