Best Practice RestAPI

Good Day

I pull supplier csv/xml pricelist from their website to import into ERPNext and working great. I use a separate python scripting on same machine as ERPNext.

I want to also use same script to update products on OpenCart, or anyone that could guide me to best practice to update both with same information?

Thank You

Albertus Geyser

Hi Albertus,

If you want to update OpenCart directly from the script, this has nothing to do with ERPNext. Check out their API :wink:

Alternatively, you could create a new “Webhook” within ERPNext that calls OpenCart whenever information about items is updated.

Best regards,
Raffael