Hi guys, I have an ERP supplier and i want to write an API for that ERP so i can sell as an addon, Can you please guide me to the easiest way to do this?
The ERP contains items with sizes and different colours,prices and stock quantity.
That's not an ERP that's a product manager. You will generally want to use the SOAP/Rest interface but it's really not that simple as you have two way sync, orders flows, crm, etc. and Magento doesn't have all the hooks so you need to code APIs yourself.
Hi, that's is what i want to do!
but how is this possible?
How should i use the interface and how from that interface i can connect the ERP?