Overview
Deante's API is a platform for automating the exchange of product data and inventory information with customers' sales platforms.
What is API?
In a nutshell, an API (Application Programming Interface) can be described as a set of solutions by which two applications can communicate with each other. Such a programming interface provides "endpoints", through which other applications and services can use some range of functionality intended by the programmer for the application issuing the API.
API in JSON file format
Currently, the Deante API is being developed with a new data exchange standard based on JSON files. We encourage all customers to switch to this solution as it allows to transfer more data. The structure of JSON files is available here.
Available API endpoints
Product catalog
https://api.deante.pl/api/products
Stocks
https://api.deante.pl/api/stocks
With addition of API_KEY to above links customers can get data of all Deante products and stocks. Learn how to pass API_KEY on the next page!