How to import ONLY multiple images?
Posted: Sun Apr 19, 2009 5:57 pm
I am trying to import multiple images via DataPort. This is how my product node looks like:
<Product>
<ProductId>12</ProductId>
<Images><ProductImage>
<ProductImageId>0</ProductImageId>
<ProductId>12</ProductId>
<ImageUrl>~/Assets/ProductImages/34430_short.jpg</ImageUrl>
<ImageAltText>Stool</ImageAltText>
</ProductImage>
</Images>
</Product>
This imports the additional image fine, but it is overwriting my options, templates, and manufacturer data for the product. How do I only import additional images without including all the other fields?
<Product>
<ProductId>12</ProductId>
<Images><ProductImage>
<ProductImageId>0</ProductImageId>
<ProductId>12</ProductId>
<ImageUrl>~/Assets/ProductImages/34430_short.jpg</ImageUrl>
<ImageAltText>Stool</ImageAltText>
</ProductImage>
</Images>
</Product>
This imports the additional image fine, but it is overwriting my options, templates, and manufacturer data for the product. How do I only import additional images without including all the other fields?