Automatizovani link podatka - Main page
An online price list and an xml product feed is also available for our registered partners. Access to the xml feed is possible only with a dedicated username and password. You may request the login data from your contact person.
You may need an IT expert to integrate these feeds into your information system.
Feeds
The feeds are available over HTTP services. You can download feeds from the http://www.digitalemporium.rs/datafeed
URL address.
For example:
http://www.digitalemporium.rs/datafeed/?file=proba.xml&user=<your_username>&pass=<your_password>&query=teljes_termektorzs&format=xml
Parameters:
- user - your username
- pass - your password
- query - type of feed
- format - format what you need.
- file - output file name (optional parameter)
Queries (Types):
- teljes_termektorzs - Products with standard information.
- teljes_reszletes - Products with main information with pictures.
- teljes_ar_keszlet - You can use it for checking actual prices and stock information.
- teljes_minden - It’s a combination of teljes_reszletes and teljes_ar_keszlet queries.
- kategoriakodok - Category list.
- reszletes2_new - Products with a lot of details.
Formats
You can use three different formats in your system.
- xml - Standard xml format with UTF-8 encoding.
- csv - Standardized CSV output by RFC 4180 with UTF-8 encoding.
- excelxml - Microsoft Excel compatible XML format. You can open with Microsoft Excel.
- xcsv - Microsoft Excel compatible csv file with ANSI encoding.
Notice for programmers:
Please use a language specific XML or CSV reader to import our feeds into your system. For example:
XDocument (.NET),
XmlReader (.NET),
SAX (Java) or
XMLReader (PHP) class for XML import,
TextFieldParser (.NET),
Apache Commons CSV (Java) or fgetcsv (PHP) for CSV import.
Warning! Don’t try to process our list with regexp or any string replace function because it won’t work!
We can not take any responsibility in this case.
Recommended using
You could download our teljes_reszletes list once or twice a day (or teljes_termektorzs if you don’t need pictures), and teljes_ar_keszlet query hourly or in every half an hour.
Octopus connection
Octopus is our ERP system. You can use a direct feed with our ERP system and you can use our SOAP connector to make reservation. Just write to your contact person.
Notice: You can not download picture URL-s via Octopus connection.