Home
Find the answer to your question
I included the GalleryURL and set the GalleryType to Gallery in my AddItem request, but instead of seeing my Gallery Image on the site, I see the following:
Why is this happening and what can I do about it?
Detailed Description
You need to check the following by making a call to GetItem for the ItemID:
If you host the images on your servers, after the item is added, the gallery image is retrieved from your server and stored on eBay Picture Servers. It is possible that when eBay tried to retrieve the image from your server, there may have been a momentary lapse in network connectivity and the image could not be retrieved. In this situation, if you make a call to ReviseItem by setting the entire PictureDetails container again, the issue is most likely to be resolved. If you are using the deprecated containers, VendorHostedPicture or SiteHostedPicture, it is strongly recommended that you stop using the deprecated containers and use PictureDetails instead.
Recommendations: