How can I access app-owned metafields in theme extension?

Hello, I am having trouble finding the liquid app object. Shopify mentions about this object here https://shopify.dev/changelog/new-app-liquid-object but when we click the link within it(https://shopify.dev/api/liquid/objects#app) to go to the object nothing appears. I am trying to access App-owned metafields in the theme app extension liquid file. Even if I mention app object in the liquid file it throws an error(Undefined object “app”). Can somebody please let me know how I can access App owned metafields in Theme Extension?

4 Likes

Hi, I’m getting into the same trouble. Any updates on this?