Can I filter my inventory data feed?

Yes, you certainly can!

You can even combine multiple filter conditions and decide whether the data should match any one of those conditions or all of them.

The available filter conditions are:

  • is equal to (e.g. 1 = 1)
  • is not equal to (e.g. 1 != 2)
  • is equal to any (use a comma-separated list of values, e.g. "US" is equal to any of: "US, MX, CA")
  • is not equal to any (use a comma-separated list of values, e.g. "US" is not equal to any of: "AU, GB, CA")
  • contains (e.g. "slippers, shoes, socks" contains "shoes")
  • does not contain (e.g. "slippers, shoes, socks" does not contain "pants")
  • starts with (e.g. "SKU12345" starts with "SKU")
  • ends with (e.g. "SKU12345" ends with "345")
  • is greater than (e.g. 2 > 1)
  • is less than (e.g. 1 < 2)

Below is a screenshot of what this option looks like in our app:

EZ Inventory - Shopify Inventory Management App

You can also use date variables in the filter values like {{ YYYY }}-{{ MM }}-{{ DD }} which are based on the current date.


App: EZ Inventory

Tags: faq, advanced features, inventory management