Hello. I have some problems getting info from amazon XML. I know how to collect data from ItemAttributes : $parsed_xml->Items->Item->ItemAttributes->Brand but Can't understand how can I take another kind of data like reviews, ratings, brand description etc. Also on amazon site there are Bezel function, band width and band length what I can't find in the item attributes list. Help! Thanks! Sogastic.
I think the ResponseGroup variable can help you.. it have a couple of types in it which you need to specify.. such as &ResponseGroup=Large Code (markup): This will give you everything including offers,item details,images,reviews etc This link might be helpful for you