I want to use the Woocommerce REST API to get json data using PHP. How will i get that?
The cURL code is :
curl https://example.com/wc-api/v3/products
-u consumer_key:consumer_secret
Node.js returns json but php api isn’t? Is there php api to return json data?
After getting data in the form of PHP Arrays just convert it into JSON:
For PHP, You got to use WooCommerce REST API PHP Client Library
Here is an example