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?
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn 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, 2025