Example empty basket:
<?xml version="1.0" encoding="UTF-8" ?>
<DescoXml version="1.0">
<Response>
<Status code="2">
geen artikelen in de winkelwagen
</Status>
</Response>
</DescoXml>
Example filled basket with 2 product
<?xml version="1.0" encoding="UTF-8" ?>
<DescoXml version="1.0">
<Response>
<Status code="0">
</Status>
<Item>
<Status code="0"></Status>
<ProductId>66100</ProductId>
<DescriptionNl>OPHANGSYSTEEM WC SANBLOC GEBERIT</DescriptionNl>
<DescriptionFr>SYST.DE SUSP.WC SANBL.GEBERIT</DescriptionFr>
<Quantity>1,000</Quantity>
<Unit>ST</Unit>
<Price>294,00</Price>
<NettPrice>279,30</NettPrice>
<LineTotal>279,3000</LineTotal>
<MinimalOrderQuantity>1</MinimalOrderQuantity>
<SupplierProductId>440303005</SupplierProductId>
<EanCode></EanCode>
<Recupel></Recupel>
<ProductDetailPageNl>https://test.desco.be/nl-be/producten/info?qpid=66100</ProductDetailPageNl>
<ProductDetailPageFr>https://test.desco.be/fr-be/produits/info?qpid=66100</ProductDetailPageFr>
<ProductImage>https://test.desco.be/portals/0/files/OCA/160/OCA16092_M.jpg</ProductImage>
<TechnicalDatasheetNl></TechnicalDatasheetNl>
<TechnicalDatasheetFr></TechnicalDatasheetFr>
<DeeplinkNl></DeeplinkNl>
<DeeplinkFr></DeeplinkFr>
<ProductType>STO</ProductType>
</Item>
<Item>
<Status code="0"></Status>
<ProductId>134376</ProductId>
<DescriptionNl>TUB ACRYL NEWFORM 80-80-4 WIT</DescriptionNl>
<DescriptionFr>TUB ACRYL NEWFORM 80-80-4 BLANC</DescriptionFr>
<Quantity>1,000</Quantity>
<Unit>ST</Unit>
<Price>175,00</Price>
<NettPrice>166,25</NettPrice>
<LineTotal>166,25000</LineTotal>
<MinimalOrderQuantity>1</MinimalOrderQuantity>
<SupplierProductId>K515101</SupplierProductId>
<EanCode></EanCode>
<Recupel></Recupel>
<ProductDetailPageNl>https://test.desco.be/nl-be/producten/info?qpid=134376</ProductDetailPageNl>
<ProductDetailPageFr>https://test.desco.be/fr-be/produits/info?qpid=134376</ProductDetailPageFr>
<ProductImage>https://test.desco.be/portals/0/files/OCA/195/OCA19548_M.jpg</ProductImage>
<ProductType>STO</ProductType>
</Item>
</Response>
</DescoXml>