Shopify Flow is a free ecommerce automation platform by Shopify available to those who subscribe to the Shopify plan or higher, or use Shopify Fulfillment Network (SFN). Shopify Flow enables you to automate tasks and processes within your store and across your apps.
Pro-Tip: Learn more about Shopify Flow in this Shopify Help Center article.
With Shopify Flow you can assign actions and conditions to Shopify orders. This article shows you how to build a workflow to automatically add tags to Bold Subscription orders.
First subscription order tag workflow
These instructions will show you how to create a workflow to automatically tag the first order of a subscription with a tag of first_subscription_order.
Example
- From the Shopify admin, select Apps > Shopify Flow.
- Select Create Workflow.
- Choose Select a trigger.
- In the right panel menu, select Order created.
- In the left workflow panel next to Then, select the plus symbol.
- Select Condition.
- In the right panel menu, ensure that If all conditions are met is selected.
- Select Add criteria.
- Select Order > lineItems > sellingPlan > name.
- In the Name field, enter the name of one of the frequency names in your subscription group.
Note: The frequency name is case sensitive and should be spelled the same as it appears in your subscription group. For example, we used Monthly as this matches the frequency name in our subscription group.
- If you have more than one frequency, you will need to select Add criteria for the same list item.
- Select Or.
- Select lineItems > sellingPlan > name.
- In the Name field, enter another one of the frequency names in your subscription group.
Note: We used Weekly in this example as this matches another frequency name in our subscription group.
- Repeat steps 11 to 14 if you have more subscription group frequency names.
- Under AND, select Add criteria.
- Select Order > channelInformation > channelDefinition > subChannelName.
- In the SubChannelName field enter Online Store.
- In the left workflow panel next to Then, select the plus symbol.
- Select Action.
- In the right panel menu, select Add order tags.
- In the Tags field, enter the tag name you’d like to use to identify your first subscription orders.
Note: We used first_subscription_order.
- Select the plus symbol in the blue field to confirm your tag.
- Name your workflow.
- Select Turn on workflow.
Recurring subscription order tag workflow
These instructions will show you how to create a workflow to automatically tag your customer’s subsequent subscription orders with recurring_subscription_order.
Example
- From the Shopify admin, select Apps > Shopify Flow.
- Select Create Workflow.
- Choose Select a trigger.
- In the right panel menu, select Order created.
- In the left workflow panel next to Then, select the plus symbol.
- Select Condition.
- In the right panel menu, ensure that If all conditions are met is selected.
- Select Add criteria.
- Select Order > app > name.
- Change Equal to to Includes.
- In the Name field, enter Bold Subscriptions.
- In the left workflow panel next to Then, select the plus symbol.
- Select Action.
- In the right panel menu, select Add order tags.
- In the Tags field, enter the tag name you’d like to use to identify your recurring subscription orders.
Note: We used recurring_subscription_order.
- Select the plus symbol in the blue field to confirm your tag.
- Name your workflow.
- Select Turn on workflow.