--- 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 metadata: effectiveApiVersion: '' affectedApi: - displayName: Liquid handle: liquid primaryTag: displayName: API handle: api secondaryTag: displayName: Update handle: update indicatesActionRequired: false createdAt: '2025-01-23T00:43:36-05:00' postedAt: '2025-01-28T12:00:00-05:00' updatedAt: '2025-01-27T18:01:42-05:00' effectiveAt: '2025-01-28T12:00:00-05:00' --- 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