Using the Shopify Theme API (Link), I'd like to be able to get the theme ID for the currently active (main) theme.
I'm using the api gem as follows:
Shopify::Theme.find(:all, :params => { :role => 'published' })
It returns every installed theme and not just the main, published theme. Can I access a Theme this way?