Merchant Category feature: Domain model
Edit on GitHubThe Merchant Category feature allows splitting merchants into various categories in order to extend business logic of the project.
Module dependency graph

| MODULE | DESCRIPTION |
|---|---|
| Category | Helps you build a product organisation structure. Categories are modelled in an hierarchical structure, a tree. |
| MerchantCategory | Provides a connection between category and merchant entities. |
| MerchantCategoryDataImport | Imports relations between categories and merchants from CSV file. |
| MerchantCategorySearch | Provides plugins to extend MerchantSearch with categories. |
Domain model

Thank you!
For submitting the form