Search code examples
wordpress-rest-apiwoocommerce-rest-api

Why is woocommerce rest api not working? I am trying to access product details as json through woocommerce rest api


I am trying to access product details as json through woocommerce rest api. Rest api is enabled in backend and cusumer key and secret is also generated some how it's not working please suggest me.

enter image description here


Solution

  • You need to choose the correct authorization type which is OAuth 1.0 and then you input your consumer key and secret in the empty fields.