Which themes are Online Store 2.0 compatible using the API?

Solved

Which themes are Online Store 2.0 compatible using the API?

keiraarts
Shopify Partner
55 8 11

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? 

Head of space operations on the Shopify moon-base.
Building orderediting.com, viaGlamour.com, magicsoaps.ca
Accepted Solution (1)

PaulNewton
Shopify Partner
7186 634 1489

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


View solution in original post

Reply 1 (1)

PaulNewton
Shopify Partner
7186 634 1489

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