App reviews, troubleshooting, and recommendations
I'm using Shopify partner API and need to include Uninstall Reason & Description. How can I get this data? I'm using the below query but it gives an error msg. Kindly help!
query AppUninstalledEvents($cursor: String) {
app(id: "gid://partners/App/793214977") {
events(types: RELATIONSHIP_UNINSTALLED, before: $cursor, last: 100) {
edges {
cursor
node {
app {
name
id
apiKey
}
occurredAt
type
shop {
id
name
myshopifyDomain
}
reason
}
}
pageInfo {
hasNextPage
hasPreviousPage
}
}
}
}
Error Msg:
{ "errors": [ { "message": "Field 'reason' doesn't exist on type 'AppEvent'", "locations": [ { "line": 19, "column": 11 } ], "path": [ "query AppUninstalledEvents", "app", "events", "edges", "node", "reason" ], "extensions": { "code": "undefinedField", "typeName": "AppEvent", "fieldName": "reason" } } ] }
Have you gotten the reason to uninstall the app yet? I'm having the same problem as you, please help me
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025