Help menu

XML feed – Shopping

What is XML feed

The XML offer feed is a data file that contains information about individual sales offers in your e-shop (name, price, availability data, etc.).

The feed is most often generated directly from the e-shop database. If you do not know how to get the XML feed, consult your webmaster or contact the platform provider for your e-shop.

XML feed structure

The correct structure of the tags in the XML feed and the amount and correctness of the information they contain contributes to the effectiveness of any campaign in Zboží.cz.

You can check the correctness of your XML feed in our validator. We recommend that you place the individual offers of the XML feed on individual lines, so that, if an error occurs, the validator can tell you specifically which line it occurs on.

When processing the XML feed, we do not store duplicate offers, we evaluate them according to their identical name in the PRODUCTNAME tag and the identical value in the ITEM_ID tag.

The XML feed created must always be uploaded to the website, so that Zboží.cz can regularly download information about individual offers from its URL address. The frequency of downloading can be set between 1x and 12x per day. The total number of offers in the XML feed is not limited.

XML feed sample

<?xml version="1.0" encoding="utf-8"?>
 <!-- kódování zadejte dle použitého typu ("utf-8", "windows-1250" ...). Doporučené a výchozí je utf-8 -->
 <SHOP xmlns="http://www.zbozi.cz/ns/offer/1.0">
 <SHOPITEM>
 <ITEM_ID>62448</ITEM_ID>
 <PRODUCTNAME>Solartent MC234CZ/A premium Beige</PRODUCTNAME>
 <PRODUCT>Stínítko z laminátových prutů Solartent MC234CZ/A premium Berige </PRODUCT>
 <DESCRIPTION>Velmi praktické stínítko s lehkou konstrukcí z laminátových prutů.</DESCRIPTION>
 <CATEGORYTEXT>Dům, byt a zahrada | Zahrada | Stínící technika | Zahradní slunečníky</CATEGORYTEXT>
 <EAN>8594061743744</EAN>
 <PRODUCTNO>MC234CZ/A</PRODUCTNO>
 <MANUFACTURER>Solartent</MANUFACTURER>
 <URL>http://example.com/slunecniky/solartent123</URL>
 <DELIVERY_DATE>0</DELIVERY_DATE>
 <DELIVERY>
 <DELIVERY_ID>DPD_PICKUP</DELIVERY_ID>
 <DELIVERY_PRICE>100</DELIVERY_PRICE>
 <DELIVERY_PRICE_COD>149</DELIVERY_PRICE_COD>
 </DELIVERY>
 <EXTRA_MESSAGE>free_gift</EXTRA_MESSAGE>
 <FREE_GIFT_TEXT>Powerbanka ADATA s kapacitou 12500 mAh</FREE_GIFT_TEXT>
 <EXTRA_MESSAGE>extended_warranty</EXTRA_MESSAGE>
 <PARAM>
 <PARAM_NAME>barva</PARAM_NAME>
 <VAL>Béžová</VAL>
 </PARAM>
 <IMGURL>http://example.com/obrazky/slunecniky/solartent123.jpg</IMGURL>
 <PRICE_VAT>1290</PRICE_VAT>
 <MAX_CPC>6,50</MAX_CPC>
 <MAX_CPC_SEARCH>5,80</MAX_CPC_SEARCH>
 </SHOPITEM>
 <SHOPITEM>
 <!-- popis druhé nabídky... -->
 </SHOPITEM>
 <!-- ... -->
 </SHOP>