Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

app/uninstalled Webhook issue

app/uninstalled Webhook issue

sandeepks23
Shopify Partner
41 0 6

I have registered for app/uninstall webhook and this webhook is triggered fine when a store uninstalls our app. But I didnt understand how fetch the shop data from this webhook so that we can remove the store details from our database. We are using a python Django application. When I used print() for request.POST I got an output as {'_encoding': 'utf-8', '_mutable': False}. So can anyone please help me how to fetch shop data from this POST request in Django application.

Replies 0 (0)