Search for answers or browse our knowledge base.
Sample product feed for Voyado integration
You can find a live URL to the feed here.

Some fields explanation:
<g:id> – This value is saved as SKU in Lipscore backend.
<g:price> & <g:sale_price> – both fields are parsed as ‘Price’ in Lipscore backend, <g:price> is prioritised before <g:sale_price>.
<g:product_type> & <g:google_category> – both fields are parsed as ‘Category’ in Lipscore backend, <g:product_type> is prioritised, and only the last value from the tree is used.
<g:title> + <g:color> + <g:size> are used to create ‘Variant Name’ in Lipscore.
All the above fields can be also parsed without ‘g:id’ so for example: <id>, <title>, <brand>.
If you would like to make sure that all variants have ratings merged, we recommend that <g:item_group_id> is a parent id for all variants (including color and size), and it is used as product id in the integration.

