Hello,
I am working on custom shopify app development. I am using app proxy to set the page with my code. Now I am going to need to another page which also need to use my code with proxy. Like
For listing products, I have used the proxy /apps/diamond/list
now for detail of product, I need to use the different url. But I can not see how to do that.
More information : The product data are not there in my store. I am fetching products from third party API. You can refer to this URL for my detail what I am trying to do. This is actually I want to build.
https://evincedemoo.myshopify.com/a/diamond/list/
When you view any diamond, you will see a different page with different URL. I need to manage the same.
Can anyone please help me out?