Hi everyone,
I’ve added an orders/create webhook to my Shopify app, and it’s working fine when I test it using the Shopify CLI (shopify webhook trigger orders/create). However, when I place a real order in my store, the webhook is not triggered.
Here’s what I’ve done so far:
- Verified the webhook is registered correctly via the Shopify Admin API.
- Tested with the Shopify CLI, and it successfully triggers the webhook.
- Checked the webhook logs in my app, but no real orders are coming through.
- Confirmed that my app has the necessary permissions (read_orders).
Has anyone encountered this issue before? Are there any additional steps I should take to troubleshoot why real orders aren’t triggering the webhook?
Thanks in advance for any help!