Hi all,
Is there an easy way to make an export of all products / product variants with stock status, price, delivery time into an xml file with the format below. Can it be done using the Data Integration?
<product>
<Category>{Category}</Category>
<ProductName>{Name of product}</ProductName>
<ProductSKU>{ID of product}</ProductSKU>
<Price>{Price}</Price>
<ShippingCost>{Shipping cost}</ShippingCost>
<ProductURL>{http://productnum}</ProductURL>
<ManufacturerSKU>-</ManufacturerSKU>
<ManufacturerName>-</ManufacturerName>
<EAN />
<Description>{Description of product}</Description>
<imageURL>{http://web/product.jpg}</imageURL>
<StockStatus>{På lager}</StockStatus>
<DeliveryTime>{1-3 dage}</DeliveryTime>
<RetailerMessage>{Message}</RetailerMessage>
</product>
Kind regards
Sonni T.