wordpress - Using the woocommerce API using PHP -
i'm using woocommerce api first time , need it.
i thought i'll start easy , use site title returned.
i read documentation @ https://woothemes.github.io/woocommerce-rest-api-docs/?php#view-index-list complex , doesn't provide details first steps need connect api.
i have enabled rest api on woocommerce powered site.
my questions are,
- how connect api ? documentation tell me run
<?php print_r($woocommerce->get('')); ?>
supposed run ? - how authenticate myself keys generated api ?
i appreciate help, thanks.
this link should able youl https://www.skyverge.com/blog/using-woocommerce-rest-api-introduction/ need understand keys authentication. kind of entry password site's api. need acknowledge key within code api request followed api requirements. hope helps.
Comments
Post a Comment