reoxey Posted October 13, 2015 Share Posted October 13, 2015 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 More sharing options...
cheong987 Posted November 16, 2015 Share Posted November 16, 2015 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 More sharing options...
Recommended Posts