WooCommerce · Capability
WooCommerce REST API — Customers
WooCommerce REST API — Customers. 6 operations. Lead operation: WooCommerce List All Customers. Self-contained Naftiko capability covering one Woocommerce business surface.
What You Can Do
GET
Listcustomers
— WooCommerce List All Customers
/v1/customers
POST
Createcustomer
— WooCommerce Create a Customer
/v1/customers
GET
Getcustomer
— WooCommerce Retrieve a Customer
/v1/customers/{id}
PUT
Updatecustomer
— WooCommerce Update a Customer
/v1/customers/{id}
DELETE
Deletecustomer
— WooCommerce Delete a Customer
/v1/customers/{id}
GET
Getcustomerdownloads
— WooCommerce Retrieve Customer Downloads
/v1/customers/{id}/downloads
MCP Tools
woocommerce-list-all-customers
WooCommerce List All Customers
read-only
idempotent
woocommerce-create-customer
WooCommerce Create a Customer
woocommerce-retrieve-customer
WooCommerce Retrieve a Customer
read-only
idempotent
woocommerce-update-customer
WooCommerce Update a Customer
idempotent
woocommerce-delete-customer
WooCommerce Delete a Customer
idempotent
woocommerce-retrieve-customer-downloads
WooCommerce Retrieve Customer Downloads
read-only
idempotent