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.
Solid contracts, transparent operations, and an easy start — typically complete on four or five facets with one clear soft spot.
API Evangelist profiles WooCommerce the way a machine reads it — 286 machine-readable artifacts across 21 APIs, pulled from the provider's own public surface and indexed so a developer, an analyst, or an AI agent can evaluate it against every other provider on the network.
Every provider in the network is reduced to the same set of machine-readable artifacts — OpenAPI contracts, event specifications, GraphQL schemas, runnable collections, pricing and rate-limit signals, security posture, OAuth scopes, and the agent surfaces (MCP servers and skills) that let software drive the API on its own. We profile them because the interface is the part of a company you can actually inspect: it is a truer signal of what a provider does than any marketing page. From those artifacts we compute the Kin Score — WooCommerce scores 67.7/100 (strong), with a separate agent-readiness read of 65/100 (agent native). The full breakdown is below, followed by every artifact we hold — each card links through to its machine-readable definition on apis.io.
Kin Score
This is the API Evangelist rating — a single, repeatable read computed from the artifacts on this page. Green fill is points earned; the red track is points possible, so every bar shows earned-versus-possible at a glance.
How we profile WooCommerce
Each block below is one kind of artifact we hold for WooCommerce. For each we say what it is and why it earns a place in the profile, then list every one we've indexed — capped at two rows, scroll within the panel for the rest.
APIs 21
Each API is captured as its own OpenAPI definition — every operation, parameter, and response. This is the single most useful machine-readable description of what an API does, and it's what lets us score, lint, mock, and generate against it without asking the provider for anything.
Individual APIs this provider publishes, each with its own machine-readable definition.
WooCommerce Webhook Events
WooCommerce delivers real-time event notifications via HTTP POST webhooks for orders, products, customers, coupons, and subscriptions lifecycle changes. Webhooks are configured ...
WooCommerce GraphQL API
WooCommerce GraphQL support is provided by the WPGraphQL WooCommerce extension (WooGraphQL), an open-source WordPress plugin that exposes the full WooCommerce data model through...
WooCommerce Cart API
Manage the current shopper's cart session including items, coupons, and shipping
WooCommerce Checkout API
Submit and manage the checkout process for the current shopper
WooCommerce Coupons API
Create, retrieve, update, and delete discount coupons
WooCommerce Customers API
Create, retrieve, update, and delete customer accounts
WooCommerce Order Notes API
Manage private and customer-facing notes on orders
WooCommerce Order Refunds API
Create and retrieve refunds associated with orders
WooCommerce Orders API
Create, retrieve, update, and delete customer orders
WooCommerce Payment Gateways API
Retrieve and configure available payment gateways
WooCommerce Product Attributes API
Retrieve global product attributes and their terms for filtering
WooCommerce Product Categories API
Manage product categories used to organize the store catalog
WooCommerce Product Reviews API
Retrieve customer reviews on products
WooCommerce Product Tags API
Retrieve product tags for filtering
WooCommerce Product Variations API
Manage variations of variable products including price, stock, and attributes
WooCommerce Products API
Create, retrieve, update, and delete store products and their variations
WooCommerce Reports API
Retrieve aggregated sales, product, and customer report data
WooCommerce Shipping Zones API
Manage shipping zones, their locations, and shipping methods
WooCommerce System Status API
Retrieve system environment, active plugins, and store configuration status
WooCommerce Tax Rates API
Manage tax rates and tax classes applied at checkout
WooCommerce Webhooks API
Create and manage webhooks that deliver event notifications to URLs
Scroll within the panel for all 21 ·
Postman Collections 2
A runnable collection turns the contract into something a developer can execute in seconds. We profile them because the fastest way to trust an API is to make a real call against it.
Ready-to-run Postman collections for exercising this provider's APIs.
WooCommerce REST API
POSTMANWooCommerce Store API
POSTMANOpen Collections 2
Open, tool-agnostic collections carry the same runnable value as Postman without locking you to one client — the portable, forkable form of the same exercise.
Open, tool-agnostic API collections (OpenAPI-derived and Bruno).
WooCommerce REST API
OPEN COLLECTIONWooCommerce Store API
OPEN COLLECTIONArazzo Workflows 16
Real integrations are rarely a single call. Arazzo describes the multi-step sequences — auth, then create, then confirm — so both a human and an agent can follow the choreography, not just the endpoints.
Multi-step API workflows described with the Arazzo specification.
WooCommerce Category, Variable Product, and Variation
Create a category, a variable product in it, a variation, and confirm the variation.
ARAZZOWooCommerce Create Category and Product
Create a product category, create a product assigned to it, then read the product back.
ARAZZOWooCommerce Create Customer and Order
Create a customer account and place an order on their behalf, then read the order back.
ARAZZOWooCommerce Create Customer with Billing and Order
Create a customer with a full billing address, then place an order reusing that address.
ARAZZOWooCommerce Create Nested Category and Product
Create a parent category, a child category under it, and a product in the child.
ARAZZOWooCommerce Create Order and Refund
Place an order, mark it completed, then issue a refund against it.
ARAZZOWooCommerce Create Order with Note
Place an order and attach an internal or customer-facing note to it.
ARAZZOWooCommerce Create Product and Targeted Coupon
Create a product, then create a coupon restricted to that product.
ARAZZOWooCommerce Create Variable Product with Variation
Create a variable product and add a single purchasable variation to it.
ARAZZOWooCommerce Customer Order Refund Lifecycle
Onboard a customer, place and complete their order, then refund it end to end.
ARAZZOWooCommerce Guest Order with Note and Refund
Place a guest order, annotate it with a note, then refund it.
ARAZZOWooCommerce Register Order Webhook
Create a webhook subscribed to an order event and confirm it was registered.
ARAZZOWooCommerce Upsert Product Category
Find a product category by slug and create it only if it does not already exist.
ARAZZOWooCommerce Upsert Coupon by Code
Find a coupon by its code and create it only if it does not already exist.
ARAZZOWooCommerce Upsert Customer by Email
Find a customer by email and create the account only if it does not already exist.
ARAZZOWooCommerce Upsert Product by SKU
Find a product by its SKU and create it only if no matching product exists.
ARAZZOScroll within the panel for all 16 ·
MCP Servers 1
Model Context Protocol servers expose these APIs directly to AI agents. We profile them because agent-native access is the fastest-growing way this provider's capabilities actually get used.
Model Context Protocol servers that expose these APIs to AI agents.
MCP Server
MCP SERVERGraphQL 1
Where a provider ships GraphQL, the schema is the contract. We profile it alongside the REST surface so the whole interface is legible in one place.
GraphQL schemas published by this provider.
WooCommerce GraphQL
WooCommerce provides GraphQL support via the **WPGraphQL WooCommerce** extension (also known as **WooGraphQL**). This is an open-source WordPress plugin that exposes WooCommerce...
GRAPHQLPricing Plans 1
Pricing is part of the interface. Machine-readable plans tell you what a tier costs and includes before you commit — one of the six things the Kin Score reads for commercial clarity.
Published pricing tiers and plan structures.
Rate Limits 1
Rate limits are the difference between a demo that works and a production integration that doesn't fall over. Publishing them is an operational-transparency signal — and a hard requirement for any agent that plans its own throughput.
Documented rate limits and quota policies.
Woocommerce Rate Limits
RATE LIMITSFinOps 1
Cost, billing, and metering signals let a buyer model the financial operations of an API before it's live. We profile them for the same reason we profile pricing: the money is part of the contract.
Cost, billing, and metering signals for API financial operations.
Woocommerce Finops
FINOPSFeatures 16
The notable capabilities this provider advertises, captured as structured features so they can be searched and compared instead of read one landing page at a time.
Notable capabilities this provider offers.
Scroll within the panel for all 16 ·
Event Specifications 1
Not every API is request/response. AsyncAPI describes the event-driven and streaming side — the webhooks and channels — so the asynchronous half of the interface is documented the same way the synchronous half is.
AsyncAPI definitions for this provider's event-driven and streaming APIs.
WooCommerce Webhook Events
The WooCommerce webhook system delivers real-time HTTP POST event notifications to a subscriber-configured endpoint URL whenever specific store events occur. Supported topics co...
ASYNCAPISemantic Vocabularies 33
JSON-LD contexts give the data shared meaning across APIs. We profile them because semantics are what let a machine reconcile 'customer' here with 'customer' somewhere else.
JSON-LD contexts and semantic vocabularies used across these APIs.
Woocommerce Context
JSON-LDWoocommerce Rest Api Context
JSON-LDScroll within the panel for all 33 ·
Spectral Rules 3
Governance rulesets we run against this provider's specs — the automated checks behind parts of the score. Profiling them makes the quality bar explicit and re-runnable, not a matter of opinion.
JSON Schema 57
Standalone JSON Schema definitions describe the data models behind the API. We profile them so the shapes are validatable on their own — useful long after a single request is forgotten.
Standalone JSON Schema definitions for this provider's data models.
WooCommerce Order
JSON SCHEMAWooCommerce Product
JSON SCHEMAAddress
JSON SCHEMABatchProductRequest
JSON SCHEMABatchProductResponse
JSON SCHEMACouponInput
JSON SCHEMACoupon
JSON SCHEMACustomerDownload
JSON SCHEMACustomerInput
JSON SCHEMACustomer
JSON SCHEMALineItem
JSON SCHEMAMetaData
JSON SCHEMAOrderInput
JSON SCHEMAOrderNoteInput
JSON SCHEMAOrderNote
JSON SCHEMAOrderRefundInput
JSON SCHEMAOrderRefund
JSON SCHEMAOrder
JSON SCHEMAPaymentGatewayInput
JSON SCHEMAPaymentGateway
JSON SCHEMAProductAttribute
JSON SCHEMAProductCategoryInput
JSON SCHEMAProductCategory
JSON SCHEMAProductImage
JSON SCHEMAProductInput
JSON SCHEMAProduct
JSON SCHEMAProductVariationInput
JSON SCHEMAProductVariation
JSON SCHEMASalesReport
JSON SCHEMAShippingMethod
JSON SCHEMAShippingZone
JSON SCHEMASystemStatus
JSON SCHEMATaxRate
JSON SCHEMAWebhookInput
JSON SCHEMAWebhook
JSON SCHEMAAddCartItemInput
JSON SCHEMAAttributeTerm
JSON SCHEMACartCustomerInput
JSON SCHEMACartItem
JSON SCHEMACart
JSON SCHEMACartShippingRate
JSON SCHEMACartTotals
JSON SCHEMACheckoutInput
JSON SCHEMACheckoutOrder
JSON SCHEMACheckout
JSON SCHEMAProductCollectionData
JSON SCHEMAStoreAddress
JSON SCHEMAStoreBrand
JSON SCHEMAStoreOrder
JSON SCHEMAStoreProductAttribute
JSON SCHEMAStoreProductCategory
JSON SCHEMAStoreProductImage
JSON SCHEMAStoreProductPrice
JSON SCHEMAStoreProduct
JSON SCHEMAStoreProductTag
JSON SCHEMAStoreReview
JSON SCHEMAWooCommerce Webhook
JSON SCHEMAScroll within the panel for all 57 ·
JSON Structure 57
JSON Structure captures the data shapes in a form built for tooling — a complement to JSON Schema that keeps the model machine-legible.
JSON Structure definitions describing this provider's data shapes.
Woocommerce Order Structure
JSON STRUCTUREWoocommerce Product Structure
JSON STRUCTUREWoocommerce Rest Api Address Structure
JSON STRUCTUREWoocommerce Rest Api Batch Product Request Structure
JSON STRUCTUREWoocommerce Rest Api Batch Product Response Structure
JSON STRUCTUREWoocommerce Rest Api Coupon Input Structure
JSON STRUCTUREWoocommerce Rest Api Coupon Structure
JSON STRUCTUREWoocommerce Rest Api Customer Download Structure
JSON STRUCTUREWoocommerce Rest Api Customer Input Structure
JSON STRUCTUREWoocommerce Rest Api Customer Structure
JSON STRUCTUREWoocommerce Rest Api Line Item Structure
JSON STRUCTUREWoocommerce Rest Api Meta Data Structure
JSON STRUCTUREWoocommerce Rest Api Order Input Structure
JSON STRUCTUREWoocommerce Rest Api Order Note Input Structure
JSON STRUCTUREWoocommerce Rest Api Order Note Structure
JSON STRUCTUREWoocommerce Rest Api Order Refund Input Structure
JSON STRUCTUREWoocommerce Rest Api Order Refund Structure
JSON STRUCTUREWoocommerce Rest Api Order Structure
JSON STRUCTUREWoocommerce Rest Api Payment Gateway Input Structure
JSON STRUCTUREWoocommerce Rest Api Payment Gateway Structure
JSON STRUCTUREWoocommerce Rest Api Product Attribute Structure
JSON STRUCTUREWoocommerce Rest Api Product Category Input Structure
JSON STRUCTUREWoocommerce Rest Api Product Category Structure
JSON STRUCTUREWoocommerce Rest Api Product Image Structure
JSON STRUCTUREWoocommerce Rest Api Product Input Structure
JSON STRUCTUREWoocommerce Rest Api Product Structure
JSON STRUCTUREWoocommerce Rest Api Product Variation Input Structure
JSON STRUCTUREWoocommerce Rest Api Product Variation Structure
JSON STRUCTUREWoocommerce Rest Api Sales Report Structure
JSON STRUCTUREWoocommerce Rest Api Shipping Method Structure
JSON STRUCTUREWoocommerce Rest Api Shipping Zone Structure
JSON STRUCTUREWoocommerce Rest Api System Status Structure
JSON STRUCTUREWoocommerce Rest Api Tax Rate Structure
JSON STRUCTUREWoocommerce Rest Api Webhook Input Structure
JSON STRUCTUREWoocommerce Rest Api Webhook Structure
JSON STRUCTUREWoocommerce Store Api Add Cart Item Input Structure
JSON STRUCTUREWoocommerce Store Api Attribute Term Structure
JSON STRUCTUREWoocommerce Store Api Cart Customer Input Structure
JSON STRUCTUREWoocommerce Store Api Cart Item Structure
JSON STRUCTUREWoocommerce Store Api Cart Shipping Rate Structure
JSON STRUCTUREWoocommerce Store Api Cart Structure
JSON STRUCTUREWoocommerce Store Api Cart Totals Structure
JSON STRUCTUREWoocommerce Store Api Checkout Input Structure
JSON STRUCTUREWoocommerce Store Api Checkout Order Structure
JSON STRUCTUREWoocommerce Store Api Checkout Structure
JSON STRUCTUREWoocommerce Store Api Product Collection Data Structure
JSON STRUCTUREWoocommerce Store Api Store Address Structure
JSON STRUCTUREWoocommerce Store Api Store Brand Structure
JSON STRUCTUREWoocommerce Store Api Store Order Structure
JSON STRUCTUREWoocommerce Store Api Store Product Attribute Structure
JSON STRUCTUREWoocommerce Store Api Store Product Category Structure
JSON STRUCTUREWoocommerce Store Api Store Product Image Structure
JSON STRUCTUREWoocommerce Store Api Store Product Price Structure
JSON STRUCTUREWoocommerce Store Api Store Product Structure
JSON STRUCTUREWoocommerce Store Api Store Product Tag Structure
JSON STRUCTUREWoocommerce Store Api Store Review Structure
JSON STRUCTUREWoocommerce Webhook Structure
JSON STRUCTUREScroll within the panel for all 57 ·
Examples 57
Real request and response payloads are what turn a spec from abstract into obvious — and they're one of the twelve things an agent needs to call an API correctly on the first try.
Example request and response payloads for these APIs.
Woocommerce Order Example
EXAMPLEWoocommerce Product Example
EXAMPLEWoocommerce Webhook Example
EXAMPLEScroll within the panel for all 57 ·
Security Posture 3
Authentication, domain security, vulnerability disclosure, and trust-center signals — the evidence that a provider takes security seriously enough to document it. We profile it because you can't govern what you can't see.
Authentication, domain security, vulnerability disclosure, and trust-center signals.
Agentic Access 1
An x-agentic-access contract marks which operations are safe for an agent to run on its own and which need a human in the loop. It is the difference between an API an agent can use and one it can use safely.
Recommended x-agentic-access execution contracts for AI agents.
Use Cases 5
What developers actually build with this provider — captured so the catalogue answers 'what is this for', not just 'what does this expose'.
What developers build with this provider.
Headless Storefront
Build custom React or Vue frontends using the Store API for products, cart, and checkout.
ERP Integration
Sync orders and inventory with ERP systems via the REST API and webhooks.
Order Fulfillment
Automate order fulfillment workflows using webhook notifications and REST API updates.
Product Catalog Sync
Sync product catalog from a PIM system to WooCommerce via the REST API.
Analytics and Reporting
Pull sales reports and customer data via the Reports API for BI tools.
Integrations 7
Pre-built integrations with other platforms tell you where this provider already fits in a stack.
Pre-built integrations with other platforms and tools.
WordPress
WooCommerce runs as a WordPress plugin and uses the WordPress REST API infrastructure.
PayPal
Official PayPal payment gateway integration for WooCommerce.
Stripe
Official Stripe payment gateway integration.
ShipStation
Order fulfillment and shipping integration.
Mailchimp
Email marketing integration for customer segmentation and abandoned cart.
Reddit Ads
Official Reddit for WooCommerce integration for ad conversion tracking.
Official Pinterest for WooCommerce integration for product sync.
Scroll within the panel for all 7 ·
Resources
Every other property we hold for WooCommerce — documentation, portals, status pages, policies, and corporate surface — grouped by the job it does, following the integrator's arc from getting started to running in production.
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 within the panel for all 19 ·
Build 8
SDKs, sample code, and the tooling you integrate with
Scroll within the panel 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
← All providers · Data indexed from github.com/api-evangelist/woocommerce · machine-readable index on apis.io