list_webhook_subscriptions
List all shop-scoped webhook subscriptions for the current Shopify app and shop. Filter by topic or URI to narrow results.
Instructions
List all webhook subscriptions for the current app and shop. Returns only shop-scoped subscriptions, not app-scoped subscriptions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | No | Filter by webhook URI | |
| after | No | Cursor for pagination | |
| first | No | Number of subscriptions to fetch (1-250, default: 50) | |
| topic | No | Filter by topic (e.g., 'ORDERS_CREATE', 'PRODUCTS_UPDATE') |