I have a n8n setup which should trigger on Shopify order creation. In Shopify I have tested with https://beeceptor.com/ and Shopify is firing the event as expected. But when I change to n8n webhook url. Both Test and Production is not firing, no execustions there. But all the configurations seems fine.
If curl reaches n8n but Shopify doesn’t → probably firewall or SSL.
Your n8n instance must be publicly reachable via HTTPS
Proxy forwards POST body correctly
Thanks for your reply, I tried like you mentioned on Postman, and I got “No Such App” as response. The n8n is hosted on Heroku and it is on HTTPS. Not sure what did I wrong here.