API integration with Econt provides the following options (version 1.0 / 24.04.2018):
- information about user of e-econt (addresses for sending and receiving shipments)
HTTP request type - POST!
Authentication using SSL client certificates is currently not supported, but you can use an SSL connection and authorize in the query. The credentials below should be provided as BASIC authentication header in the http request.
For the test system (http://demo.econt.com/ee/services/) you can use the following credentials:
- username: iasp-dev
- password: 1Asp-dev
Important! The DEMO endpoints for the services are different than the production ones!
You need to replace the following in the URLs for every endpoint if you wish to set up DEMO implementation first:
ee.econt.com/services" <-> "demo.econt.com/ee/services"
For the production system (http://ee.econt.com/services/) you can use:
- an existing e-econt user's credentials
- register a new user here or by contacting an Econt employee
Here you can see how a query is sent to the API and how to convert PHP arrays from/to XML. The example contains only required fields and frequently used services.
Here you can see instructions for deliveries to and from Greece via Econt API.
Here you can see instructions for implementation of Office Locator.
For questions, you may file service requests by e-mail at
support_integrations@econt.com. Our Service Desk Agent will help you solve technical problems and provide technical advice.