How to detect if a merchant has added our App Block to their Shopify theme
I want to check if a merchant has actually added the App Block to their theme, like in product.json or any other section.
What’s the best way to programmatically detect this?
1 Reply
Use the Admin API, specifically
themes
and read the JSON files files and see if it exists
https://shopify.dev/docs/api/admin-graphql/latest/queries/theme