How to get the list of Product Families created in a PC 2.0 site using DB?

Modified on: Mon, 30 Jan, 2023 at 6:22 PM

This article covers 

How to check which plan price points are belonging to which Product Family?


Summary 


You can check the Product Families of any PC 2.0 site by using the “events” table in DB.


Solution


Please navigate to Databrowser >> Type “events” in Tables >> Type domain name in the “Domain“ >> click Submit.



Now if you need to list out all the Product Families please use the filter like “event_type - is - item family created”.


If you need to check any specific plan price point belonging to which Product Family,


Use two filters like “event_type - is - item price created” and “Events.entity_name - contains/equals - item price name”.



Click on View >> show_event_content >> select version V2 >> Submit Query


You need to search for the item_family_id in the JSON content.





Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.
×