A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
The latest release of the Shopify theme API doesn't support a field to signal if a merchant's current theme is 'Online Store 2.0' compatible. This makes it difficult for apps that exclusively work on these new themes to show merchants how the app can be installed on their storefront.
https://shopify.dev/api/admin-rest/2022-01/resources/theme#top
Is there a way to currently learn if a theme is Online 2.0 compatible?
Solved! Go to the solution
This is an accepted solution.
I wouldn't expect such a signal to ever exist , "compatibility" is super ambiguous here. To many variables in play.
You have to parse the theme itself for the "compatibility" you care about
https://shopify.dev/apps/online-store/verify-support
Remember the error handling, such methods as in the above linke are heuristics of what was when it was ran not a permanent fact.
Contact [email protected] for the solutions you need
Save time & money ,Ask Questions The Smart Way
Problem Solved? ✔Accept and Like solutions to help future merchants
Answers powered by coffee Thank Paul with a ☕ Coffee for more answers or donate to eff.org
This is an accepted solution.
I wouldn't expect such a signal to ever exist , "compatibility" is super ambiguous here. To many variables in play.
You have to parse the theme itself for the "compatibility" you care about
https://shopify.dev/apps/online-store/verify-support
Remember the error handling, such methods as in the above linke are heuristics of what was when it was ran not a permanent fact.
Contact [email protected] for the solutions you need
Save time & money ,Ask Questions The Smart Way
Problem Solved? ✔Accept and Like solutions to help future merchants
Answers powered by coffee Thank Paul with a ☕ Coffee for more answers or donate to eff.org