Update a webhook
PUT/api/v1/stores/:storeId/webhooks/:webhookId
Updates the URL, subscribed events, enabled state, or secret of an existing webhook.
Only fields provided in the request body are changed — omit a field to leave it unchanged.
Request
Responses
- 200
- 400
- 401
Successfully updated the webhook
Bad request. Invalid input, webhook doesn't exist, or unable to update the webhook.
Unauthorized.