The product category is the relationship that determines which product is associated to which category. To import/export product categories, go to Catalog > Products from the Storefront module menu. Click on the Import or Export link. Then select "Product category".
Column |
Type |
Data required |
Description |
Example |
Act |
String |
Yes |
Type of import action to perform (Insert = i, Delete = d) |
i |
ProductCategoryID |
Integer |
Yes/No |
Database object identifier. This value must be specified when performing a delete action. |
9 |
CategoryID |
Integer |
Yes/No |
Associate the category object by its CategoryID. If you specify CategoryID, the CategoryKey will be ignored. |
4 |
CategoryKey |
String |
Yes/No |
Associate the category object by its CategoryKey. If you specify CategoryID, the CategoryKey will be ignored. |
business |
CreateDate |
DateTime |
No |
|
|
DefaultCategory |
Boolean |
Yes |
Specify if this is the default category association for this product. The default category is shown on the breadcrumb if customer arrived on the product detail page without selecting a category, manufacturer, distributor or coming from a search. |
False |
ProductID |
Integer |
Yes/No |
Associate the product object by its ProductID. If you specify ProductID, the ProductKey will be ignored. |
12 |
ProductKey |
String |
Yes/No |
Associate the product object by its ProductKey. If you specify ProductID, the ProductKey will be ignored. |
apple |