Authentication error with REST API
-
Hi,
I have a WooCommerce website and I am building an app for it (HTML, ANGULARJS). I need to get the products from the website to show them into the app and I am using the REST API.
To get the products from WooCommerce I am using the WooCommerce REST API PHP Client Library and I manage to get the products appear on screen via echo jsonencode.
I need to get the products via the URL but when I go to https://example.com/wc-api/v3/products I get the error
{"errors":[{"code":"woocommerce_api_authentication_error","message":"oauth_consumer_key parameter is missing"}]}
What have I missed? How do I obtain the oauth consumer key and where do I add it?
Thanks
Jeff
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Authentication error with REST API’ is closed to new replies.