Cron scheduled export?

Hello,

I am wondering if its possible to make some kind of scheduled export?
What I am thinking is I want for example to export every 24 hours my stock quantities and fetch via another cron to my website (woocommerce) in order to update stock.

Basically what I need is the scheduled export from eprnext if that is possible.

Anyone else done something like that?

Regards,
George

@xdelios,

You will need to write the custom method to export your data from ERPNext and import it in woocommerce.

You can call this customized method via scheduler job, for 24 hours use the daily event.

Or you can use the ERPNext API and pull the data into your woocommerce application through cronjob

Thanks,
Makarand