Prepare your store’s offer using CSV file.
Integration with our system requires importing your products to our database. For this purpose, we use XML file in one of the popular formats (Ceneo, Nokaut, Google RSS, ATOM). The file should be updated at least once a day. You can also prepare CSV file with the following specification.
CSV structure
Remember to keep columns order!
If you do not add all columns (12), match the column names.
Fields | Type | Required | Example | Comment |
id | string | yes | 190852211 | |
url | string (url) | yes | https:// (url to specific item) https://www.example.com/beko-vrt74225vi | |
price | float | yes | 495.98 | |
ean | string | yes | 8690842511639 | |
name | string | yes | BEKO VRT74225VI | |
category | string | no | Domestic appliances/small household appliances/ Vacuum cleaners and accessories | This record is also correct: Domestic appliances>small household appliances> Vacuum cleaners and accessories |
available | boolean | no | true | true/false missing column -> all offers are treated as active empty value – offer is treated as inactive |
availability | integer | no | 1 | 1 : available, the shop will dispatch the product within 24 hours 3 : the shop will dispatch the product within 3 days 7 : the shop will dispatch the product within one week 14 : the shop will dispatch the product within 14 days 90 : goods on request 99 : unavailable – ‘check in shop’ status 110 : presale |
img | string (url) | no | https://image.png | |
producer | string | no | BEKO | |
model | string | no | BB12345 |
CSV file example
Download the example of the CSV.
Other options:
- XML file