REST API Issue over non HTTPS woocommerce_api_authentication_error
-
Hi,
Can anyone help me setup me REST API on my woocommerce store over non https. For http as per the docs we need to setup client library to make api calls
Just confused how do we setup client library https://github.com/kloon/WooCommerce-REST-API-Client-Library.
In which folder i need to put these client library files??
https://www.example.com/wc-api/v3/ – I get the json response, but if i append https://www.example.com/wc-api/v3/orders or any other calls i get following erros
{“errors”:[{“code”:”woocommerce_api_authentication_error”,”message”:”oauth_consumer_key parameter is missing”}]}
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘REST API Issue over non HTTPS woocommerce_api_authentication_error’ is closed to new replies.