I’m trying to integrate my Shopify store with GoHighLevel. I’ve already created the Custom App inside the Shopify admin panel to make the connection, but I’m stuck: the “Admin API Access Token” (the one that usually starts with shpat_) is nowhere to be found.
In the API Credentials tab, I can see my API Key and API Secret Key, but there is no option to view or generate the admin token.
Does anyone know if I’m missing a specific permission setup or what step I might have skipped before installing the app? Any help would be greatly appreciated. Thanks!
In addition to the authentication workflows mentioned in the documentation that @Luke shared, Token Exchange and Authorization Code Grant, we also have a new authentication workflow for custom apps created from merchant accounts, with a bit simpler workflow than both Token Exchange and Auth Code Grant.
To give a bit more context on this change, and why you are not able to see the access tokens in the admin anymore:
Moving forward all apps are created in the Dev Dashboard, including both Partner Custom and Public apps, and Merchant Custom apps.
For custom apps, you no longer get the access token directly from the dashboard/admin, you will need to use one of the existing authorization methods instead.
And here is another Shopify.dev Community Forum thread with a bit more info as well: