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
ljspoor94
ljspoor943mo ago
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
Shopify
theme - GraphQL Admin
Returns a particular theme for the shop.

Did you find this page helpful?