Flow triggers
Alongside its actions, Packwork emits triggers into Shopify Flow. Each one starts a Flow when something happens in Fulfil or on a Shopify order, and carries a few fields you can branch on or pass into later steps.
Work order created
Fires when a work order is created in Fulfil.
Fields:
- Work order ID
- Current status
Work order changed
Fires when a work order’s status changes in Fulfil.
Fields:
- Work order ID
- Current status
- Previous status
Compare the two statuses in a Flow condition to react only to the transitions you care about, such as a work order moving into done.
Shipping address changed
Fires when a shipping address changes on a Shopify order. Pair it with the Sync shipping address action to push the new address straight into Fulfil.