We are attempting to integrate Android Market into our services and we would need to verify that the user has really is the owner of a particular app, we would need to automate the retrieval of sales for that particular app.
Therefore, we have been evaluating Google Checkout's Notification History API, which allows us to query from our server past sales for a particular app.
Now the problem is that we don't know how to obtain the Checkout Item Id for the app itself. Is there anyway we can map the Android Package Name to Google Checkout Merchant Item Id?
I understand that it is possible to find the Google Checkout Merchant Item Id after a purchase is made and the order shown on Google Checkout. However, can I obtain the Id without any purchases made?