XML feed with COGS data

Created by Mikkel Rosener, Modified on Thu, 15 Feb at 1:02 PM by Marcin at Reaktion

Reaktion.com platform regularly imports detailed product catalog information from your ecommerce platform (Shopify, Magento2, WooCommerce, etc.).


In case your ecommerce platform does not provide detailed information about products, our advice is to provide an alternative product catalog in the form of an XML data feed. 


XML data feed is a file containing information about your products and following a certain structure. Our platform regularly imports the contents of such feeds, so that your crucial product information is always available and up to date.


You can easily import and automatically update COGS data automatically on you're entire product catalogue via a XML feed in Reaktion.


Reaktion.com platform supports the most popular product catalog XML feed format (used in Google Shopping etc.) — Google’s Product Data format. We expect you to provide a publicly available URL that points to a correctly formatted Google’s Product Data XML feed.


Google’s Product Data XML feed format is extensively documented on https://support.google.com/merchants/answer/7052112. 


Here’s the list of the attributes that we most care about:


id — product variant identifier used by your ecommerce platform (if product has multiple variants); product identifier used by your ecommerce platform (otherwise), item_group_id —  product identifier used by your ecommerce platform (if product has multiple variants); empty value (otherwise),

cost_of_goods_sold — product cost with three-letter ISO 4217 currency code (if currency is not provided, we will assume ecommerce platform’s default currency).




Example XML feed:


<?xml version="1.0"?>

<rss xmlns:g="http://base.google.com/ns/1.0" version="2.0">

   <channel>

       <title>my feed</title>

       <link>https://mystore.dk</link>

       <description></description>

       <item>

           <g:id>456</g:id>

           <g:item_group_id>123</g:item_group_id>

           <g:cost_of_goods_sold>110.65 DKK</g:cost_of_goods_sold>

       </item>

       <item>

           <g:id>789</g:id>

           <g:item_group_id>123</g:item_group_id>

           <g:cost_of_goods_sold>115.21 DKK</g:cost_of_goods_sold>

       </item>

   </channel>

</rss>



Example CSV feed:


id,item_group_id,cost_of_goods_sold 

456,123,110.65 DKK

789,123,115.21 DKK

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article