Minimal Flow integration with APIEase
Use this quick setup to trigger Shopify Flow from APIEase and capture Flow output.
- Create a Flow request in APIEase.
- In Shopify Flow, build a workflow that uses the APIEase Flow Trigger.
- Add a Condition step to ensure the incoming
requestIdmatches your Flow request. - Add the APIEase Flow Action and return a variable named
flowParameters.
Important: If Flow does not return
flowParameters, APIEase still responds, but the Flow-produced details are omitted. APIEase waits for the Flow action runtime call to finish before sending the final response to the original requester.