Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Voor testdoeleinden is er een testbestand beschikbaar. Dit bestand bevat producten uit de CB testdatabase, het kan zijn dat deze producten niet in uw webshop bekend zijn.

View filenamedipragmtcs_7414440_30012020144752.xmlheight150


Code Block
languagexml
titleVoorbeeld van een Digital Product Agreement(S) Customer Specific bericht
<?xml version="1.0" encoding="UTF-8"?>
<Message xmlns="http://www.cbonline.nl/xsd">
       <Header>
             <MessageId>5652933</MessageId>
             <SentDateTime>2020-01-07T15:55:20</SentDateTime>
       </Header>
       <Products>
             <Product>
                    <Ean>9789029273632</Ean>
                    <RetailPrice>
                           <Amount>12.99</Amount>
                           <Currency>EUR</Currency>
                    </RetailPrice>
                    <DiscountPercentage>30.00</DiscountPercentage>
                    <AllowedToOrder>Y</AllowedToOrder>
                    <Webshop>Y</Webshop>
             </Product>
             <Product>
                    <Ean>9789029825091</Ean>
                    <RetailPrice>
                           <Amount>8.99</Amount>
                           <Currency>EUR</Currency>
                    </RetailPrice>
                    <DiscountPercentage>30</DiscountPercentage>
                    <AllowedToOrder>Y</AllowedToOrder>
                    <Webshop>Y</Webshop>
             </Product>
       </Products>
</Message>

...