How to allow customers to update their sales channel in admin interface in a Shopware 6 plugin?
I’m working on an e-commerce platform where customers are assigned to sales channels. Currently, this information is stored in the database, but can only be updated through direct database queries. I want to allow customers to update this information themselves through the admin interface.
Here’s the current structure: