I was looking at the xml sample to import products..
Code:
<Product>
<Name>Product 1</Name>
<ProductTypeRef>Type 1</ProductTypeRef>
<ManufacturerRef>MadeByUs, Inc.</ManufacturerRef> <!-- must be exact name of manufacturer -->
<DistributorRef>DistByUs, Inc.</DistributorRef> <!-- ML ONLY FEATURE, must be exact name of distributor -->
<CategoryRef>Category 1</CategoryRef> <!-- must be name of category, or an xpath category path, e.g. /cat1/subcat2/subsubcat3. All subcats will be created properly -->
<CategoryRef>Category 2</CategoryRef>
<CategoryRef>/cat1/cat1-1/cat-1-1-1</CategoryRef>
<SectionRef>Section 1</SectionRef> <!-- must be name of section, or an xpath section path, e.g. /sec1/subsec2/subsubsec3. All sub sections will be created properly -->
<SectionRef>Section 2</SectionRef>
What is the difference between Categories and Sections?
Thanks