Question by johnbarlow1981 · Jun 06, 2017 at 08:45 AM · pythonjson
Python will only upload the last image using JSON
{ "Item":{ "PictureDetails": [ {"PictureURL": "https://static.pexels.com/photos/8700/wall-animal-dog-pet.jpg"}, {"PictureURL": "https://www.planwallpaper.com/static/images/desktop-year-of-the-tiger-images-wallpaper.jpg"}, {"PictureURL": "https://cdn.pixabay.com/photo/2017/05/19/07/34/teacup-2325722__340.jpg"} ], } }
I don't understand why this does not work.. I have followed ebays api instructions and normally have no problem with most things.
This is the first thing to not work.. no errors and always uploads the last image no problem.. weather it be 1, 6, or 12..
Am i missing something from ebay?
is it me?
Your answer

Follow this Question
Related Questions
Adding new variable to Javascript / JSON "Getting Started Tutorial" 1 Answer
May I ask a question about getMostWatchedItems of Merchandising API? 0 Answers
a few filters are not working. 3 Answers
ReviseItem call in ebaysdk python is not working 2 Answers
Java SDK vs Python for accessing Ebay API? Same functionality? Better/worse? 1 Answer