benbuckman / nodejs-ebay-api

[No longer maintained] eBay API Client for Node.js
MIT License
155 stars 104 forks source link

PictureUrl issue - submit product with more than 1 picture #27

Open liber2006 opened 8 years ago

liber2006 commented 8 years ago

Hi, when trying to submit a product to ebay you have to specify the urls of the picturesyou want to add and they'r placed in a xml PictureUrl tag. Because all the xml tags have the same name there's a issue when you try to add more than 1 picture to the json (you actully override the previouse one). Is there anyway to fix this issue without adding xml tags manualy?