Search code examples
intuit-partner-platform

How to know which version of QuickBooks (Pro/Premier/Enterprise) the user is using with IPP v2?


Edit: I'm not looking for the software. I want to be able to figure out which version of the software the user is using. It doesn't look like the Company object holds this information from what I see here: https://ipp.developer.intuit.com/0010_Intuit_Partner_Platform/0050_Data_Services/0500_QuickBooks_Windows/0600_Object_Reference/Company

I know we can get the flavour and the version (year), but I didn't see a way to get the edition. The reason we want this is because Pro version doesn't have the Sales Order feature, and our app should know this.


Solution


  • Pro & Premier both return standard_stratum

    Enterprise returns - bel_stratum

    thanks
    Jarred