Improvement
Oct 31, 2025

Deprecation of type and feature Columns

Deprecation of type and feature Columns

We have deprecated products.type and products.feature_option.
Their values are migrated to product attributes (product_type, product_feature) within the “Default” attribute set.
If you still need them, use product attributes (EAV) instead of the old columns.
This cleanup removes duplicate logic and improves maintainability by favoring the flexible attribute system.
If you need to manage these attributes via PIM, please use single attribute types product_type and product_feature.