Classification Categories Import - SFTP

A guide to Classification Categories import (SFTP)

Classification Categories define the functional taxonomy of the catalog. They are used to organize products into a structured hierarchy and to associate attributes with specific groups of products. This mechanism allows the platform to control which attributes apply to which products, whether they are required, indexable, or usable as variants.


The following table describes all the available columns that can be used in the SFTP import file for classification categories.


Column nameDescriptionMandatoryType
CodeExternal unique identifier for the classification category (must not start with 0)YText
NameDisplay name of the classification categoryYText
Parent codeCode of the parent classification category (used to build the hierarchy)YText
attr_codeIdentifier of the associated attributeNText / Metric
attr_enabledEnables or disables the attribute for this classification categoryNTRUE / FALSE
attr_indexableIf TRUE, the attribute can be indexed and used in the front officeNTRUE / FALSE
attr_searchableIf TRUE, the attribute is searchable via full-text searchNTRUE / FALSE
attr_facettableIf TRUE, the attribute can be used as a facet (filter) in the front officeNTRUE / FALSE
attr_requiredIf TRUE, the attribute becomes mandatory for products in this categoryNTRUE / FALSE
attr_forVariantIf TRUE, the attribute can be used as a variant attributeNTRUE / FALSE


File example

CodeNameParent codeattr_codeattr_enabledattr_indexableattr_searchableattr_facettableattr_requiredattr_forVariant
ROOTRoot
DECDecorationROOT
DEC_COLORColorDECID_COLORTRUETRUETRUETRUETRUETRUE
DEC_MATERIALMaterialDECID_MATERIALTRUETRUEFALSETRUEFALSEFALSE
FURFurnitureROOT
FUR_SIZESizeFURID_SIZETRUETRUETRUETRUETRUETRUE

📘

Important

When multiple attributes need to be associated with the same classification category, the classification information must be repeated on multiple lines. Each line represents one attribute configuration for the category, using the same classification codes and names.