--- title: Shopify Functions now support app-owned metafields and reserved prefixes - 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/shopify-functions-now-support-app-owned-metafields-and-reserved-prefixes?itcat=partner_blog&itterm=summer_23_edition md: https://shopify.dev/changelog/shopify-functions-now-support-app-owned-metafields-and-reserved-prefixes.md?itcat=partner_blog&itterm=summer_23_edition --- [Back to Developer changelog](https://shopify.dev/changelog) February 27, 2023 Tags: * API # Shopify Functions now support app-owned metafields and reserved prefixes You can now use the `$app:` metafield namespace prefix in Shopify Functions [input queries](https://shopify.dev/docs/apps/functions/input-output) to ensure your app's ownership of metafields used in your function. We recommend use of reserved prefixes by default for all functions, so that you can control access to metafields used by your function. By default, they will be private to your app. Learn more about [metafield ownership](https://shopify.dev/docs/apps/custom-data/ownership) and [using metafields with input queries](https://shopify.dev/docs/apps/functions/input-output/queries-metafields) on Shopify.dev.