Hey!
If anyone has any info on this, or can confirm it doesn’t exist in the Shopify API’s, that’d be great!
Here’s the problem:
I have an app that pulls in a store’s HTML for any page selected by the merchant. Currently, that’s just a normal fetch GET request. The problem is that I need to extend this functionality to stores that have a password on them. Obviously, you can’t just send a GET request because you’ll be redirected to the password page. So I need a way to get a password-protected stores HTML, of any page.
The question:
Is there any Shopify API or resource where you can query and then receive the HTML of a store’s pages, (home, contact blog, actual ‘pages’, etc.), including password-protected stores?
I’m aware you can get liquid files through the Asset API, but I’m specifically looking for the compiled HTML. (Possibly an API having to do with previews?).
Any help, direction, or just a flat no would be super appreciated. Thanks!
- Michael