Skip to content

API Overview

HonoCommerce implements the WooCommerce REST API v3. All endpoints are available under /wp-json/wc/v3/.

ResourceEndpointMethods
Products/wp-json/wc/v3/productsGET, POST, PUT, DELETE
Orders/wp-json/wc/v3/ordersGET, POST, PUT, DELETE
Customers/wp-json/wc/v3/customersGET, POST, PUT, DELETE
Categories/wp-json/wc/v3/products/categoriesGET, POST, PUT, DELETE
Coupons/wp-json/wc/v3/couponsGET, POST, PUT, DELETE
Webhooks/wp-json/wc/v3/webhooksGET, POST, PUT, DELETE

All responses follow the WooCommerce REST API v3 JSON format. Refer to the WooCommerce REST API documentation for detailed schema information.