Hi there,
We would like to create a Shopify flow that enables the following:
- When an order is placed
- Check:
. If Product A or Product B was in the order
. And that Product C was not in the order
- Check If customer signed up to received emails
- Wait for 2 weeks
- Send promotion email for product C
What we are struggling to find is the condition to check the content of an order (SKU, product description, etc.).
FYI here is the link to our website: www.aktyva.com
Any help would be hugely appreciated!
Thank you,
The Aktyva team
Hi,
You could check the order / line items / sku (see the example below)
In general, check the conditions document on how to add conditions. In essence, the variables you can use in the conditions are either passed in by the trigger, or from Shopify API. Anything that is available in the API will be available in Flow. In this case, you can find lineItems in the order API , and sku is available for each line items. You can also get this by clicking on Add criteria and you should be able to explore the available fields as below.
Hope this helps.
Lily
1 Like