update_webhook
Modify an existing webhook by ID to change its endpoint URL, trigger events, secret, or enabled state, keeping your integrations in sync with shop activity.
Instructions
Update an existing webhook by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The webhook ID to update | |
| url | No | Updated endpoint URL | |
| name | No | Updated name | |
| secret | No | Updated shared secret | |
| enabled | No | Enable or disable the webhook | |
| version | No | Updated payload version | |
| triggers | No | Updated list of trigger event types |