alexpaul Posted December 21, 2018 Posted December 21, 2018 (edited) Did anyone know how to integrate API in WooCommerce? I am not much aware of PHP. I am doing it myself following the reference article WooCommerce API Integration Reference: WooCommerce Rest API I am getting an unknown error in the index.php file.$query = ['date_min' => '2018-11-01', 'date_max' => '2018-11-30'];$sales = $woocommerce->get('reports/sales', $query);$sale = $sales[0]["total_sales"];} Edited December 21, 2018 by kongondo potential spam: link removed
kongondo Posted December 21, 2018 Posted December 21, 2018 Hi @alexpaul, Glad tidings or spamming us? I have removed the link in your post. If your question is not related to ProcessWire, please check in the WooCommerce support boards instead.
Recommended Posts