Hi I have a script that list which members have access to which products. It uses $ticketlist = $user->getActiveProductIds(); However I need to differentiate between products that were purchased and products that were "manually added" by admin user. Is there a way I can list "Active Products" (and also expired products) and group (or identify) which ones were purchased and which were manually added? Thanks