Hi.
What is the best extension for a XML-feed exported every X hours?
We need it to allow our partners to import all product with prices, pix, descriptions etc. from a hard coded URL.
Tnx
Magento community is dead?
Looking for the same thing myself! It would be great if someone finds a solution to this common question.
My solution was to hard code a converter from the XML file and convert it myself to csv.
I did that in python. Once I convert the XML in csv, I use magmi to load/update the product.
I am still in the experimental phase of my converter but it seems to work until now.
Also included in my "experimental" converter:
1. Find keyword automatically and include them in the meta-keyword section
2. Extract the meta-description from an AI API automatically
3. Adjust prices as needed automatically.
4. Extract the categories and add them automatically.
This thread is from 2022 and it's already 2025 now, so I just wanted to drop in with an updated solution for anyone still looking for a way to export products to an XML feed.
I’m currently using a third-party tool called Litcommerce for managing product feeds, and it’s been working pretty well. Here’s how it works:
One thing to note: there’s a free plan available, which lets you manage up to 1,000 products and activate 2 feeds. Pretty handy if you’re running a smaller store.