Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

shopify

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?

like image 952
prasadvk Avatar asked Aug 10 '12 06:08

prasadvk


People also ask

How do I find my Shopify product image URL?

Re: product image url find You can use the Product object in Liquid to access all sorts of attributes, including images. For example, {{ product. featured_image }} will return the relative URL for a product's main/featured image.


1 Answers

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

like image 137
Sumit Garg Avatar answered Sep 18 '22 20:09

Sumit Garg