December 02, 2021

Shopify Flow - use AND/OR for the same item in a list

Shopify Flow is only available to Shopify Plus customers.

In a Flow Condition, you can now check if more than one condition matches for a single item in a list.

For example, the Condition below checks whether a product variant's inventory item has <= 0 in stock at the location named "MyLocationName":

Screenshot of condition

Common use cases include:
* Check whether a metafield with a specified namespace and key has a certain value. (example template)
* Check whether an inventory item is available at a specified location. (example template)
* Check whether an order contains a product that matches multiple conditions.