I have to implement in wordpress api in woocommerce. I refer this site setby setup bt i am not clear how to implement
https://woothemes.github.io/woocommerce-rest-api-docs/v2.html#version
My folder structure is Wordpress/wp-content,wp-admin,wp-includes
In woocommerce/include/api folder i have copied and put them in wordpress/api
<?php print_r($woocommerce->customers->get()); ?>
how to get in my wordpress site $woocommerce
variable?
I am very new to wordpress and woocommerce
how to start to implement in wc-api in wordpress?