wc_update_shipping_zone tool reference for StifLi Flex MCP
Writeupdates a zone.
Description
updates a zone.
What it is for
- Changing zone name or order.
Example use case
renaming a shipping region.
Sample prompt
Update shipping zone ID 3 and rename it to EU Priority Shipping.
Sample response
{
"tool": "wc_update_shipping_zone",
"status": "ok",
"updated": true
}
What does wc_update_shipping_zone do?
updates a zone.
Does wc_update_shipping_zone 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_shipping_zone be used safely?
Enable write confirmations, test in staging first, and keep changelog/rollback enabled.
