Governed ability
List WooCommerce tax rates
aafm/wc-list-tax-rates Read only
Lists all WooCommerce tax rates across every tax class, returning id, country, state, rate, name, priority, compound flag, shipping flag, order, and class slug for each. Requires the manage-WooCommerce capability.
How it is governed
The same model as every ability in the plugin, stated for this one.
- Off until you enable it
Like every ability, List WooCommerce tax rates ships switched off. You turn it on one at a time, and an update never widens access on its own.
- Reads only
It reads data and returns it to your client. Nothing on your site is created, changed, or removed.
- Capability gated
A connection only sees List WooCommerce tax rates if the user you connected can run it, and the plugin checks that capability again before it executes.
- Every call audited
The call is written to the log in your own database, denials included, with the argument keys but never the values.
See it in action
An illustrative run. Your real calls and data stay on your own site.
Try it with a prompt
Example requests you could paste to your agent.
List every WooCommerce tax rate across all tax classes.
Show me all tax rates with their countries, rates, and priorities.
What tax rates are configured, and which class does each belong to?
These are illustrative example prompts. The agent runs them as the user you connected, checked against that user's capabilities and written to your audit log.
Frequently asked
Short answers for List WooCommerce tax rates.
Does this span every tax class?
Yes. It lists all tax rates across every tax class, each with fields like country, state, rate, name, priority, and class slug.
Why is this ability off by default?
Every WooCommerce ability stays off until an administrator enables it and requires the manage WooCommerce capability, with each call audited.
Governed by default, from the first call.
List WooCommerce tax rates is off until you enable it, scoped to the user you connect, and logged like everything else. Turn on only what you need.
Every ability off until you enable it, capability-gated on every call.