import and convert products
We want to importing some 30.000 products from an old hand coded commerce site database. I figured that the best way to do this would be to map the existing categories to the new setup in Commerce Server and import all the products as generic type products.
Do you have a guide to batch importing products into commerce server?
The problem is that for some products we want to add additional information and then i have to cast from a generic product to a more specific product definition. for example from "generic product" to "Refrigerator"
Is there some way to change a products base type after it have been set up on commerce server?
Best Regards
Philip Haugaard
Products can be batch imported using an xml file. You can generate an xsd using the CatalogExport.exe and then generate an xml file containing your products and import the xml file.
It is not possible to change the Product base type. Any reason you wnat to do this?
The old database of products that i have inherited is rather... hmm unstructured. All products have all metadata attached to them.
For example a refrigerator have metadata for Fireplaces and vise versa.
So my plan is to import all products as a Generic type product and then convert them to a more fitting type of products.
This is becourse i want to better control what properties are displayed on the site on a per product base.
Best Regards
Philip Haugaard