Exports now have two levels of filtering: the existing row-level filters that control which records are exported, and new metafield filters that control which metafield columns appear. You can also stop worrying about customer reference metafields showing up as cryptic GIDs.
🚀 What’s New#
- Metafield column filters – choose which metafields appear in your export by filtering on namespace, key, or namespace.key.
- Seven filter relations – equals, equals any of, not equals, starts with, ends with, contains, and does not contain.
- Per-group filtering – set different filters for product metafields, variant metafields, customer metafields, and so on.
- Customer reference metafields – these now resolve to email addresses on export and look up by email on import.
🔧 Improvements#
- Row filters vs column filters – row-level filters narrow which records you export, while metafield filters narrow which metafield columns appear, giving you smaller, cleaner files.
- Filtered badge – metafield groups with active filters show a badge so you can tell at a glance.
- Cross-store friendly – customer reference metafields export as emails, making store-to-store transfers easy.
- List support –
list.customer_referenceworks too, with comma-separated emails on export. - Saved configs – metafield filters are saved and restored when you clone a job or load a saved configuration.

