Integrating Shopify Flow
Shopify Flow is a feature provided by Shopify to allow merchants to perform additional actions based on trigger events that happen inside their store.
Head over to Installation guide to learn how to install and use this feature
Using Shopify Flow with Appy Stamp
You are able to use Shopify Flow with Appy Stamp to trigger the awarding of stamps within our app. Some reason for doing this in Flow could be:
- Bonus points when an order is over a certain amount
- Customer has order X amount of times
- Certain products that you wish to incentive customers to purchase.
Flow operational breakdown
This is a breakdown of how the flow functions and the terminolagy is used within the app
Workflow component | Description | Example |
Trigger | A trigger is an event that starts a workflow, and can be something that happens in your store or in an app. | A new order is created in your store or a customer is created. |
Condition | A condition determines whether an action is taken, based on the conditions that you set. | A condition is set to check whether the total amount paid for the order is over 200 USD. |
Action | An action is a change that’s made to your store or in an app when the condition is met. | If the total amount paid for the order is over 200 USD, then a tag is added to the account of the customer who placed the order. |