API Overview
HonoCommerce implements the WooCommerce REST API v3. All endpoints are available under /wp-json/wc/v3/.
Endpoints
Section titled “Endpoints”| Resource | Endpoint | Methods |
|---|---|---|
| Products | /wp-json/wc/v3/products | GET, POST, PUT, DELETE |
| Orders | /wp-json/wc/v3/orders | GET, POST, PUT, DELETE |
| Customers | /wp-json/wc/v3/customers | GET, POST, PUT, DELETE |
| Categories | /wp-json/wc/v3/products/categories | GET, POST, PUT, DELETE |
| Coupons | /wp-json/wc/v3/coupons | GET, POST, PUT, DELETE |
| Webhooks | /wp-json/wc/v3/webhooks | GET, POST, PUT, DELETE |
Response Format
Section titled “Response Format”All responses follow the WooCommerce REST API v3 JSON format. Refer to the WooCommerce REST API documentation for detailed schema information.