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.

agent-abilities · audit Governed
You List WooCommerce tax rates on this site.
Run Running aafm/wc-list-tax-rates
Gate Allowed read capability confirmed
Audit aafm/wc-list-tax-rates · principal: editor · args: id
Result Returns the data the agent asked for. Nothing on the site changes.

Try it with a prompt

Example requests you could paste to your agent.

  1. List every WooCommerce tax rate across all tax classes.
  2. Show me all tax rates with their countries, rates, and priorities.
  3. 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.

Back to all abilities

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.