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