Да, вы можете получить все настройки, и вам не нужно обновлять все жидкие файлы.Я покажу вам, как в Python вам нужно сделать это на предпочитаемом вами языке.
settings_schema = shopify.Asset.find('config/settings_schema.json')
#edit the file and the parameters and push it back to shopify
settings_data = shopify.Asset.find('config/settings_data.json')
#edit the file and the parameters and push it back to shopify
Эти 2 файла содержат все настройки вашей темы и находятся в каталоге Config вашей темы Shopify.