Product Feed

This manual shows you how to connect a XML product feed to Datatrics

Development Datatrics avatar
Written by Development Datatrics
Updated over a week ago

To start using XML product feeds in Datatrics you need to install the Feed channel.

If you have an XML feed following the Google Product Feed guidelines you can fill in the feed URL where we can find the feed. Datatrics can read and import the products from the feed right away.

If you follow the following guidelines you can create your own XML Feed for Datatrics.

items (array)
     item (array)
          id (string) (*)
          name (string) (*)
          url (string) (*)
          price (float) (*)
           description (string) (*)
           content / long description (string)
           image (string) (*)
           categories (array)
               categoryid (string) (*)
               name (string) (*)
               url (string) (*) 

 (*) Those fields are recommended (especially for e-commerce). If you want to add fields to the item we can read and import those fields.
After you've created the product feed you can fill in the URL where we can find the feed. Datatrics can read and import the products from the feed right away.

We cannot read other formats out of the box.

Did this answer your question?