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
As 2024 wraps up, the dropshipping landscape is already shifting towards 2025's trends....
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024