How to Add Metafields To Admin Products Panel

Hi,

I need to display product metafields in product admin panel. See a screenshot.


Is it possible?

Hi @mrmg not possible with apps to add columns to admins resource index pages tables.

The apis only allow apps to add content to specific areas and in specific ways; such as action links.

Alternatives is to build a custom dashboard with the needed UI behavior.

Or possibly with a custom browser extension but will that may not behave natively.

Otherwise export data to CSV and work in excel/gsheets.