In Developer Console in SOQL I try to select Product, but that is not possible.
SELECT Id FROM Product
Error: "sObject type 'Product' is not supported." image
I found this advice: "There is a checkbox 'Use tooling API' at the bottom of the screen. Uncheck it if it is checked and try." from here But, it didn't help. Any idea?