Is there any way to export products from Vendr to an XML document/feed? I require this for our marketing endeavors, by automatically exporting product data to the XML feed to be used in Facebook and Google shopping ads
Not out of the box, but as Vendr products are Umbraco nodes you should be able to create a template that can generate an XML feed automatically for you.
With a bit of modifying, you could use the XML Sitemap tutorial of Umbraco found here https://our.umbraco.com/documentation/tutorials/Creating-an-XML-Site-Map/ and modify it generate your product feed instead. You'd need to change the XML markup to fit your required format and make it only select your product nodes. From within there, you can call the Vendr API like you would on the front end to retrieve pricing information.
XML Product Feed
Hi Matt
Is there any way to export products from Vendr to an XML document/feed? I require this for our marketing endeavors, by automatically exporting product data to the XML feed to be used in Facebook and Google shopping ads
Kindest regards
José
Hi Jose,
Not out of the box, but as Vendr products are Umbraco nodes you should be able to create a template that can generate an XML feed automatically for you.
With a bit of modifying, you could use the XML Sitemap tutorial of Umbraco found here https://our.umbraco.com/documentation/tutorials/Creating-an-XML-Site-Map/ and modify it generate your product feed instead. You'd need to change the XML markup to fit your required format and make it only select your product nodes. From within there, you can call the Vendr API like you would on the front end to retrieve pricing information.
Hope this helps
Matt
is working on a reply...