--- title: Deprecation of metafield(id) query - 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/deprecation-of-metafield-id-query md: https://shopify.dev/changelog/deprecation-of-metafield-id-query.md --- [Back to Developer changelog](https://shopify.dev/changelog) October 1, 2023 Tags: * Action Required * API * 2023-10 # Deprecation of `metafield(id)` query As of 2023-10, the `metafield(id)` query is no longer supported. Metafields should be queried via the `HasMetafields` connection of metafield owners. If necessary, metafields can be queried by ID via the `Node` interface.