An easy way to fetch products from our warehouse to your online store with product information, stock and prices.
https://api.erimell.ee/v1//tires and /products resources.
key parameter of the request (example below).
/tires resource returns all products that are tires.
/products resource returns all products that are not tires.
This endpoint is currently available as beta. Though, we do our best not to make breaking changes.
At the moment the number of requests to the API is restricted to a maximum of 60 requests per minute. All the requests are logged! We will contact (or limit) the user if any sort of abuse is related to the user's access key.
Usually the data (prices and stock) is updated after every 30 minutes. During the high season, more frequent updates from our side are possible.
For example, if your online store fetches new data every hh:00 and hh:30 then you can be sure that you have the most recent data.
To see the demo output of the API you can use the GET requests given below. These return the first
10 products of our live API, access key is test.
https://api.erimell.ee/v1/tires?key=test
https://api.erimell.ee/v1/products?key=test (beta)
To use the API you will need a personal access key. Please contact ott@erimell.ee .