I am entirely new to Epicor ERP. I want to design a system with Epicor as the backend and react js as the frontend. The problem is that I can't find the Epicor API Documentation anywhere. From where do I get the API documentation? Please help me.

1 Answer

You can find documentation by navigating to your Epicor server like this

 epicor server]/EpicorERP/api/help/v2/ 

There you will find all of the different categories of APIs available, such as Business Objects, Reports, Libraries, Procedures, Etc. Here is one service exposed by the Business Object

 epicor server]/EpicorERP/api/help/v2/odata/ 

This is a swagger page that goes very well into detail on how to interact with the API

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.