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>
<bestelnummer>66100</bestelnummer>
<omschrijvingnl>OPHANGSYSTEEM WC SANBLOC GEBERIT</omschrijvingnl>
<omschrijvingfr>SYST.DE SUSP.WC SANBL.GEBERIT</omschrijvingfr>
<aantal>1,000</aantal>
<eenheid>ST</eenheid>
<bruto>294,00</bruto>
<netto>279,30</netto>
<regeltotaal>279,3000</regeltotaal>
<minimalebestelhoeveelheid>1</minimalebestelhoeveelheid>
<artikelnummerfabrikant>440303005</artikelnummerfabrikant>
<eancode></eancode>
<recupel></recupel>
<artikeldetailpaginanl>https://test.desco.be/nl-be/producten/info?qpid=66100</artikeldetailpaginanl>
<artikeldetailpaginafr>https://test.desco.be/fr-be/produits/info?qpid=66100</artikeldetailpaginafr>
<artikelafbeelding>https://test.desco.be/portals/0/files/OCA/160/OCA16092_M.jpg</artikelafbeelding>
<technischefichenl></technischefichenl>
<technischefichefr></technischefichefr>
<deeplinknl></deeplinknl>
<deeplinkfr></deeplinkfr>
<artikeltype>STO</artikeltype>
</item>
<item>
<status code="0"></status>
<bestelnummer>134376</bestelnummer>
<omschrijvingnl>TUB ACRYL NEWFORM 80-80-4 WIT</omschrijvingnl>
<omschrijvingfr>TUB ACRYL NEWFORM 80-80-4 BLANC</omschrijvingfr>
<aantal>1,000</aantal>
<eenheid>ST</eenheid>
<bruto>175,00</bruto>
<netto>166,25</netto>
<regeltotaal>166,25000</regeltotaal>
<minimalebestelhoeveelheid>1</minimalebestelhoeveelheid>
<artikelnummerfabrikant>K515101</artikelnummerfabrikant>
<eancode></eancode>
<recupel></recupel>
<artikeldetailpaginanl>https://test.desco.be/nl-be/producten/info?qpid=134376</artikeldetailpaginanl>
<artikeldetailpaginafr>https://test.desco.be/fr-be/produits/info?qpid=134376</artikeldetailpaginafr>
<artikelafbeelding>https://test.desco.be/portals/0/files/OCA/195/OCA19548_M.jpg</artikelafbeelding>
<artikeltype>STO</artikeltype>
</item>
</response>
</descoxml>