Hello,
For one of our customers I'm going to tackle the task of importing assortments, and I'd like to have a couple of questions answered first.
I will get the permission data in the form of a combination of user id and product number. By default a (logged-in) user cannot see anything, each data row gives him permission to see a specific product. Anonymous users can see the whole catalog.
1) How do I make that fit with the integration ? It seems a bit overkill to create one assortment per row. Do I group by product ? This will still generate thousands of assortments. What other solution do I have ?
2) There are hundreds of groups. For a user, most of them are useless as they will not contain any product they are allowed to see. I see here that the empty groups should not be displayed. Can you confirm that would be the case ?
Thanks