It’s worth reminding developers that the SRP works both ways. Each module has to be responsible for only one user but each user should be managed by only one module. So if you already have a product management module, all of your product management should be done there. Don’t start updating product data in the orders module, have the orders module signal the product module to do it.