Tools Catalog / WooCommerce tools / wc_update_webhook

wc_update_webhook tool reference for StifLi Flex MCP

Write
Group Gateways, system, settings and webhooksCapability manage_woocommerce

updates a webhook.

Description

updates a webhook.

What it is for

  • Changing the URL, status, or name of an integration.

Example use case

moving an integration endpoint.

Sample prompt

Update webhook ID 18 so it sends events to the new delivery URL and remains active.

Sample response

{
  "tool": "wc_update_webhook",
  "status": "ok",
  "updated": true
}

What does wc_update_webhook do?

updates a webhook.

Does wc_update_webhook modify store data?

Yes. It is a write operation and can create, update, or delete data depending on arguments.

Which capability is commonly required?

It usually runs under controls compatible with manage_woocommerce and the active MCP profile.

How should wc_update_webhook be used safely?

Enable write confirmations, test in staging first, and keep changelog/rollback enabled.