Hello
We have written a script (php) to add items using the AddItem XML call. The main image on the listing created through this is very poor - although if I do it manually it is fine.
Has anyone got any idea why this is? This is the picturedetails section of our additem call:
$requestXmlBody .= '<PictureSource>Vendor</PictureSource>';
$requestXmlBody .= '<PictureURL>http://www.balliihoo.co.uk/images/ebay/newvinclasse_citricacid_250g.jpg....
$requestXmlBody .= '<PhotoDisplay>PicturePack</PhotoDisplay>';
$requestXmlBody .= '<GalleryType>Gallery</GalleryType>';
$requestXmlBody .= '<PhotoDisplay>None</PhotoDisplay>';
$requestXmlBody .= '</PictureDetails>';
Which looks fine if you view it on screen or add it manually through the user interface.
When I add it automatically it looks like this http://www.ebay.co.uk/itm/Home-Brew-Wine-making-VinClasse-Citric-Acid-250g-Tub-/270974901283?pt=Home_Brew&hash=item3f175cdc23
However, if you zoom in the spec is fine?
I am sure it is something very simple but I dont know what!!
Thanks
M
att