WooCommerce REST API
The WooCommerce REST API is the primary server-side interface for reading and writing WooCommerce store data programmatically. It follows REST conventions, uses JSON, and is integrated with the WordPress REST API under /wp-json/wc/v3/. The API covers products, variations, categories, attributes, orders, customers, coupons, tax rates, shipping zones, payment gateways, settings, webhooks, reports, and system status. Authentication uses Consumer Key and Consumer Secret pairs via HTTP Basic Auth or OAuth 1.0a.
Documentation
Documentation
https://developer.woocommerce.com/docs/apis/rest-api/
APIReference
https://woocommerce.github.io/woocommerce-rest-api-docs/
Authentication
https://woocommerce.github.io/woocommerce-rest-api-docs/#authentication
Specifications
Schemas & Data
JSONSchema
json-schema/woocommerce-rest-api-order-schema.json
JSONSchema
json-schema/woocommerce-rest-api-product-schema.json
JSONSchema
json-schema/woocommerce-rest-api-customer-schema.json
JSONSchema
json-schema/woocommerce-rest-api-coupon-schema.json
OpenAPI
#eCommerce
#Orders
#Products
#REST