How to get the app metafield in checkout ui extensions component? ( useAppMetafields )

yes it’s a bit confusing. app-owned is not appMetafields in checkout ui. as i said before, if u need to access app-owned meta, u will need to proxy fetch from your app server. but if u prefer not to use fetch, you can use reserve namespace meta and define the meta as private for storefront query in checkout ui. it works almost the same as app-owned as it can only be access by your app.