You can use API (Application programming interface) to communicate with us automatically. The software on your side communicates with the software on our side. This way we can provide you with, e.g. data about the goods, their price and the number of pieces we have in stock. Communication is made using the HTTP protocol, it is secured by an SSL certificate, and the data in requests as well as in responses are sold in JSON format.
What can our API do?
There are several basic features already available:- Product search in the SOS electronic database
- Detailed information about goods
- List of your open orders
- List of invoices
Before the actual call, user authentication is required. It is carried out using the OAuth2 protocol.
We have the documentation for programmers ready in the English language, and it is available at https://api-customer.sos.sk/docs.
How to request access to API?
It is very simple. Request access details from our salesman with whom you communicate.You can find his name, e.g. even after logging in to the e-shop at the top right of the screen.
We will then create a login name + password for you and send them to you along with instructions on how to start automated communication.
And REST API technology will take care of everything else.