Hi there,
We’re working on our next Customer Account Extension, specifically on the Profile Block target.
Unlike other extensions, like Checkout and Order Status/Thank You pages, it seems like this particular target is missing the shop
in the Standard API.
const { shop } = useApi();
console.log({ shop });
// results in { "shop": undefined }
Is there some other way of accessing the *.myshopify.com
and other details of the shop from a Profile Target extension?