Import a Matrixify export and a metafield JSON capture, then fill in values in a spreadsheet-style grid.
A product export from Matrixify (.xlsx or .csv). Read entirely in this browser tab - nothing is uploaded anywhere.
The JSON copied or downloaded from the Blink Metafield Grabber extension - this decides which metafield columns stay, and which get a dropdown.
Metafield: namespace.key [type] for product
metafields, Variant Metafield: namespace.key [type] for variant metafields. Every other column (Title, Vendor,
prices, and so on) is kept only as read-only reference so you can see what you're editing - it isn't changed or exported.metafield (namespace.key) is matched against the CSV's column headers - if a metafield's column doesn't exist yet
in your file, it's added as a new blank column so you can still fill it in. Entries with no captured namespace.key
(metafieldMissing: true) are skipped - re-visit that field's detail page in the extension to capture it first.
Fields flagged isChoiceList only allow the exact values captured in choiceListValues.