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?
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025