if i have 100 products. and lets say 40 products have metafield X in them. is there a way to know what 40 products out of the 100 products have the metafield in them? like seeing them in a list or in the code? i don’t want to go through each product for 100 products to find out. thank you!
Hi, @orhl1234
If the product quantity is small, it can be viewed through the bulk edit list. If the product quantity is large, it can only be filtered through custom code.
I’m not aware of a ‘filter by metafield’ option in the Shopify admin but there’s two ways you do this.
The first is a little bit of a work-around but you can create an Automated Collection with conditions/rules that match on a metafield. Then you can see what products are in the collection and they’ll all have the metafield.
The second option is to use an app like our Ablestar Bulk Product Editor, this app supports searching for products by metafields (if the metafield is set/not set, if it contains certain text etc..) and once you have the products identified you can edit them directly from the app or export the data to a spreadsheet if you need to.
Best,
Daniel
Hi @orhl1234
I think you can export all your products to CSV or Excel and check.
