I am trying to make sure that all of my products have a weight/the correct weight added to them, and there doesn’t seem to be a way to sort/filter by weight on the products page. Is there any way I can do this?

I am trying to make sure that all of my products have a weight/the correct weight added to them, and there doesn’t seem to be a way to sort/filter by weight on the products page. Is there any way I can do this?

You can create a product metafield by weight, then add the metafield filter in Search and Discovery app

Export the products(variants) to CSV and make a filter for empty values in spreadsheet software can be the quickest way to handle find missing values like this.

Otherwise setup a shopify-flow task to tag those products, or to notify you or add a row to a google-sheet, etc.

Then also contact a shopify advisor to complain how silly this is and the need to fix it as a feature request you should be able to filter by INTRINSIC properties like weight.
https://help.shopify.com/


:technologist: :enraged_face:
The problem is shopify’s over abstracted things so the weight is no longer just “weight” on variants it’s an inventoryItem ; that may be done to allow the SAME item to have different weights :man_shrugging: .
Making it so it’s no longer part of the api query or useable in the admin.
Instead you have to go through inventoryItems → measurements → weight ; which you can’t do through the search syntax in the admin last I check for nested API fields; ready to be wrong tho.
Which is insanity that creates this friction on the merchant side in the admin and tons of extra requests AND processing by developers.
But for legacy they render the weight directly for CSV supports and they’d be clinically-insane to change that.
https://shopify.dev/docs/api/admin-graphql/latest/queries/productVariants#returns-nodes.fields.inventoryItem.measurement.weight