I’m trying to figure out how to get my api key for my Shopify account. I need my shop id ,client id, client secret id, all string for oauth with new connections new connection
Luke
April 4, 2026, 7:29am
2
Hi, I would advise trying to search the forums first next time, there is a lot of information available here. Perhaps the following may be of use:
We’ve seen a lot of questions since January 1st about how to get Admin API access tokens now that custom apps in the admin were deprecated. The key change: tokens don’t appear in the UI anymore. Instead, you’ll see a Client ID and Client Secret—you exchange these for an access token using the client credentials grant. This happens programmatically. We know this has been confusing, and we’ve been working on improving our docs to make the new process clear.
Start here:
What changed
Before: Cus…
Any finally, refer to Shopify Dev Docs