App reviews, troubleshooting, and recommendations
1) I want a list of all stores installed in the app. Is there any API for getting the installed app list or history?
2) I am not getting read_all_order. I have already get read all order permission and added in scopes. Is there any solution?
Yes, you can get a list of installed via admin graphql: https://shopify.dev/docs/api/admin-graphql/2024-01/queries/appInstallations
sadly
{
appInstallations (first: 100) {nodes {
id
app {title}
}}
}
returns
{
"errors": [
{
"message": "access denied",
"locations": [
{
"line": 2,
"column": 3
}
],
"path": [
"appInstallations"
],
"extensions": {
"code": "ACCESS_DENIED",
"documentation": "https://shopify.dev/api/usage/access-scopes"
}
}
],
"data": null,
}
}
... any suggestions?
Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025Expand into selling wholesale with Shopify Academy’s learning path, B2B on Shopify: Lau...
By Shopify Jan 28, 2025