We have a Magento 2 store that sells products to members of the public. We also have a few corporate clients who take the same products we sell to the public. We now want to integrate all sales through Magento. In short we’re aiming to combine B2C and B2B sales in one product catalog and stock source.
The issue is this, whilst the products are the same for the both the public and corporate clients, the corporate clients use different SKUs, descriptions and pricing. What’s the best way of assigning a single Product ID multiple SKUs, descriptions and pricing depending on the customer type / Sales channel?
We understand the hierachy of Global > Website > Store > Store View
The best way of going about this is not clear. At first glance it seems creating a new ‘Store’ for each corporate client would be the way to do it. But we would need another extension to enable different pricing between the public and corporate side of things.
We would greatly appreciate any advice.