v14
OpenAPI 3.1.02026-08-03122113375.9 KBseller-webhooks
Update a webhook
Update mutable configuration fields for an existing seller webhook endpoint.
This is a partial update endpoint. Send only the fields you want to change.
Updatable fields:
- 'url'
- 'description'
- 'enabled'
- 'additionalHeaders'
Behavior notes:
- URL uniqueness is enforced; updating to a duplicate URL returns 409.
- If no updatable fields are supplied, the current webhook state is returned unchanged.
- Subscription events are not modified here; use PUT /seller/webhooks/{webhookId}/subscriptions.
Recommended change flow:
- GET /seller/webhooks/{webhookId} to load current configuration.
- PATCH this endpoint with only the fields being changed.
- GET /seller/webhooks/{webhookId}/test to validate connectivity after URL/header changes.
- Review failures and metrics to confirm post-change stability.
patch/seller/webhooks/{webhookId}
Path parameters
webhookIdstring required
Identifier of the webhook endpoint to update
Identifier of the webhook endpoint to update
Request body
Response
Updated webhook endpoint