--- title: shop.metaobjects is now just metaobjects in liquid - Shopify developer changelog description: Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: https://shopify.dev/changelog/shopmetaobjects-is-now-just-metaobjects-in-liquid md: https://shopify.dev/changelog/shopmetaobjects-is-now-just-metaobjects-in-liquid.md --- [Back to Developer changelog](https://shopify.dev/changelog) January 28, 2025 Tags: * Liquid # shop.metaobjects is now just metaobjects in liquid We've simplified access to metaobjects in Liquid. You can now access metaobjects using the streamlined syntax `metaobjects.type.handle`, aligning with conventions used for other resource types. This new approach is more standardized and is now the preferred method. The previous access syntax, `shop.metaobjects.type.handle`, remains functional and backward compatible but is officially deprecated. [Learn more](https://shopify.dev/docs/api/liquid/objects/metaobject) about metaobjects in liquid