Tools Catalog / WooCommerce tools / wc_get_shipping_zones

wc_get_shipping_zones tool reference for StifLi Flex MCP

Read-only
Group ShippingCapability manage_woocommerce

lists shipping zones.

Description

lists shipping zones.

What it is for

  • Auditing coverage and regions.

Example use case

shipping coverage review.

Sample prompt

List all shipping zones so I can review the current regional delivery setup.

Sample response

{
  "tool": "wc_get_shipping_zones",
  "status": "ok",
  "items": []
}

What does wc_get_shipping_zones do?

lists shipping zones.

Does wc_get_shipping_zones modify store data?

No. It is a read-only operation and does not modify commerce data or settings.

Which capability is commonly required?

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

How should wc_get_shipping_zones be used safely?

Limit scope with filters and pagination to reduce overexposure of data.