App reviews, troubleshooting, and recommendations
Hello there, I working with shopify developement, I am struck with the issue once my app get deleted form store how to I get noticed to delete the data of the app installed in shopify from databse of mine, Are any api are available for find the installed app details in shopify.
Thanks in advance
Solved! Go to the solution
This is an accepted solution.
While I am not a trained developer myself I was able to find the applicable resources to your question in our Developer Documentation here: Mandatory webhooks.
Mandatory webhooks
The following webhooks must be added to every public app:
customers/data_request
: Requests to view stored customer datacustomers/redact
: Requests deletion of customer datashop/redact
: Requests deletion of shop dataThose webhooks deliver the information to you and you will have a set amount of time to respond appropriately. Our developer docs should have all the information you need to finish building your app, but please let us know if you have additional questions.
Shay | Social Care @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit the Shopify Help Center or the Shopify Blog
This is an accepted solution.
While I am not a trained developer myself I was able to find the applicable resources to your question in our Developer Documentation here: Mandatory webhooks.
Mandatory webhooks
The following webhooks must be added to every public app:
customers/data_request
: Requests to view stored customer datacustomers/redact
: Requests deletion of customer datashop/redact
: Requests deletion of shop dataThose webhooks deliver the information to you and you will have a set amount of time to respond appropriately. Our developer docs should have all the information you need to finish building your app, but please let us know if you have additional questions.
Shay | Social Care @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit the Shopify Help Center or the Shopify Blog
Thanks for your help, I got the answer for my question.
I also want to know how to solve this problem?
follow this step
Mandatory webhooks
The following webhooks must be added to every public app:
which is already provided in shopify api documentation, Just copy/paste your url in App detail page , which will get the data of shop in post method and after that with the data you can delete in your database.
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