Shopping — entry 015 of 15
WooCommerce
WooCommerce's REST API isn't a centrally hosted service — every self-hosted WooCommerce store exposes its own instance, authenticated by a consumer key/secret pair sent as HTTP Basic Auth credentials over HTTPS, per WooCommerce's own documentation. Because CORS support depends entirely on each merchant's own server configuration rather than the protocol itself, it can't be verified as a single blanket property of "the API." The protocol ships free with the open-source plugin; the only cost is whatever the merchant already pays to host their own store.
AuthenticationBasic AuthSign up with the provider to obtain credentials.
HTTPSSupportedTraffic is encrypted in transit.
CORSUnknownNot documented — test from the browser before relying on it.
PricingFreeNo paid tier — free for the documented use case.
FormatsJSONResponses can be requested as JSON.
GreatAPIs Score
Score78
Authentication15/25Basic Auth credentials required
Pricing20/20Free to use
Docs14/20Documentation URL provided
Formats9/15Single response format
Freshness20/20Verified within 6 months
Auth quickstart
- Sign up with the provider to get an API key.
- Send it on every request as a header
Authorization: <key> - The exact header isn't documented — Authorization is a common default; confirm in the provider's docs.
Stored keyNo key stored
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.