Integrate wordpress website to ERPNext?

Hi, I have website on wordpress. I displayed product on wordpress. I want when some one click on product inquiry or Buy then it sholud come on our ERPNext.
Simply i want to integrate our website to erpnext
Please let me know how can i?

I think this will require custom development. You can post a job here:
https://erpnext.org/erpnext-jobs

is any api available ?

ERPNext will support integration with Woocommerce in v11:
https://erpnext.org/blog/erpnext-features/integrating-erpnext-with-woocommerce

But I doubt that includes product enquiries.
Why not have the enquiries page redirect to ERPNext contact form?

As far as API is concerned, I think you’ll have to create a whitelisted function and call it using Frappe’s API.
https://frappe.io/docs/user/en/guides/integration/rest_api

1 Like