How do I export my Ebay products to a CSV file
I have over 300 items on ebay and would like to export them to a CSV file for editing and then re import. Is this possible?
5 comments
I have over 300 items on ebay and would like to export them to a CSV file for editing and then re import. Is this possible?
kh-federico
·9 months agoHi mb8349,
Please note that this is an old post; feel free to start a new thread, as this one will be locked.
Thanks,
eBay moderation
countessalmirena
·9 months ago🪦☠️🕸️🧟
Dead thread.
dazzledayz
·7 years agoThat's quite doable and you can also use File Exchange to create listings but (and it's a big BUT), you'll have to host your images off eBay.
Here's the Basic Template Guide from eBay:
File Exchange Guide
Whereas Turbolister accessed the ebay image servers to upload your pics and link them to your listing, file exchange does not.
You are only able to provide URL's for the images in your listing so you will obviously need to know them beforehand.
You cannot upload images directly to the eBay image servers and get back a list of the URL's.
(at least not easily)
You'd have to use a third party image hosting site and carefully line up all the URL's they provide for your images which ebay will then call when your listing is viewed by a buyer.
The only way to do new listings AND host the images on the eBay servers is to make use of the API's and that is a whole other level of technicality.
This is how Auctiva, Inkfrog and other 3rd party listing tools operate but they'll charge you for it.
Here's a YouTube video that gives you an idea of just one API integration using PHP:
API with PHP
Here's the page for dealing with the eBay image servers:
ebay PIc Severs
The level of programming required is beyond most ebay users but if you can find a good image host, as I said earlier, File Exchange is sort of workable.
gec2002
·7 years agoFile Exchange is not for everyboby and is very unlikely to be used by a seller who only has a few items. It is meant for those listing 100s if not 1000s of items and as such they are likely to already have a website, and a hosting site to store images. Personally I find File Exchange pretty reliable, and quick once you get use to it, although it does have a reasonably steep learning curve. Maybe I am lucky but I can access a database xml file and extract all the info I need and not only build descriptions but all the other paramaters quickly and use xslt to drop it into a csv file. This didn't happen overnight but with Turbo Lister being shut down there was an incentive to learn File Exchange, which is free, rather than folk out yet more money to eBay leechs.
If you have Turbo Lister you can export your files in File Exchange Format which gives you a pretty good starting point, although there are still changes that need to be made to the files. In regards to images I have had no real issues, however I am not using variations.
mb8349
·9 months agoIt sounds like you’ve given a really balanced and realistic overview of File Exchange. I appreciate how you pointed out that it isn’t ideal for small sellers, but can be powerful once you get past the learning curve. Your note about using Turbo Lister exports as a starting point is especially helpful for anyone transitioning away from it. Overall, this is a clear and practical explanation for sellers who need a free way to bulk-manage their listings without relying on outside tools.