December 17, 2025
Metaobject definition references export by handle
Metaobject definition field references now export as type handles instead of GIDs, enabling cross-store transfers.
December 17, 2025
Metaobject definitions that reference other metaobjects can now be exported from one store and imported into another.
π What’s New
- Cross-store metaobject definitions β field validations that reference other metaobject definitions now use portable type handles instead of store-specific GIDs.
- Flexible import format β imports accept both comma-separated type handles (
author, brand) and legacy GID format for backwards compatibility.
π§ Improvements
- Cleaner exports β multiple definition references now export as
author, brand, store_locationinstead of JSON arrays.
π Fixes
- Reference validation β importing a definition that references a non-existent metaobject definition now shows a clear error message (MOBD006) instead of failing silently.
