I'm trying to figure out how to get product images for a given product, and so far it just doesn't work. I have a script that makes a request (type='Large') and asks for the small, medium and large image URLs and nothing is returned for any of them. The ASIN I'm calling it on is is a clothing ASIN (B001MXLOCM).
I did a Data::Dumper of the xmlref and it doesn't look like any image URL information is present in it at all. Am I doing something wrong or is this not supported? Let me know if you'd like me to post the Dumper output, my code or anything else.
Thanks
Just turned on Logging and looked at the raw XML response, and it looks like the media ASINs (CDs, DVDs, etc) have product images returned in the XML, but the clothing ASINs don't, so that explains it I guess.