How can I get the URL for product's page using the Shopify API?

prasadvk picture prasadvk · Aug 10, 2012 · Viewed 7.5k times · Source

I checked out Shopify product API but result doesn't seem to return product page URL. The URL looks like resulted after some transformation on the title. Is there reliable well defined logic for this or any other method to get product page URL?

Answer

Sumit Garg picture Sumit Garg · Aug 10, 2012

You can do it as 'products/< product.handle >'. I'm not sure if there is a better way of doing it, but it works.