export_csvtemplate

Export products & orders WooCommerce

In case your online store is custom implementation you will need to export order data according to the following CSV Template.

Column CSVColumn data
TimestampDate and time, e.g.: 2013-09-26 09:01:09
Item_IDThe item code
Session_IDUser Order Session ID if it does not exist, please add the Order_ID here
Purchase_PriceThe price of the product, e.g.: 219.00
Parent_Click_IDAlways NULL
OnlineAlways NULL
User_IDAccount User ID if the order is for GUEST please add GUEST_ORDER
Purchase_Group_IDAlways NULL
Cust_IDΠάντα fdcbb3c07c17ce1e832b852eebdf4fa0
NameThe name of the product

In case your online store is custom implementation you will need to export the product data according to the following CSV Template.

Column CSVColumn data
Product_IDProduct code
CodeSKU if it does not exist, please add the Product_ID here
Customer_IDAlways fdcbb3c07c17ce1e832b852eebdf4fa0
Category_IDAlways fdcbb3c07c17ce1e832b852eebdf4fa0
NameProduct name
DescriptionProduct Description

After executing the SQL query please save the rows returned from the database in CSV format.

Our recommendation platform support integration with Skroutz XML Feed.

To enhance our recommendation engine, we require access to the XML feed that contains detailed information about all available products.

This will allow us to parse and utilize the product data effectively.

If your platform supports Skrouz XML Feed please provide us with the XML feed URL or the necessary credentials to access the feed if needed.








Finally, read the following guide for the steps you need to take to upload your product & order data.