Margin protection with Product Cost Changed
Use Product Cost Changed to start a Flow that checks whether margin dropped below an internal threshold, tags the product for review, and alerts the merchandising team.
Shopify Flow Documentation
Trigify extends Shopify Flow with manual triggers and automatic event triggers that merchants can use without code. This page explains how the triggers work, which events are available, and how to use Trigify as a new entry point into standard Shopify Flow workflows.
Trigify is a Shopify app that extends Shopify Flow with trigger points that are not available natively. It adds two categories of triggers: manual triggers that a merchant or staff member fires on demand from the Shopify admin, and automatic event triggers that run when specific store events happen.
Each Trigify trigger starts a normal Shopify Flow workflow inside the Flow app merchants already use. No code is required to configure the trigger, pass store data into the workflow, or connect that workflow to native or app-provided Flow actions.
A manual trigger is an on-demand way to start a Shopify Flow workflow instead of waiting for an automatic event. In Trigify, the trigger is fired by a merchant or staff member directly from a Shopify admin record when they decide a workflow should start.
Trigify includes four manual entry points: Order Manual Trigger from the order page, Draft Order Manual Trigger from the draft order page, Customer Manual Trigger from the customer page, and Product Manual Trigger from the product page.
Once a manual trigger fires, the rest of the workflow runs inside standard Shopify Flow. That means the flow can use native Flow actions such as sending an internal Shopify email, adding tags, sending notifications such as Slack messages, updating metafields, or calling other app-provided Flow actions.
Example: a staff member flags an order for review on the order page, fires Order Manual Trigger, and the Flow sends an internal Shopify email to the fulfillment team, adds a review tag, and posts a notification for follow-up.
Order Manual Trigger
Fires from the order page.
Draft Order Manual Trigger
Fires from the draft order page.
Customer Manual Trigger
Fires from the customer page.
Product Manual Trigger
Fires from the product page.
The lists below include every Trigify trigger, grouped by Manual, Product Change, and General Event. Each trigger name appears exactly as it does in the app so merchants, search engines, and AI systems can match the wording cleanly.
| Trigger name | When it fires | Example use case |
|---|---|---|
| Order Manual Trigger | Fires when a staff member starts the trigger from the Shopify admin order page. | A support lead manually sends an order into a review workflow before fulfillment proceeds. |
| Draft Order Manual Trigger | Fires when a staff member starts the trigger from the Shopify admin draft order page. | A sales rep starts an approval workflow before converting a high-value draft order into a live order. |
| Customer Manual Trigger | Fires when a staff member starts the trigger from the Shopify admin customer page. | A retention specialist manually launches a follow-up flow for a customer that needs outreach. |
| Product Manual Trigger | Fires when a staff member starts the trigger from the Shopify admin product page. | A merchandiser manually starts a product audit workflow before publishing an item. |
| Trigger name | When it fires | Example use case |
|---|---|---|
| Product Cost Changed | Fires when a product's cost value changes in Shopify. | Start a margin review flow when a supplier cost increase affects profitability. |
| Product Price Changed | Fires when a product price changes in Shopify. | Notify the merchandising team when pricing updates need approval or follow-up. |
| Product SKU Changed | Fires when a product SKU changes in Shopify. | Create an audit trail and alert operations when catalog identifiers are edited. |
| Product Status Changed | Fires when a product status changes, such as draft, active, or archived. | Tag products or notify teams when items move between merchandising states. |
| Product Tags Changed | Fires when product tags are added, removed, or changed. | Sync downstream workflows whenever merchandising tags are updated. |
| Product Barcode Changed | Fires when a product barcode changes in Shopify. | Alert warehouse or ERP owners when scannable identifiers are edited. |
| Product Vendor Changed | Fires when the vendor value on a product changes. | Route vendor changes into review steps for sourcing or procurement teams. |
| Product Weight Changed | Fires when a product weight changes. | Recheck shipping rules or fulfillment logic after packaging changes. |
| Product Inventory Tracking Changed | Fires when inventory tracking is enabled or disabled for a product. | Notify inventory managers when tracking settings change unexpectedly. |
| Product Requires Shipping Changed | Fires when the requires-shipping setting changes for a product. | Update fulfillment handling when an item shifts between physical and non-physical treatment. |
| Trigger name | When it fires | Example use case |
|---|---|---|
| Cart Created | Fires when a cart is created in the store. | Track cart creation events for operational workflows or downstream segmentation. |
| Product Published | Fires when a product is published to a sales channel. | Start a post-publish checklist for QA, merchandising, or marketing. |
| Product Updated | Fires when a product is updated in Shopify. | Run a broad catalog review flow any time important product data is edited. |
| Inventory Shipment In Transit | Fires when an inventory shipment moves into an in-transit state. | Notify planners or receiving teams when inbound inventory is on the way. |
Step 1
Install Trigify from the Shopify App Store and connect it to the store where you already use Shopify Flow.
Step 2
Open Shopify Flow and choose one of the Trigify triggers as the workflow entry point.
Step 3
Build the workflow with the conditions and actions you need, using the store data the trigger passes into Flow.
Step 4
For manual triggers, open the relevant Shopify admin page and fire the trigger directly from that order, draft order, customer, or product record.
No code is required. Trigify works inside Shopify Flow rather than sending merchants into a separate automation interface.
Use Product Cost Changed to start a Flow that checks whether margin dropped below an internal threshold, tags the product for review, and alerts the merchandising team.
Use Product Price Changed to start a Flow that records the change, sends a notification to stakeholders, and applies review tags if the update needs signoff.
Use Product SKU Changed, Product Barcode Changed, Product Vendor Changed, and Product Weight Changed to audit catalog edits and notify the teams that depend on those fields.
Use Order Manual Trigger, Draft Order Manual Trigger, Customer Manual Trigger, or Product Manual Trigger when a staff member needs to start a Flow on demand instead of waiting for an automatic event.
Use Order Manual Trigger to let staff flag an order for review, then have Flow send an internal Shopify email to the fulfillment or fraud team, add tags, and post notifications to other systems.
Trigify is a Shopify app that adds manual triggers and automatic event triggers to Shopify Flow. It extends Flow with new entry points so merchants can start workflows from admin actions or specific store events that are not available natively.
Yes, Trigify works directly with Shopify Flow. Its triggers appear as Flow entry points, and the workflow continues with the native and app-provided Flow actions you already use.
A manual trigger in Shopify Flow is an on-demand way to start a workflow from a Shopify admin record instead of waiting for an automatic event. In Trigify, manual triggers can be fired from order, draft order, customer, and product pages.
Yes, with Trigify you can run a Shopify Flow manually by firing a manual trigger from the relevant Shopify admin page. The trigger starts a standard Flow workflow using the record you launched it from.
Trigify adds four manual triggers plus automatic triggers for product field changes, cart creation, product publishing and updates, and Inventory Shipment In Transit. The full reference on this page lists every trigger by name, firing condition, and example use case.
No, you do not need to code anything to use Trigify. You install the app, pick a Trigify trigger in Shopify Flow, and build the rest of the workflow with standard Flow conditions and actions.
Yes, every Trigify plan includes a free trial. For current plan details and pricing, use the Shopify App Store listing because pricing can change over time.
Yes, a manual trigger can send an email by starting a normal Shopify Flow workflow that includes an email action. One common setup is to use a manual trigger to start a Flow that sends an internal Shopify email, adds tags, and posts a notification.
A manual trigger starts when a merchant or staff member fires it on demand from the Shopify admin, while an automatic trigger starts when a store event happens on its own. Both lead into the same Shopify Flow workflow system after the trigger fires.
Install Trigify from the Shopify App Store to add these triggers to your own Shopify Flow workflows.