<aside> 💡
Wanneer u het assortiment via een XLS wenst aan te leveren kun u hier de standaard template downloaden
</aside>
ARTIKELEN_Template_ALL_V3.xlsx
<?xml version="1.0" encoding="UTF-8"?>
<Products>
<Product>
<ProductId>1234</ProductId>
<ProductTitle>Chateau wine in box of 6 bottles</ProductTitle>
<Status>ACTIVE</Status> //ACTIVE / BLOCKED
<EanCodeCE>5449000000996</EanCodeCE> //String
<EanCodeHE>5449000000279</EanCodeHE> //String
<VatPercentage>9.00</VatPercentage> // Decimal
<Price>31.80</Price> // Decimal ex vat
<PriceType>PIECE</PriceType> //PIECE or WEIGHT
<CategoryKey>WNE_100</CategoryKey> //String
<Description>This is the description of the box of chateau wine</Description>
<SearchTerm>Castle wine </SearchTerm>
<Brand>Brunnelo</Brand>
<OrderUnits> //3 possible types of order units
<OrderUnitPiece>
<UnitAmount>0</UnitAmount> //Integer
<StepAmount>0</StepAmount> //Integer
<MinAmount>0</MinAmount> // Integer
<ContentAmount>6</ContentAmount> //Decimal
<ContentQuantity>750</ContentQuantity> //Decimnal
<ContentType>ml</ContentType> //String
<OrderUnit>Box</OrderUnit>//String
</OrderUnitPiece>
<OrderUnitPortion>
<OrderUnit>Gr/portie</OrderUnit>//String
<PortionEditable>Yes</PortionEditable> //Yes / No
<Portion>200</Portion> //INteger
</OrderUnitPortion>
<OrderUnitWeight>
<OrderUnit>Kg</OrderUnit> //String always Kg
<Portion>1000</Portion> //Integer
</OrderUnitWeight>
</OrderUnits>
</Product>
</Products>