Erimell API V1 docs

An easy way to fetch products from our warehouse to your online store with product information, stock and prices.

How to use

  • Base URL of the API is https://api.erimell.ee/v1/
  • At the moment GET requests can be made to /tires and /products resources.
  • Personal access key is needed as a key parameter of the request (example below).

Tires

/tires resource returns all products that are tires.

Other products beta

/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.

Limitations

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.

Data update frequency

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.

For testing

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)

Get access

To use the API you will need a personal access key. Please contact ott@erimell.ee .

AS Erimell | ott@erimell.ee