catalog module
the catalog module manages every product, variant, attribute, brand, category, and inventory level. it's the foundation everything else builds on.
data model
okommerce models products as a parent SKU with child variants. attributes are typed (text, number, select, multi-select, color). per-warehouse stock is tracked in a separate table for performance.
bulk operations
import from CSV, Excel, or scrape competitors with the URL importer. bulk edit prices, categories, or attributes from the list view.
multi-store assignment
each product can be assigned to one, many, or all stores. per-store pricing and per-store stock are supported.