Governed ability
Get WooCommerce customer
aafm/wc-get-customer Read only
Reads one WooCommerce customer by id, including email, name, username, order count, total spent, date created, and the full billing address (including phone) and shipping address. Customer PII is returned in full under the Integrations security disclaimer. 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, Get WooCommerce customer 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 Get WooCommerce customer 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.
Show me the profile for customer 55.
What is the order count and total spent for customer 55?
Look up the billing and shipping address on file for customer 55.
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 Get WooCommerce customer.
Does this return personal data?
Yes. It returns the customer's email, name, username, order count, total spent, and full billing (including phone) and shipping address. That PII is returned in full under the Integrations security disclaimer, so the ability is gated behind a clear admin notice.
Is it enabled by default?
No. It is off until an administrator enables it, requires the manage-WooCommerce capability, and is bounded by the connected user's permissions.
Is the returned PII written to the audit log?
No. The log records the ability name, the acting user, and the argument keys such as the customer id, never the returned values.
Governed by default, from the first call.
Get WooCommerce customer 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.