Hi everyone,
I’m working on a Shopify app and I need to set up a webhook that will be triggered when an order is created. I found this tutorial: https://github.com/Shopify/shopify-app-template-ruby
So I bootstrapped the Ruby app skeleton and it seems to be basically working except the webhooks. I added a new webhook that should be triggered when an order is created, but nothing happens. I checked my partner’s dashboard and see a line saying “No deliveries” under the Webhook deliveries section.
As far as I understood, the webhooks are even not getting sent because I see “No delieveries”. I think, if it was a network issue I would see some data with failed deliveries, but now I see just no activity there.
How do I register the webhook or troubleshoot it?