Merchant Category feature walkthrough

Edit on GitHub

The Merchant Category feature allows splitting merchants into various categories in order to extend business logic of the project.

User documentation

To learn more about the feature and to find out how end users use it, see Merchant Category feature overview for business users.

Module dependency graph

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

Domain Model

INSTALLATION GUIDES DATA IMPORT
Merchant Category feature integration File details: merchant_category.csv
Glue API: Merchant Category integration