EDI - Electronic Data Interchange
If your business needs to receive POs and, send shipment acknowledgements and invoices via EDI, NolaPro integrates with the Commerce Hub platform to help facilitate these transactions. Please contact support@nolapro.com for more information.
You can also use the NolaPro API to manage getting data into and out of the system.
The NolaPro API will allow you to pass over customer, order and payment information into NolaPro.
The API has been created to allow 3rd party applications to easily put data into and get data out of your system. It also ensures that information coming into the system adheres to your core business rules.
The API is based on a REST-style architecture and uses HTTP/HTTPS to manage communication between systems.
Any programming language that can send post information via HTTP and can parse XML will interact with this API. We have constructed a PHP wrapper class that provides methods to simplify communication between the API and 3rd party apps.
An 18 page documentation manual is also available for free to help you get the most out of the API's functions. Download it here: www.nolapro.com/nolapro_api.pdf
Download the test code for npapi.php as referred to in the .pdf instructions here: www.nolapro.com/npapi.zip