Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Upsell flow when specific product is purchased

Solved

Upsell flow when specific product is purchased

Aktyva
Tourist
10 0 0

Hi there,

 

We would like to create a Shopify flow that enables the following:

 

  1. When an order is placed
  2. Check:
    . If Product A or Product B was in the order
    . And that Product C was not in the order
  3. Check If customer signed up to received emails
  4. Wait for 2 weeks
  5. 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

Accepted Solution (1)

lilyliward
Shopify Staff
19 1 9

This is an accepted solution.

Hi, 

 

You could check the order / line items / sku (see the example below)

 

Screenshot 2024-05-16 at 12.32.44.png

 

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. 

 

Whether physica shipping is required for the.png

Hope this helps. 

 

Lily

To learn more visit the Shopify Help Center or the Community Blog.

View solution in original post

Replies 2 (2)

lilyliward
Shopify Staff
19 1 9

This is an accepted solution.

Hi, 

 

You could check the order / line items / sku (see the example below)

 

Screenshot 2024-05-16 at 12.32.44.png

 

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. 

 

Whether physica shipping is required for the.png

Hope this helps. 

 

Lily

To learn more visit the Shopify Help Center or the Community Blog.

Aktyva
Tourist
10 0 0

Amazing, thank you Lily!