Exporting / syncing WiX Store XML Feed to another website

Hello there,

There are four different websites that have agreed to work with my brand yet they all use XML Feeds in order to automate their websites. I am aware of the fact that WiX does not currently support this feature but I was wondering if I could somehow synchronise the live data of my WiX Store with those websites through WiX Code. Any suggestions?

Thanks in advance!

There“s an XML-JS package available (XML to JSON) from the Package Manager. Maybe this is what you are looking for.

You can build your own API using the wix-http-functions API . See the MyApi example .

Use the XML-JS package as Giri suggests to handle your data packaging.

Have fun