Jump to content

Getting error in API Integration


alexpaul
 Share

Recommended Posts

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 by kongondo
potential spam: link removed
Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...