I have created custom app with all privacy webhooks and order_created webhook.
Shopify is not triggering the order_created webhook when a order is placed.
I have checked the webhook handler code by triggering them via CLI. The code is working fine.
I have checked that all the webhooks are subscribed at the time of app installation.
The URL endpoint is also a stable link.
I have checked the webhook log in Shopify Partner Dashboard. There is show no webhook delivered.
Can anyone help me to fix the issue?