App reviews, troubleshooting, and recommendations
I am using shopify remix template and I need to configure mandatory webhooks. The APP_UNINSTALLED webhook is working fine. But when I am writing mandatory one with URL
https://example.com/webhooks/customers/data_request
https://example.com/webhooks/customers/redact
https://example.com/webhooks/shop/redact
On hitting these urls they gives 404.
I have registered webhooks in shopify.js file . I am not sure what I am doing wrong.
Solved! Go to the solution
This is an accepted solution.
Shopify don't register mandatory webhooks except App-Uninstalled so you need to create post routes for other three webhooks and verify the HMAC from request header and if HMAC is valid return or Redact the data and if not valid return http request status 401.
This is an accepted solution.
Shopify don't register mandatory webhooks except App-Uninstalled so you need to create post routes for other three webhooks and verify the HMAC from request header and if HMAC is valid return or Redact the data and if not valid return http request status 401.
do you could have a template for this three weebhook mandatory for can see that?
If you use Remix template. You can find it easily.
https://github.com/Shopify/shopify-app-template-remix/blob/main/app/routes/webhooks.tsx
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