Home
Providers
WooCommerce
WooCommerce
WooCommerce is the world's most popular open-source eCommerce platform, built on WordPress. It provides a comprehensive REST API for managing products, orders, customers, coupons, reports, webhooks, and store settings, plus a public-facing Store API for headless frontends. WooCommerce also delivers real-time events via webhooks for order, product, customer, and subscription lifecycle changes.
WooCommerce publishes 20 APIs on the APIs.io network, including Webhook Events, Cart API, Checkout API, and 17 more. Tagged areas include eCommerce, Open Source, Orders, Products, and WordPress.
The WooCommerce catalog on APIs.io includes 1 event-driven AsyncAPI specification, 33 JSON-LD contexts, and 3 Spectral governance rulesets.
WooCommerce’s developer surface includes authentication, documentation, getting-started guide, GitHub presence, engineering blog, support, release notes, and 36 more developer resources.
21 APIs
1 MCP Servers
16 Features
5 Use Cases
eCommerce Open Source Orders Products WordPress
On this page
Kin Score
APIs 21
Postman 2
Open Collections 2
Arazzo 16
MCP Servers 1
GraphQL 1
Pricing Plans 1
Rate Limits 1
FinOps 1
Features 16
Event Specs 1
Vocabularies 33
Spectral Rules 3
JSON Schema 57
JSON Structure 57
Examples 57
Security Posture 3
Agentic Access 1
Use Cases 5
Integrations 7
Resources 43
apis.yml
68 Operational Transparency
Composite quality — 63.0/100 · strong
Contract Quality
21.0 / 25
Developer Ergonomics
13.0 / 20
Commercial Clarity
7.9 / 20
Operational Transparency
8.9 / 13
Agent readiness — 53/100 · agent ready
Machine-Readable Contract
18 / 18
Agentic Access Contract
10 / 10
MCP Server
12 / 12
Machine-Readable Auth
10 / 10
Idempotency
0 / 9
Stable Error Semantics
0 / 8
Request/Response Examples
7 / 7
Rate-Limit Signaling
7 / 7
Typed Event Surface
6 / 6
Agent Skills
0 / 5
Well-Known Catalog
0 / 4
Consent & Bot Identity
0 / 3
A2A Agent Card
0 / 8
Dry-Run / Simulate Mode
0 / 4
Individual APIs this provider publishes, each with its own machine-readable definition.
Scroll for all 21
Ready-to-run Postman collections for exercising this provider's APIs.
Open, tool-agnostic API collections (OpenAPI-derived and Bruno).
Multi-step API workflows described with the Arazzo specification.
Scroll for all 16
Model Context Protocol servers that expose these APIs to AI agents.
GraphQL schemas published by this provider.
Published pricing tiers and plan structures.
Documented rate limits and quota policies.
Cost, billing, and metering signals for API financial operations.
Notable capabilities this provider offers.
Scroll for all 16
AsyncAPI definitions for this provider's event-driven and streaming APIs.
JSON-LD contexts and semantic vocabularies used across these APIs.
Scroll for all 33
Spectral governance rulesets for linting and validating these APIs.
Standalone JSON Schema definitions for this provider's data models.
Scroll for all 57
JSON Structure definitions describing this provider's data shapes.
Scroll for all 57
Example request and response payloads for these APIs.
Scroll for all 57
Authentication, domain security, vulnerability disclosure, and trust-center signals.
Recommended x-agentic-access execution contracts for AI agents.
What developers build with this provider.
Pre-built integrations with other platforms and tools.
Scroll for all 7
Get Started 2
Portal, sign-up, and the first successful call
Documentation 1
Reference material describing how the API behaves
Agent Surfaces 3
MCP servers, agent skills, and machine-readable catalogs
Design & Contract 19
Pagination, idempotency, versioning, errors, and events
Scroll for all 19
Build 8
SDKs, sample code, and the tooling you integrate with
Scroll for all 8
Access & Security 3
Authentication, authorization, and security posture
Operate 4
Status, limits, changes, and where to get help
Company 3
The organization behind the API
Source (apis.yml)
aid: woocommerce
name: WooCommerce
description: WooCommerce is the world's most popular open-source eCommerce platform, built on WordPress. It provides a comprehensive
REST API for managing products, orders, customers, coupons, reports, webhooks, and store settings, plus a public-facing
Store API for headless frontends. WooCommerce also delivers real-time events via webhooks for order, product, customer,
and subscription lifecycle changes.
type: Index
url: https://raw.githubusercontent.com/api-evangelist/woocommerce/refs/heads/main/apis.yml
tags:
- eCommerce
- Open Source
- Orders
- Products
- WordPress
accessModel:
pricing: paid
onboarding: self-serve
trial: false
try_now: false
public: false
label: Paid · Self-serve signup
confidence: high
source:
- plans
- authentication
generated: '2026-07-22'
method: derived
created: '2026-05-03'
modified: '2026-05-19'
specificationVersion: '0.19'
access: 3rd-Party
position: Consumer
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/woocommerce.png
apis:
- aid: woocommerce:webhook-events
name: WooCommerce Webhook Events
description: WooCommerce delivers real-time event notifications via HTTP POST webhooks for orders, products, customers,
coupons, and subscriptions lifecycle changes. Webhooks are configured in the WooCommerce admin or via the REST API and
deliver JSON payloads signed with HMAC-SHA256.
humanURL: https://woocommerce.com/document/webhooks/
tags:
- Events
- Webhooks
properties:
- type: Documentation
url: https://woocommerce.com/document/webhooks/
- type: AsyncAPI
url: asyncapi/woocommerce-webhooks-asyncapi.yml
- type: JSONSchema
url: json-schema/woocommerce-rest-api-webhook-schema.json
title: Webhook Schema
- aid: woocommerce:graphql-api
name: WooCommerce GraphQL API
description: WooCommerce GraphQL support is provided by the WPGraphQL WooCommerce extension (WooGraphQL), an open-source
WordPress plugin that exposes the full WooCommerce data model through a GraphQL endpoint at /graphql. The schema covers
products (simple, variable, external, grouped), product categories, tags, attributes, variations, cart, coupons, orders,
customers, shipping zones, tax rates, payment gateways, refunds, reviews, downloadable items, subscriptions, memberships,
and session/nonce management. Both queries and mutations are supported.
humanURL: https://woographql.com/
baseURL: https://yoursite.com/graphql
tags:
- eCommerce
- GraphQL
- Headless
- WordPress
properties:
- type: Documentation
url: https://woographql.com/docs
- type: GitHub
url: https://github.com/wp-graphql/wp-graphql-woocommerce
- type: GraphQL
url: graphql/woocommerce-graphql.md
- type: GraphQLSchema
url: graphql/woocommerce-schema.graphql
- aid: woocommerce:woocommerce-cart-api
name: WooCommerce Cart API
description: Manage the current shopper's cart session including items, coupons, and shipping
humanURL: https://developer.woocommerce.com/docs/apis/rest-api/
baseURL: https://example.com/wp-json/wc/v3
tags:
- Cart
properties:
- type: OpenAPI
url: openapi/woocommerce-cart-api-openapi.yml
- type: Documentation
url: https://developer.woocommerce.com/docs/apis/rest-api/
- type: APIReference
url: https://woocommerce.github.io/woocommerce-rest-api-docs/
- type: Authentication
url: https://woocommerce.github.io/woocommerce-rest-api-docs/#authentication
- type: JSONSchema
url: json-schema/woocommerce-rest-api-order-schema.json
- type: JSONSchema
url: json-schema/woocommerce-rest-api-product-schema.json
- type: JSONSchema
url: json-schema/woocommerce-rest-api-customer-schema.json
- type: JSONSchema
url: json-schema/woocommerce-rest-api-coupon-schema.json
- type: Documentation
url: https://developer.woocommerce.com/docs/apis/store-api/
- type: JSONSchema
url: json-schema/woocommerce-store-api-cart-schema.json
- type: JSONSchema
url: json-schema/woocommerce-store-api-store-product-schema.json
- type: JSONSchema
url: json-schema/woocommerce-store-api-checkout-schema.json
- aid: woocommerce:woocommerce-checkout-api
name: WooCommerce Checkout API
description: Submit and manage the checkout process for the current shopper
humanURL: https://developer.woocommerce.com/docs/apis/rest-api/
baseURL: https://example.com/wp-json/wc/v3
tags:
- Checkout
properties:
- type: OpenAPI
url: openapi/woocommerce-checkout-api-openapi.yml
- type: Documentation
url: https://developer.woocommerce.com/docs/apis/rest-api/
- type: APIReference
url: https://woocommerce.github.io/woocommerce-rest-api-docs/
- type: Authentication
url: https://woocommerce.github.io/woocommerce-rest-api-docs/#authentication
- type: JSONSchema
url: json-schema/woocommerce-rest-api-order-schema.json
- type: JSONSchema
url: json-schema/woocommerce-rest-api-product-schema.json
- type: JSONSchema
url: json-schema/woocommerce-rest-api-customer-schema.json
- type: JSONSchema
url: json-schema/woocommerce-rest-api-coupon-schema.json
- type: Documentation
url: https://developer.woocommerce.com/docs/apis/store-api/
- type: JSONSchema
url: json-schema/woocommerce-store-api-cart-schema.json
- type: JSONSchema
url: json-schema/woocommerce-store-api-store-product-schema.json
- type: JSONSchema
url: json-schema/woocommerce-store-api-checkout-schema.json
- aid: woocommerce:woocommerce-coupons-api
name: WooCommerce Coupons API
description: Create, retrieve, update, and delete discount coupons
humanURL: https://developer.woocommerce.com/docs/apis/rest-api/
baseURL: https://example.com/wp-json/wc/v3
tags:
- Coupons
properties:
- type: OpenAPI
url: openapi/woocommerce-coupons-api-openapi.yml
- type: Documentation
url: https://developer.woocommerce.com/docs/apis/rest-api/
- type: APIReference
url: https://woocommerce.github.io/woocommerce-rest-api-docs/
- type: Authentication
url: https://woocommerce.github.io/woocommerce-rest-api-docs/#authentication
- type: JSONSchema
url: json-schema/woocommerce-rest-api-order-schema.json
- type: JSONSchema
url: json-schema/woocommerce-rest-api-product-schema.json
- type: JSONSchema
url: json-schema/woocommerce-rest-api-customer-schema.json
- type: JSONSchema
url: json-schema/woocommerce-rest-api-coupon-schema.json
- type: Documentation
url: https://developer.woocommerce.com/docs/apis/store-api/
- type: JSONSchema
url: json-schema/woocommerce-store-api-cart-schema.json
- type: JSONSchema
url: json-schema/woocommerce-store-api-store-product-schema.json
- type: JSONSchema
url: json-schema/woocommerce-store-api-checkout-schema.json
- aid: woocommerce:woocommerce-customers-api
name: WooCommerce Customers API
description: Create, retrieve, update, and delete customer accounts
humanURL: https://developer.woocommerce.com/docs/apis/rest-api/
baseURL: https://example.com/wp-json/wc/v3
tags:
- Customers
properties:
- type: OpenAPI
url: openapi/woocommerce-customers-api-openapi.yml
- type: Documentation
url: https://developer.woocommerce.com/docs/apis/rest-api/
- type: APIReference
url: https://woocommerce.github.io/woocommerce-rest-api-docs/
- type: Authentication
url: https://woocommerce.github.io/woocommerce-rest-api-docs/#authentication
- type: JSONSchema
url: json-schema/woocommerce-rest-api-order-schema.json
- type: JSONSchema
url: json-schema/woocommerce-rest-api-product-schema.json
- type: JSONSchema
url: json-schema/woocommerce-rest-api-customer-schema.json
- type: JSONSchema
url: json-schema/woocommerce-rest-api-coupon-schema.json
- type: Documentation
url: https://developer.woocommerce.com/docs/apis/store-api/
- type: JSONSchema
url: json-schema/woocommerce-store-api-cart-schema.json
- type: JSONSchema
url: json-schema/woocommerce-store-api-store-product-schema.json
- type: JSONSchema
url: json-schema/woocommerce-store-api-checkout-schema.json
- aid: woocommerce:woocommerce-order-notes-api
name: WooCommerce Order Notes API
description: Manage private and customer-facing notes on orders
humanURL: https://developer.woocommerce.com/docs/apis/rest-api/
baseURL: https://example.com/wp-json/wc/v3
tags:
- Order Notes
properties:
- type: OpenAPI
url: openapi/woocommerce-order-notes-api-openapi.yml
- type: Documentation
url: https://developer.woocommerce.com/docs/apis/rest-api/
- type: APIReference
url: https://woocommerce.github.io/woocommerce-rest-api-docs/
- type: Authentication
url: https://woocommerce.github.io/woocommerce-rest-api-docs/#authentication
- type: JSONSchema
url: json-schema/woocommerce-rest-api-order-schema.json
- type: JSONSchema
url: json-schema/woocommerce-rest-api-product-schema.json
- type: JSONSchema
url: json-schema/woocommerce-rest-api-customer-schema.json
- type: JSONSchema
url: json-schema/woocommerce-rest-api-coupon-schema.json
- type: Documentation
url: https://developer.woocommerce.com/docs/apis/store-api/
- type: JSONSchema
url: json-schema/woocommerce-store-api-cart-schema.json
- type: JSONSchema
url: json-schema/woocommerce-store-api-store-product-schema.json
- type: JSONSchema
url: json-schema/woocommerce-store-api-checkout-schema.json
- aid: woocommerce:woocommerce-order-refunds-api
name: WooCommerce Order Refunds API
description: Create and retrieve refunds associated with orders
humanURL: https://developer.woocommerce.com/docs/apis/rest-api/
baseURL: https://example.com/wp-json/wc/v3
tags:
- Order Refunds
properties:
- type: OpenAPI
url: openapi/woocommerce-order-refunds-api-openapi.yml
- type: Documentation
url: https://developer.woocommerce.com/docs/apis/rest-api/
- type: APIReference
url: https://woocommerce.github.io/woocommerce-rest-api-docs/
- type: Authentication
url: https://woocommerce.github.io/woocommerce-rest-api-docs/#authentication
- type: JSONSchema
url: json-schema/woocommerce-rest-api-order-schema.json
- type: JSONSchema
url: json-schema/woocommerce-rest-api-product-schema.json
- type: JSONSchema
url: json-schema/woocommerce-rest-api-customer-schema.json
- type: JSONSchema
url: json-schema/woocommerce-rest-api-coupon-schema.json
- type: Documentation
url: https://developer.woocommerce.com/docs/apis/store-api/
- type: JSONSchema
url: json-schema/woocommerce-store-api-cart-schema.json
- type: JSONSchema
url: json-schema/woocommerce-store-api-store-product-schema.json
- type: JSONSchema
url: json-schema/woocommerce-store-api-checkout-schema.json
- aid: woocommerce:woocommerce-orders-api
name: WooCommerce Orders API
description: Create, retrieve, update, and delete customer orders
humanURL: https://developer.woocommerce.com/docs/apis/rest-api/
baseURL: https://example.com/wp-json/wc/v3
tags:
- Orders
properties:
- type: OpenAPI
url: openapi/woocommerce-orders-api-openapi.yml
- type: Documentation
url: https://developer.woocommerce.com/docs/apis/rest-api/
- type: APIReference
url: https://woocommerce.github.io/woocommerce-rest-api-docs/
- type: Authentication
url: https://woocommerce.github.io/woocommerce-rest-api-docs/#authentication
- type: JSONSchema
url: json-schema/woocommerce-rest-api-order-schema.json
- type: JSONSchema
url: json-schema/woocommerce-rest-api-product-schema.json
- type: JSONSchema
url: json-schema/woocommerce-rest-api-customer-schema.json
- type: JSONSchema
url: json-schema/woocommerce-rest-api-coupon-schema.json
- type: Documentation
url: https://developer.woocommerce.com/docs/apis/store-api/
- type: JSONSchema
url: json-schema/woocommerce-store-api-cart-schema.json
- type: JSONSchema
url: json-schema/woocommerce-store-api-store-product-schema.json
- type: JSONSchema
url: json-schema/woocommerce-store-api-checkout-schema.json
- aid: woocommerce:woocommerce-payment-gateways-api
name: WooCommerce Payment Gateways API
description: Retrieve and configure available payment gateways
humanURL: https://developer.woocommerce.com/docs/apis/rest-api/
baseURL: https://example.com/wp-json/wc/v3
tags:
- Payment Gateways
properties:
- type: OpenAPI
url: openapi/woocommerce-payment-gateways-api-openapi.yml
- type: Documentation
url: https://developer.woocommerce.com/docs/apis/rest-api/
- type: APIReference
url: https://woocommerce.github.io/woocommerce-rest-api-docs/
- type: Authentication
url: https://woocommerce.github.io/woocommerce-rest-api-docs/#authentication
- type: JSONSchema
url: json-schema/woocommerce-rest-api-order-schema.json
- type: JSONSchema
url: json-schema/woocommerce-rest-api-product-schema.json
- type: JSONSchema
url: json-schema/woocommerce-rest-api-customer-schema.json
- type: JSONSchema
url: json-schema/woocommerce-rest-api-coupon-schema.json
- type: Documentation
url: https://developer.woocommerce.com/docs/apis/store-api/
- type: JSONSchema
url: json-schema/woocommerce-store-api-cart-schema.json
- type: JSONSchema
url: json-schema/woocommerce-store-api-store-product-schema.json
- type: JSONSchema
url: json-schema/woocommerce-store-api-checkout-schema.json
- aid: woocommerce:woocommerce-product-attributes-api
name: WooCommerce Product Attributes API
description: Retrieve global product attributes and their terms for filtering
humanURL: https://developer.woocommerce.com/docs/apis/rest-api/
baseURL: https://example.com/wp-json/wc/v3
tags:
- Product Attributes
properties:
- type: OpenAPI
url: openapi/woocommerce-product-attributes-api-openapi.yml
- type: Documentation
url: https://developer.woocommerce.com/docs/apis/rest-api/
- type: APIReference
url: https://woocommerce.github.io/woocommerce-rest-api-docs/
- type: Authentication
url: https://woocommerce.github.io/woocommerce-rest-api-docs/#authentication
- type: JSONSchema
url: json-schema/woocommerce-rest-api-order-schema.json
- type: JSONSchema
url: json-schema/woocommerce-rest-api-product-schema.json
- type: JSONSchema
url: json-schema/woocommerce-rest-api-customer-schema.json
- type: JSONSchema
url: json-schema/woocommerce-rest-api-coupon-schema.json
- type: Documentation
url: https://developer.woocommerce.com/docs/apis/store-api/
- type: JSONSchema
url: json-schema/woocommerce-store-api-cart-schema.json
- type: JSONSchema
url: json-schema/woocommerce-store-api-store-product-schema.json
- type: JSONSchema
url: json-schema/woocommerce-store-api-checkout-schema.json
- aid: woocommerce:woocommerce-product-categories-api
name: WooCommerce Product Categories API
description: Manage product categories used to organize the store catalog
humanURL: https://developer.woocommerce.com/docs/apis/rest-api/
baseURL: https://example.com/wp-json/wc/v3
tags:
- Product Categories
properties:
- type: OpenAPI
url: openapi/woocommerce-product-categories-api-openapi.yml
- type: Documentation
url: https://developer.woocommerce.com/docs/apis/rest-api/
- type: APIReference
url: https://woocommerce.github.io/woocommerce-rest-api-docs/
- type: Authentication
url: https://woocommerce.github.io/woocommerce-rest-api-docs/#authentication
- type: JSONSchema
url: json-schema/woocommerce-rest-api-order-schema.json
- type: JSONSchema
url: json-schema/woocommerce-rest-api-product-schema.json
- type: JSONSchema
url: json-schema/woocommerce-rest-api-customer-schema.json
- type: JSONSchema
url: json-schema/woocommerce-rest-api-coupon-schema.json
- type: Documentation
url: https://developer.woocommerce.com/docs/apis/store-api/
- type: JSONSchema
url: json-schema/woocommerce-store-api-cart-schema.json
- type: JSONSchema
url: json-schema/woocommerce-store-api-store-product-schema.json
- type: JSONSchema
url: json-schema/woocommerce-store-api-checkout-schema.json
- aid: woocommerce:woocommerce-product-reviews-api
name: WooCommerce Product Reviews API
description: Retrieve customer reviews on products
humanURL: https://developer.woocommerce.com/docs/apis/rest-api/
baseURL: https://example.com/wp-json/wc/v3
tags:
- Product Reviews
properties:
- type: OpenAPI
url: openapi/woocommerce-product-reviews-api-openapi.yml
- type: Documentation
url: https://developer.woocommerce.com/docs/apis/rest-api/
- type: APIReference
url: https://woocommerce.github.io/woocommerce-rest-api-docs/
- type: Authentication
url: https://woocommerce.github.io/woocommerce-rest-api-docs/#authentication
- type: JSONSchema
url: json-schema/woocommerce-rest-api-order-schema.json
- type: JSONSchema
url: json-schema/woocommerce-rest-api-product-schema.json
- type: JSONSchema
url: json-schema/woocommerce-rest-api-customer-schema.json
- type: JSONSchema
url: json-schema/woocommerce-rest-api-coupon-schema.json
- type: Documentation
url: https://developer.woocommerce.com/docs/apis/store-api/
- type: JSONSchema
url: json-schema/woocommerce-store-api-cart-schema.json
- type: JSONSchema
url: json-schema/woocommerce-store-api-store-product-schema.json
- type: JSONSchema
url: json-schema/woocommerce-store-api-checkout-schema.json
- aid: woocommerce:woocommerce-product-tags-api
name: WooCommerce Product Tags API
description: Retrieve product tags for filtering
humanURL: https://developer.woocommerce.com/docs/apis/rest-api/
baseURL: https://example.com/wp-json/wc/v3
tags:
- Product Tags
properties:
- type: OpenAPI
url: openapi/woocommerce-product-tags-api-openapi.yml
- type: Documentation
url: https://developer.woocommerce.com/docs/apis/rest-api/
- type: APIReference
url: https://woocommerce.github.io/woocommerce-rest-api-docs/
- type: Authentication
url: https://woocommerce.github.io/woocommerce-rest-api-docs/#authentication
- type: JSONSchema
url: json-schema/woocommerce-rest-api-order-schema.json
- type: JSONSchema
url: json-schema/woocommerce-rest-api-product-schema.json
- type: JSONSchema
url: json-schema/woocommerce-rest-api-customer-schema.json
- type: JSONSchema
url: json-schema/woocommerce-rest-api-coupon-schema.json
- type: Documentation
url: https://developer.woocommerce.com/docs/apis/store-api/
- type: JSONSchema
url: json-schema/woocommerce-store-api-cart-schema.json
- type: JSONSchema
url: json-schema/woocommerce-store-api-store-product-schema.json
- type: JSONSchema
url: json-schema/woocommerce-store-api-checkout-schema.json
- aid: woocommerce:woocommerce-product-variations-api
name: WooCommerce Product Variations API
description: Manage variations of variable products including price, stock, and attributes
humanURL: https://developer.woocommerce.com/docs/apis/rest-api/
baseURL: https://example.com/wp-json/wc/v3
tags:
- Product Variations
properties:
- type: OpenAPI
url: openapi/woocommerce-product-variations-api-openapi.yml
- type: Documentation
url: https://developer.woocommerce.com/docs/apis/rest-api/
- type: APIReference
url: https://woocommerce.github.io/woocommerce-rest-api-docs/
- type: Authentication
url: https://woocommerce.github.io/woocommerce-rest-api-docs/#authentication
- type: JSONSchema
url: json-schema/woocommerce-rest-api-order-schema.json
- type: JSONSchema
url: json-schema/woocommerce-rest-api-product-schema.json
- type: JSONSchema
url: json-schema/woocommerce-rest-api-customer-schema.json
- type: JSONSchema
url: json-schema/woocommerce-rest-api-coupon-schema.json
- type: Documentation
url: https://developer.woocommerce.com/docs/apis/store-api/
- type: JSONSchema
url: json-schema/woocommerce-store-api-cart-schema.json
- type: JSONSchema
url: json-schema/woocommerce-store-api-store-product-schema.json
- type: JSONSchema
url: json-schema/woocommerce-store-api-checkout-schema.json
- aid: woocommerce:woocommerce-products-api
name: WooCommerce Products API
description: Create, retrieve, update, and delete store products and their variations
humanURL: https://developer.woocommerce.com/docs/apis/rest-api/
baseURL: https://example.com/wp-json/wc/v3
tags:
- Products
properties:
- type: OpenAPI
url: openapi/woocommerce-products-api-openapi.yml
- type: Documentation
url: https://developer.woocommerce.com/docs/apis/rest-api/
- type: APIReference
url: https://woocommerce.github.io/woocommerce-rest-api-docs/
- type: Authentication
url: https://woocommerce.github.io/woocommerce-rest-api-docs/#authentication
- type: JSONSchema
url: json-schema/woocommerce-rest-api-order-schema.json
- type: JSONSchema
url: json-schema/woocommerce-rest-api-product-schema.json
- type: JSONSchema
url: json-schema/woocommerce-rest-api-customer-schema.json
- type: JSONSchema
url: json-schema/woocommerce-rest-api-coupon-schema.json
- type: Documentation
url: https://developer.woocommerce.com/docs/apis/store-api/
- type: JSONSchema
url: json-schema/woocommerce-store-api-cart-schema.json
- type: JSONSchema
url: json-schema/woocommerce-store-api-store-product-schema.json
- type: JSONSchema
url: json-schema/woocommerce-store-api-checkout-schema.json
- aid: woocommerce:woocommerce-reports-api
name: WooCommerce Reports API
description: Retrieve aggregated sales, product, and customer report data
humanURL: https://developer.woocommerce.com/docs/apis/rest-api/
baseURL: https://example.com/wp-json/wc/v3
tags:
- Reports
properties:
- type: OpenAPI
url: openapi/woocommerce-reports-api-openapi.yml
- type: Documentation
url: https://developer.woocommerce.com/docs/apis/rest-api/
- type: APIReference
url: https://woocommerce.github.io/woocommerce-rest-api-docs/
- type: Authentication
url: https://woocommerce.github.io/woocommerce-rest-api-docs/#authentication
- type: JSONSchema
url: json-schema/woocommerce-rest-api-order-schema.json
- type: JSONSchema
url: json-schema/woocommerce-rest-api-product-schema.json
- type: JSONSchema
url: json-schema/woocommerce-rest-api-customer-schema.json
- type: JSONSchema
url: json-schema/woocommerce-rest-api-coupon-schema.json
- type: Documentation
url: https://developer.woocommerce.com/docs/apis/store-api/
- type: JSONSchema
url: json-schema/woocommerce-store-api-cart-schema.json
- type: JSONSchema
url: json-schema/woocommerce-store-api-store-product-schema.json
- type: JSONSchema
url: json-schema/woocommerce-store-api-checkout-schema.json
- aid: woocommerce:woocommerce-shipping-zones-api
name: WooCommerce Shipping Zones API
description: Manage shipping zones, their locations, and shipping methods
humanURL: https://developer.woocommerce.com/docs/apis/rest-api/
baseURL: https://example.com/wp-json/wc/v3
tags:
- Shipping Zones
properties:
- type: OpenAPI
url: openapi/woocommerce-shipping-zones-api-openapi.yml
- type: Documentation
url: https://developer.woocommerce.com/docs/apis/rest-api/
- type: APIReference
url: https://woocommerce.github.io/woocommerce-rest-api-docs/
- type: Authentication
url: https://woocommerce.github.io/woocommerce-rest-api-docs/#authentication
- type: JSONSchema
url: json-schema/woocommerce-rest-api-order-schema.json
- type: JSONSchema
url: json-schema/woocommerce-rest-api-product-schema.json
- type: JSONSchema
url: json-schema/woocommerce-rest-api-customer-schema.json
- type: JSONSchema
url: json-schema/woocommerce-rest-api-coupon-schema.json
- type: Documentation
url: https://developer.woocommerce.com/docs/apis/store-api/
- type: JSONSchema
url: json-schema/woocommerce-store-api-cart-schema.json
- type: JSONSchema
url: json-schema/woocommerce-store-api-store-product-schema.json
- type: JSONSchema
url: json-schema/woocommerce-store-api-checkout-schema.json
- aid: woocommerce:woocommerce-system-status-api
name: WooCommerce System Status API
description: Retrieve system environment, active plugins, and store configuration status
humanURL: https://developer.woocommerce.com/docs/apis/rest-api/
baseURL: https://example.com/wp-json/wc/v3
tags:
- System Status
properties:
- type: OpenAPI
url: openapi/woocommerce-system-status-api-openapi.yml
- type: Documentation
url: https://developer.woocommerce.com/docs/apis/rest-api/
- type: APIReference
url: https://woocommerce.github.io/woocommerce-rest-api-docs/
- type: Authentication
url: https://woocommerce.github.io/woocommerce-rest-api-docs/#authentication
- type: JSONSchema
url: json-schema/woocommerce-rest-api-order-schema.json
- type: JSONSchema
url: json-schema/woocommerce-rest-api-product-schema.json
- type: JSONSchema
url: json-schema/woocommerce-rest-api-customer-schema.json
- type: JSONSchema
url: json-schema/woocommerce-rest-api-coupon-schema.json
- type: Documentation
url: https://developer.woocommerce.com/docs/apis/store-api/
- type: JSONSchema
url: json-schema/woocommerce-store-api-cart-schema.json
- type: JSONSchema
url: json-schema/woocommerce-store-api-store-product-schema.json
- type: JSONSchema
url: json-schema/woocommerce-store-api-checkout-schema.json
- aid: woocommerce:woocommerce-tax-rates-api
name: WooCommerce Tax Rates API
description: Manage tax rates and tax classes applied at checkout
humanURL: https://developer.woocommerce.com/docs/apis/rest-api/
baseURL: https://example.com/wp-json/wc/v3
tags:
- Tax Rates
properties:
- type: OpenAPI
url: openapi/woocommerce-tax-rates-api-openapi.yml
- type: Documentation
url: https://developer.woocommerce.com/docs/apis/rest-api/
- type: APIReference
url: https://woocommerce.github.io/woocommerce-rest-api-docs/
- type: Authentication
url: https://woocommerce.github.io/woocommerce-rest-api-docs/#authentication
- type: JSONSchema
url: json-schema/woocommerce-rest-api-order-schema.json
- type: JSONSchema
url: json-schema/woocommerce-rest-api-product-schema.json
- type: JSONSchema
url: json-schema/woocommerce-rest-api-customer-schema.json
- type: JSONSchema
url: json-schema/woocommerce-rest-api-coupon-schema.json
- type: Documentation
url: https://developer.woocommerce.com/docs/apis/store-api/
- type: JSONSchema
url: json-schema/woocommerce-store-api-cart-schema.json
- type: JSONSchema
url: json-schema/woocommerce-store-api-store-product-schema.json
- type: JSONSchema
url: json-schema/woocommerce-store-api-checkout-schema.json
- aid: woocommerce:woocommerce-webhooks-api
name: WooCommerce Webhooks API
description: Create and manage webhooks that deliver event notifications to URLs
humanURL: https://developer.woocommerce.com/docs/apis/rest-api/
baseURL: https://example.com/wp-json/wc/v3
tags:
- Webhooks
properties:
- type: OpenAPI
url: openapi/woocommerce-webhooks-api-openapi.yml
- type: Documentation
url: https://developer.woocommerce.com/docs/apis/rest-api/
- type: APIReference
url: https://woocommerce.github.io/woocommerce-rest-api-docs/
- type: Authentication
url: https://woocommerce.github.io/woocommerce-rest-api-docs/#authentication
- type: JSONSchema
url: json-schema/woocommerce-rest-api-order-schema.json
- type: JSONSchema
url: json-schema/woocommerce-rest-api-product-schema.json
- type: JSONSchema
url: json-schema/woocommerce-rest-api-customer-schema.json
- type: JSONSchema
url: json-schema/woocommerce-rest-api-coupon-schema.json
- type: Documentation
url: https://developer.woocommerce.com/docs/apis/store-api/
- type: JSONSchema
url: json-schema/woocommerce-store-api-cart-schema.json
- type: JSONSchema
url: json-schema/woocommerce-store-api-store-product-schema.json
- type: JSONSchema
url: json-schema/woocommerce-store-api-checkout-schema.json
common:
- type: AgenticAccess
url: agentic-access/woocommerce-agentic-access.yml
- type: VulnerabilityDisclosure
url: security/woocommerce-vulnerability-disclosure.yml
- type: DomainSecurity
url: security/woocommerce-domain-security.yml
- type: Authentication
url: authentication/woocommerce-authentication.yml
- type: PostmanWorkspace
url: https://www.postman.com/kinlaneapi/woocommerce/overview
- type: Arazzo
url: arazzo/woocommerce-category-variable-product-variation-workflow.yml
name: WooCommerce Category, Variable Product, and Variation
- type: Arazzo
url: arazzo/woocommerce-create-category-and-product-workflow.yml
name: WooCommerce Create Category and Product
- type: Arazzo
url: arazzo/woocommerce-create-customer-and-order-workflow.yml
name: WooCommerce Create Customer and Order
- type: Arazzo
url: arazzo/woocommerce-create-customer-with-billing-order-workflow.yml
name: WooCommerce Create Customer with Billing and Order
- type: Arazzo
url: arazzo/woocommerce-create-nested-category-product-workflow.yml
name: WooCommerce Create Nested Category and Product
- type: Arazzo
url: arazzo/woocommerce-create-order-and-refund-workflow.yml
name: WooCommerce Create Order and Refund
- type: Arazzo
url: arazzo/woocommerce-create-order-with-note-workflow.yml
name: WooCommerce Create Order with Note
- type: Arazzo
url: arazzo/woocommerce-create-product-coupon-workflow.yml
name: WooCommerce Create Product and Targeted Coupon
- type: Arazzo
url: arazzo/woocommerce-create-variable-product-with-variation-workflow.yml
name: WooCommerce Create Variable Product with Variation
- type: Arazzo
url: arazzo/woocommerce-customer-order-refund-lifecycle-workflow.yml
name: WooCommerce Customer Order Refund Lifecycle
- type: Arazzo
url: arazzo/woocommerce-guest-order-note-refund-workflow.yml
name: WooCommerce Guest Order with Note and Refund
- type: Arazzo
url: arazzo/woocommerce-register-order-webhook-workflow.yml
name: WooCommerce Register Order Webhook
- type: Arazzo
url: arazzo/woocommerce-upsert-category-workflow.yml
name: WooCommerce Upsert Product Category
- type: Arazzo
url: arazzo/woocommerce-upsert-coupon-by-code-workflow.yml
name: WooCommerce Upsert Coupon by Code
- type: Arazzo
url: arazzo/woocommerce-upsert-customer-by-email-workflow.yml
name: WooCommerce Upsert Customer by Email
- type: Arazzo
url: arazzo/woocommerce-upsert-product-by-sku-workflow.yml
name: WooCommerce Upsert Product by SKU
- type: LinkedIn
url: https://www.linkedin.com/company/woocommerce
- type: Website
url: https://woocommerce.com
- type: DeveloperPortal
url: https://developer.woocommerce.com
- type: Documentation
url: https://developer.woocommerce.com/docs/
- type: GettingStarted
url: https://developer.woocommerce.com/docs/getting-started/
- type: GitHub
url: https://github.com/woocommerce/woocommerce
- type: GitHubOrganization
url: https://github.com/woocommerce
- type: Blog
url: https://developer.woocommerce.com/blog/
- type: Support
url: https://woocommerce.com/support/
- type: Forums
url: https://wordpress.org/support/plugin/woocommerce/
- type: ReleaseNotes
url: https://developer.woocommerce.com/changelog/
- type: StatusPage
url: https://status.woocommerce.com
- type: JSONLD
url: json-ld/woocommerce-context.jsonld
- type: SpectralRules
url: rules/woocommerce-spectral-rules.yml
- type: Vocabulary
url: vocabulary/woocommerce-vocabulary.yaml
- type: Tools
url: https://github.com/woocommerce/woocommerce-rest-api-js-lib
title: WooCommerce REST API JavaScript Library
- type: Tools
url: https://github.com/woocommerce/wc-api-php
title: WooCommerce REST API PHP Library
- type: Tools
url: https://github.com/woocommerce/qit-mcp
title: WooCommerce QIT MCP Server
- type: Tools
url: https://github.com/woocommerce/wc-mcp-ability
title: WooCommerce MCP Ability Plugin
- type: SDKs
url: https://www.npmjs.com/package/@woocommerce/woocommerce-rest-api
title: WooCommerce REST API JS Library (npm)
- type: Features
data:
- Free open-source WordPress plugin
- 0% revenue share, no platform fees
- 'Hosting: $25-$350/month from chosen provider'
- 'Payment processing: ~2.50%-2.90% + $0.30 (gateway-dependent)'
- 'Extensions: $29-$299/year each'
- REST API at /wp-json/wc/v3/
- OAuth 1.0a + WooCommerce Consumer Keys
- Webhooks for order, customer, product events
- Bulk operations up to 100 items/request
- WordPress ecosystem of themes and plugins
# --- truncated at 32 KB (33 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/woocommerce/refs/heads/main/apis.yml