How to generate a page for a store through API

YuChen
Tourist
15 0 1
I have an application. I want to generate a page for the customer’s store through the API interface, and generate a link address on the store to open it.
Snipaste_2020-12-21_22-57-40.png
YuChen_0-1608562548979.png

 

Snipaste_2020-12-21_22-58-41.png
 
 
For example, the link above
 

 

 
 
 
 
 
 
 
 
Replies 4 (4)

Gregarican
Shopify Partner
1033 86 285

I would suggest starting here --> https://shopify.dev/docs/admin-api/rest/reference/online-store/page. Hope this helps!

YuChen
Tourist
15 0 1
Hello, it does not seem to be achieved in this way, it should be through APPS proxy, but the specific implementation method is still unknown
 

 

 
 
 
 
YuChen
Tourist
15 0 1
Hello, it does not seem to be achieved in this way, it should be through APPS proxy, but the specific implementation method is still unknown
 
Gregarican
Shopify Partner
1033 86 285

The app proxy is just a route for web requests to hit your own resource. As for your own resource, that's where you could look into using the Shopify Page API endpoint. If you see methods documented in there that will achieve what you're looking for then this should be worth testing out some.