Requesting for installed my store app details api

Solved

Requesting for installed my store app details api

aswin_roamsoft
Shopify Partner
4 0 0

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

Accepted Solution (1)

Shay
Shopify Staff (Retired)
3110 472 663

This is an accepted solution.

Hi @aswin_roamsoft 

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:

Those 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

View solution in original post

Replies 4 (4)

Shay
Shopify Staff (Retired)
3110 472 663

This is an accepted solution.

Hi @aswin_roamsoft 

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:

Those 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

aswin_roamsoft
Shopify Partner
4 0 0

Thanks for your help, I got the answer for my question.

 

lucas05021
Excursionist
125 0 5

I also want to know how to solve this problem?

aswin_roamsoft
Shopify Partner
4 0 0

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.