How to get the ID from the user using my app

I am creating an App for the User of shopify. I now need to use their shop ID in order for my funciontiality to work. My question is where do I get such ID? Can I use the session.id?

hi @anonymous10 ,

Shopify maintains a session table which is invoked at the oauth exchange stage in your app. The session table has e unique id that you can use for your purpose