Product Categories | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

Product Categories

I'm working on a local Wordpress server and a local NodeJS server. Everything was working fine until I changed some products on Woocommerce, and I started getting this error when trying to call the API. { errors: [ { code: "woocommerce_api_authentication_error", message: "oauth_consumer_key parameter is missing" } ] }

14th Dec 2017, 7:51 AM
Wyut Yi Hnin
Wyut Yi Hnin - avatar
1 Answer
+ 4
oauth_consumer_key parameter is missing <-- did you pass your oauth_consumer_key? Given that we can't see the entirety of your WP and Woocommerce code You're probably not going to get much of an answer here. Do you have an oauth consumer key registered that you can pass to the woocommerce_api_authentication? You may need to read woocommerce's oauth API documentation to help find your answer. Good Luck.
14th Dec 2017, 8:32 AM
ChaoticDawg
ChaoticDawg - avatar