Product created
The Product created trigger starts a workflow when a user in your organization or a third-party app adds a new product in the Shopify admin or via API.
On this page
Actions
This trigger provides an product, so it enables you to use any action that requires an product, including:
- Add product tags
- Add product to collections
- Create redirect URL
- Delete redirect URLs
- Publish product
- Remove product from collections
- Remove product metafield
- Remove product tags
- Unpublish product
- Update product metafield
Testing the Product created trigger
To test a workflow that starts with this trigger, create a new product in the Shopify admin.
API details
The Product created trigger allows actions to be taken with the Product Graphql API object.
Templates
Convert tags with a prefix to a product metafield using the Run code action
This workflow will take tags that start with a prefix such as 'color:' and add them to a product metafield list. It uses the Run code action to parse the tags and existing items in the metafield list. The workflow runs when a product is created, but can be manually run on existing products. View template
Notify subscribers about new products
Send a browser push notification to your PushOwl subscribers when a new product you’ve added includes a "Push notification" product tag. View template
Organize gift cards into a specific collection
Tag and organize gift cards into a specific collection. 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
Send browser push notification for specific product releases
Send a browser push notification to all of your PushOwl subscribers when a new product you've added includes a "Push notification" product tag. 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 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
Update a product metafield if a product tag has a certain prefix
When a product is added to store, check if any product tags contain "prefix_" and then add the rest of the tag as a product metafield. View template