list_webhooks
List webhooks for WooCommerce store events like order.created or product.updated, with options to filter by status and paginate results.
Instructions
List webhooks. Webhooks send POST requests to a URL when store events occur (e.g. order.created, product.updated).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| fields | No | Comma-separated fields to return (default: id,name,status,topic,delivery_url,date_created) | |
| status | No | Filter by webhook status | |
| per_page | No | Items per page (max 100) |