Jump to content

how to load thumbnail images of products in rest web service


Recommended Posts

i want to load images of different sizes for products.

i am downloading images through rest web services in xml format

i want know the links to thumbnails of products which i can download through xml format.

 i am aware that there various sizes available depending upon image type "image_types", but how to access them? The documentation is also unclear.

 

Thanks in Advance.

 

Link to comment
Share on other sites

  • 1 month later...

I also searching the same answer as you and found it from stackoverflow and got it work now.


you can call it like:


api/images/products/1/1/cart_default


The full list is: "cart_default", "home_default", "large_default", "medium_default", "small_default", "thickbox_default"

Link to comment
Share on other sites

×
×
  • Create New...