woocommerce.com
WooCommerce is an open-source ecommerce platform for WordPress that lets merchants run online stores and lets developers extend store behavior. Its APIs and tools are primarily hosted per store instance rather than on a single WooCommerce-operated API domain.
WooCommerce exposes a tenant-hosted REST API, a public Store API, an experimental tenant-hosted GraphQL API, a deprecated tenant-hosted MCP endpoint, and a local `wp wc` CLI.
- WooCommerce MCP endpointdiscovered
- WooCommerce REST APIdiscovered
- WooCommerce Store APIdiscovered
- WooCommerce Dual API GraphQLdiscovered
- WooCommerce CLIdiscovered
In your WooCommerce store admin, go to WooCommerce REST API authentication and follow WooCommerce → Settings → Advanced → REST API. Click Add Key, choose the WordPress user and permissions, then click Generate API Key. Save the resulting consumer_key and consumer_secret immediately; the secret is only shown once. If you want an app-assisted flow, WooCommerce also supports the application auth URL at /wc-auth/v1/authorize described in the same doc.
conventions · 1/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://woocommerce.com/llms.txt
- API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing