About WooCommerce API
The WooCommerce REST API (v3) is a built-in API included with the WooCommerce plugin that enables external systems to create, read, update, and delete store data including products, orders, customers, coupons, and reports. It uses JSON over HTTP and supports WordPress authentication methods including consumer key/secret pairs. The API is free as part of WooCommerce core and is primarily used for integrations, headless storefronts, and automation.
AI Agent Use Cases
- Full CRUD operations on products, orders, customers, and coupons via JSON/HTTP
- Consumer key and secret authentication, plus WordPress cookie auth
- Webhooks for real-time event notifications on order and product changes
- Batch requests to create or update multiple resources in one API call
- Product variations, attributes, and meta data endpoints
- Compatible with headless and composable commerce architectures
Available Actions
These are the specific actions that AI agents can perform with this tool