@luminus, I’m trying to achieve the same as @vnzhlv.
I’m trying to integrate WooCommerce with a company’s ERP.
I need to do a cronjob to request the data to the ERP API, and then update WooCommerce accordingly.
Do you recon it is best to parse the response of this request to a JSON/CSV and then do import via whatever importer I’m using?