App reviews, troubleshooting, and recommendations
I have already spent several hours on this.
I have successfully registered an app uninstalled webhook from api call on app installation. (The json return success,). I see the webhook successfully being registered, however when I delete the app from test Shopify store, I do not see that webhook being triggered.
Can anyone help me with the issue?
@Marthamurray what was the your code line ?
the only case that you register webhook URL that was not up or not working. this the only case webhook not fire. shopify send webhook after some retry 10 then then time. if failed. you need to return the success response as per the shopify guide
more detail you can see thie guide https://shopify.dev/docs/apps/webhooks/configuration/https#step-4-receive-the-webhook
We got successful response on registering webhook but its not triggering our webhook on app uninstall event
webhook {
id: 1102699593801,
address: https://xxxxxx/api/v1/appuninstall/webhook ,
topic: app/uninstalled,
created_at: 2023-06-29T14:44:25+05:30,
updated_at: 2023-06-29T14:44:25+05:30,
format: json,
fields: [],
metafield_namespaces: [],
api_version: 2021-10,
private_metafield_namespaces: []
}
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025