wc_create_shipping_zone tool reference for StifLi Flex MCP
Writecreates a shipping zone.
Description
creates a shipping zone.
What it is for
- Configuring logistics.
Example use case
adding a new delivery region.
Sample prompt
Create a new shipping zone for Canada East with the relevant regions included.
Sample response
{
"tool": "wc_create_shipping_zone",
"status": "ok",
"updated": true
}
What does wc_create_shipping_zone do?
creates a shipping zone.
Does wc_create_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_create_shipping_zone be used safely?
Enable write confirmations, test in staging first, and keep changelog/rollback enabled.
