cancel
Showing results for 
Search instead for 
Did you mean: 

export products to XML feed

export products to XML feed

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

3 REPLIES 3

Re: export products to XML feed

Magento community is dead? Smiley Sad

Re: export products to XML feed

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.

 

 

Re: export products to XML feed

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:

  • Connect your Magento store to Litcommerce
  • Go to the Product Feed Management section (or something similar)
  • Choose a platform to connect to like Google Shopping, Facebook, Bing, etc.
  • Map your product data to match the platform’s requirements
  • You can bulk edit product details and even set up specific rules depending on what you need
  • Then just export everything to an XML feed

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.