Product Component based Access control
We have a requirement to be implemented to check if logged in user who is trying to add a product should be able to add it, only if he has the access to that product.
this needs to be done for all Order Types including change of ownership. and Not just promotion, even for individual services this needs to be checked.
Please suggest a solution for this.