New about mobile games and have simple question

Im new to unity, also new to publishing on google store, maybe someone know how to solve this problem. I’ve got IAP in that game but now I dont know which value I should paste in google play console as my product ID:

Example code:

public void Buy500()
        {
            BuyProductID(KProduct500);
        }

Thanks for help in advance.