XML file - product catalog

URL to download product data

https://api.deante.pl/api/products?key=API_KEY

Definition of file components

<PRODUCTS>    <PRODUCT>        <ID>XXX_XXXX</ID>        <UID>XXX XXXX</UID>        <EAN>0000000000000</EAN>        <NAME>            <![CDATA[ XXXXX ]]>        </NAME>        <SERIE>            <![CDATA[ XXX ]]>        </SERIE>        <PRICE_NETTO currency="PLN">00.00</PRICE_NETTO>        <PRICE_BRUTTO currency="PLN">00.00</PRICE_BRUTTO>        <PRICE_BRUTTO_PROM currency="PLN">00.00</PRICE_BRUTTO_PROM>        <VAT>00</VAT>        <STOCK>0</STOCK>        <DATE>0000-00-00</DATE>        <URL_PRODUCT>            <![CDATA[ https://deante.pl/produkt/XXX_XXXX ]]>        </URL_PRODUCT>        <PACKAGE>            <DIMENSIONS height="000" width="000" depth="000" unit="mm"/>            <WEIGHT value="000" unit="g"/>        </PACKAGE>        <CATEGORIES>            <CATEGORY id="/XXX/YYY/ZZZ">                <![CDATA[ Xxx/Yyy/Zzz ]]>            </CATEGORY>        </CATEGORIES>        <DESCRIPTION>            <![CDATA[ XXX ]]>        </DESCRIPTION>        <IMAGES>            <IMAGE name="XXX">                <![CDATA[ https://media.deante.pl/decor/XXXX ]]>            </IMAGE>        </IMAGES>        <FIRMS>            <FIRM role="producent">XXX</FIRM>        </FIRMS>        <PROPERTIES>            <PROPERTY scope="XXX" name="XXXX">                <![CDATA[ XXX ]]>            </PROPERTY>        </PROPERTIES>        <WARRANTY>00</WARRANTY>    </PRODUCT></PRODUCTS>

Available fields

<PRODUCTS>

The main object, which includes a list of products.

<PRODUCT>

An object that defines a product, containing all the information about it.

<ID>

A unique product code used by the manufacturer that does not contain whitespace characters.

<UID>

A unique product code used by the manufacturer, containing whitespace characters.

<EAN>

EAN-13 barcode. A unique barcode printed on the product box.

<NAME>

Full Product Name. The value of the field is stored in CDATA.

<SERIE>

Product series name. The value of the field is stored in CDATA.

<PRICE_NETTO>

Product net price. The element defines the currency argument, describing the currency in which the field value is stored.

<PRICE_BRUTTO>

Product gross price. The element defines the currency argument, describing the currency in which the field value is stored.

<PRICE_BRUTTO_PROM>

Product promotional gross price. The element defines the currency argument, describing the currency in which the field value is stored. When product has no active promotion, the value of this field is equal to the value of <PRICE_BRUTTO> field.

<VAT>

VAT rate. Tax value without the "%" sign.

<STOCK>

Stocks. The field contains the interval quantity of products. There are 4 values of the field, defined as follows:

  • 0 - No products available.
  • 1 - From 1 to 4 products available.
  • 2 - From 5 to 15 products available.
  • 3 - Above 15 available products.

<DATE>

Product launch date.

<URL_PRODUCT>

Link to product sheet at deante.pl

<PACKAGE>

Data intended for warehouse logistics, defining the dimensions of the package, described by the DIMENSIONS tag, and the gross weight of the package (with the product inside), defined by the WEIGHT tag.

<DIMENSIONS>

Product dimensions. A blank field, describing all information about the dimensions of the package in its arguments.

Field nameField typeDescription
heightNumberPackage height
widthNumberPackage width
depthNumberPackage depth
unitStringUnit of measurement describing the dimension fields

<WEIGHT>

Product weight. Describes the gross weight of the product, including packaging. A blank field, describing all information about the dimensions of the package in its arguments.

Field nameField typeDescription
weightNumberGross weight
unitStringUnit of measurement describing the weight field

<CATEGORIES>

Product categories. A list of all objects containing the CATEGORY tag, specifying which category the product is assigned to.

<CATEGORY>

Product Category. Defines an argument id containing within it a unique and immutable value identifying the category. The category name (unlike id can change) is stored in CDATA.

<DESCRIPTION>

Product description. The value of the field is stored in CDATA.

<IMAGES>

Product images. A list of all objects specified with tag IMAGE that contain product photos information.

<IMAGE>

Product image. Defines the name argument whose value is equal to the value of the NAME tag. The link to the product photo is stored in CDATA.

<FIRMS>

Product manufacturers. A list of manufacturers of a given product, identified by the FIRM tag.

<FIRM>

Product Manufacturer. Defines the role argument taking the value "manufacturer".

<PROPERTIES>

Product properties. A list of all objects specified with the PROPERTY tag containing product properties information.

<PROPERTY>

Product property. The value of the field is described in CDATA. Defines arguments:

  • name - property name.
  • scope - product group to which the feature belongs.

<WARRANTY>

Warranty period. Includes a numerical value representing the number of months from purchase during which the manufacturer's warranty will be in effect.

Last modifed at : 2023-02-15