Basic XML feed (EN)
date of update 6/2020
Pairing
For pairing use: <ID> (<ID_SAPHO> is the old way for pairing valid till 04/2019, this tag will be eliminated in some time)
Price processing
These items are available for you:
<PRICE> the sale price of UBC
<RETAIL_PRICE> the catalog price of UBC
<PROMOTION> the product on special UBC offer
<TYPE_PRICES> categorization/the amount of the discount for the recommended price
How to determine the recommended discount for e-shop?
<PRICE> (sale price of UBC) reduce by value <TYPE_PRICES> according to the table (your dealer will deliver it to you):
Each product is marked <TYPE_PRICES>
Result
Catalog price <RETAIL_PRICE> will be crossed out on your portal
The price for a retail customer will be <PRICE> - <TYPE_PRICES>
Availability
Availability is defined by tag <DELIVERY_DATE> where:
0 = in stock
value bigger than 0 = number of days to the delivery
An example
In stock:
<DELIVERY_DATE>0</DELIVERY_DATE>
Delivery within 12 days:
<DELIVERY_DATE>12</DELIVERY_DATE>
Function
If the value changes daily, goods is on the way
Example:
Today <DELIVERY_DATE>12</DELIVERY_DATE> = Goods to order, delivery within 12 days
Tomorrow <DELIVERY_DATE>11</DELIVERY_DATE> = Goods on the way, in stock within 11 days
The day after tomorrow <DELIVERY_DATE>10</DELIVERY_DATE> = Goods on the way, in stock within 10 days
FEED Basic, basic
Update approx. 60 min
An example:
<SHOPITEM>
<ID>244</ID>
<ID_SAPHO>24</ID_SAPHO>
<PRODUCTNO>1209-04</PRODUCTNO>
<PRODUCT><![CDATA[Dual Bidet/Toilet Angled Valve]]></PRODUCT>
<MANUFACTURER><![CDATA[Sapho]]></MANUFACTURER>
<PRICE>78.00</PRICE>
<PRICE_VAT>94.38</PRICE_VAT>
<RETAIL_PRICE>78.00</RETAIL_PRICE>
<RETAIL_PRICE_VAT>94.38</RETAIL_PRICE_VAT>
<VAT>21.00</VAT>
<CURRENCY>EUR</CURRENCY>
<TYPE_PRICES>1</TYPE_PRICES>
<DESCRIPTION_SHORT><![CDATA[Bidet shower with dvojventilem for water connections for toilet tank.]]></DESCRIPTION_SHORT>
<CATEGORYTEXT><![CDATA[Mixer Taps | Taps | Bidet valves and mixers]]></CATEGORYTEXT>
<IN_STOCK>1</IN_STOCK>
<DELIVERY_DATE>0</DELIVERY_DATE>
<UNIT>ks</UNIT>
<WARRANTY>24</WARRANTY>
<WEIGHT_KG>1.07</WEIGHT_KG>
<EAN>8590913803369</EAN>
<URL>https://eshop.sapho.cz/en/dual-bidet-toilet-angled-valve</URL>
<IMGURL>https://eshop.sapho.cz/img/_/p.244.foto/1209-04-bidetova-sprcha-s-dvojventilem-5-cesta_.jpg?dt=20200630150129</IMGURL>
</SHOPITEM>
Description:
ID = pairing number
ID_SAPHO = pairing number till 4/2019 (tag will be eliminated)
PRODUCTNO = code of product
PRODUCT = name of product
MANUFACTURER = manufacturer
PRICE = sale price of UBC
PRICE_VAT = sale price of UBC with VAT
RETAIL_PRICE = catalog price of UBC
RETAIL_PRICE_VAT = catalog price of UBC with VAT
VAT = amount of VAT
CURRENCY = code of currency
TYPE_PRICES = classification / the amount of the discount for the recommended price
DESCRIPTION_SHORT = short description of product
SALE = sale / clearance sale
CATEGORYTEXT = tree classification of the product /*Recommended to use only as indicative. It is better to match products to your own system's categories. */
IN_STOCK = in stock = 1 (tag will be eliminated, it is fully replaced with <DELIVERY_DATE>0</DELIVERY DATE>)
DELIVERY_DATE = delivery time in days
UNIT = unit of measurement
WARRANTY = warranty in months
WEIGHT_KG = gross weight of the product
EAN = EAN
URL = link to our system / e-shop
IMGURL = main product image
SERIE = the product series in which is the product classified
MULTIPLE = more pcs / if the product consists of several parts
PROMOTION = special offer
NEW = new release
PACK_ITEMS = these are products that are part of a "package" (added 6/2020)
subordinate tag ITEM wraps the package of product (ID = pairing number on the product, AMOUNT = number of products in the package)
An example:
<PACK_ITEMS>
<ITEM>
<ID>21208</ID>
<AMOUNT>1</AMOUNT>
</ITEM>
<ITEM>
<ID>21778</ID>
<AMOUNT>1</AMOUNT>
</ITEM>
</PACK_ITEMS>