简体   繁体   中英

module that synchronize prestashop 1.6 with erp

I am a new programmer and don´t have experience. I need to create a module(or class) (in php) that synchronize the prestashop web service to my erp. I just activated the web service and works properly (myshop/api or myshop/api/customers eg), but I don´t know what is next step. I need that my module detect any changes in prestashop and send/update the erp. Please help.Thx

You can either with hooks know that information has been changed, and so triggered an update, or went through spots crons.

On the other hand it is necessary to see what your ERP is and how it can be contacted, we have already treated several ERP with Prestashop, and each ERP has its constraints.

You should therefore learn more about the ERP and the information you want to update.

Regards,

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM