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?
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024