You receive webhooks from a Shopify store but cannot see any webhooks in the webhook list in the dashboard. What can be the reason? 🔔
### Explanation
When working with Shopify webhooks, it's important to understand their visibility in the admin dashboard:
Key points:
- Webhooks created through the Admin API are not visible in the Shopify admin dashboard
- This is by design and doesn't affect the webhook functionality
- To view API-created webhooks, you need to:
- Use the Admin API to list webhooks
- Common scenarios:
- Custom apps using API to manage webhooks
- Third-party apps creating webhooks programmatically
- Automated webhook management through scripts
Answer Options:
- Webhook was deleted, but old events are still coming through
- Webhook could be created via API, which are not visible in the dashboard
- Webhook could be created by somebody else
- This is impossible - all webhooks must be visible in the dashboard