Hello there!
Yes, you can access the settings_data.json file programmatically through the Shopify API. The Shopify API allows you to retrieve and update data in a Shopify store, including the settings data stored in the settings_data.json file. You can use the Shopify API with any programming language that can make HTTP requests and parse JSON data.
To access the settings_data.json file through the API, you would need to make a GET request to the /admin/themes/{theme_id}/settings.json endpoint, where “theme_id” is the ID of the theme for which you want to retrieve the settings data. You’ll need to provide authentication for the API request, such as an API key and password, or an OAuth token.