Is there a way to get access to orders data of a merchant from a non-embededded app? Currently we only have merchant storefront access token. It is a standalone app and we don’t want to install it on shopify.
Is there a way to get admin token, so, that we can configure shopify webhook?
You have to install an app if you want to get an admin token.
Hey @Jaspreet_Singh, Eric’s on point here. Generally to get full order data access you do require an Admin Access token: Generate access tokens for custom apps in the Shopify admin
There are other access scopes your app would need to further access some types of data, but as general rule, an app does require admin access to retrieve most order-related data. There is also the Customer Account API, which is mainly meant for frontend apps that manage customer login/history, etc and this does allow access to some Order data if you wanted to take a look at that as well:
Hope this helps.