wcs-rest-api
Installation
SKILL.md
WooCommerce Subscriptions REST API
Use the latest wc/v3 controllers for new admin/server integrations. WCS also registers v1/v2 and a legacy WC API for compatibility; do not choose them for new work.
API boundary
The WCS REST API is an authenticated store-management API. It is not a shopper-facing subscription-management API and it is not the Woo Store API.
- Server/admin API:
/wp-json/wc/v3/subscriptions... - Shopper cart/checkout API:
/wp-json/wc/store/v1... - APFS plan management: authenticated
wc/v3routes
Never expose Woo consumer secrets in a browser or mobile app. A customer portal needs your own authenticated REST controller that checks subscription ownership/capabilities and calls WCS domain methods.
Route map
WCS 9.0 registers: