Hi,
Is there a way to check if a product is available for an anonymous user when working with assortments? We are using the method GetProductById with the assortment parameter set to true. This seems to work for authenticated users, it returns null when a product is not available for the user. But for anonymous users it's always giving back the product. Digging deeper into this method we found an internal method HasAccessToProduct. That sounds very usefull. Is there anything similar like that public available?
BR,
John Broers