I need to add a button that linked to my custom app. This button should appear on the Customer privacy tab in Shopify Admin settings.
This can definitely be done, as most apps for cookie settings have a button like this:
It seems this can be achieved with the Admin link extensions
So I created the extension with the type = "ui_extension"
but in my shopify.extension.toml file, in the recommended Valid extension targets, I do not see targets for the Customer privacy settings.
Or will Admin link extensions not solve this and, in this case, something else is needed for this as well?
Is anyone familiar with this?
Will dig into this - but I can confirm it’s nothing to do with having Built for Shopify status. This doesn’t give you access to more areas on the admin.
Yes, I suppose it is. It is a shame that there is so little information about it in the official documentation. Basically, there is information on how to implement it in a custom storefront