list_webhooks
Retrieve all active webhook subscriptions for your Shopify app, with optional filtering by topic and pagination support.
Instructions
List all webhook subscriptions for this app.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of webhooks to return. Default: 50. | |
| topic | No | Filter by topic (e.g. 'orders/create', 'products/update'). | |
| page_info | No | Cursor for pagination. |