WooCommerce 2.1 REST API does not works
-
I’ve installed WordPress, WooCommerce, enabled the REST API, added Consumer and Secret Key
I tried to use it link https://www.mydomain.com/subsite/wc-api/v1/orders
and gotNot Found The requested URL /subsite/wp-api/v1/ was not found on this server.
used other method
curl https://www.example.com/subsite/wc-api/v1/orders \
-u consumer_key:consumer_secret<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL /subsite/wc_api/v1/orders was not found on this server.</p> </body></html> curl: (6) Could not resolve host:
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘WooCommerce 2.1 REST API does not works’ is closed to new replies.