global_product_catalog
- toggle whether sellers can only add inventory to admin-managed global products,require_product_approval
- decide whether seller-added products require admin approval before becoming ready to list,product_request_enabled
- allow sellers to propose new products for inclusion in the catalog,product_import_enabled
- allow sellers to import products via csv
file.false
by default.
checkConfigurationRule
is used to restrict route availability according to the setting value, and can be found in apps/backend/src/shared/infra/http/middlewares/check-configuration-rule.ts
. It takes two arguments, rule_type
and expected_value
.
Advanced users can use it to modify the default Mercur behaviour.