Shopify GraphQL Admin API gets theme information, no theme version

I want to get the theme information, including the current version. Currently, the relevant interface does not provide theme version information. Is there any other interface to get the current theme version?

My best idea would be to retrieve the theme and specifically retrieve the settings_schema.json file then read the version number inside of that.

2 Likes

got it! thanks for reply