RESTful API - Retailys

Retailys RESTful API specification

We use APIs to connect individual applications with our Retailys system. Using the API, we can, for example, insert or delete snippets (ui elements, javascript code), change data for orders, retrieve data about orders, clients and product inventory management. Endpoints are described in the API documentation.

Authorization

Authentication is performed using a token (api key), which is stored in the config in the application database after successful completion of the application setup. Each user also has their own global token that can be used for authentication.

To make working with our API easier, the RetailysService service is available, which is part of the basic application package and already contains functions that work with individual endpoints of our API. We are trying to gradually expand the service with additional functions.

Endpoints

You can view and try out the endpoints of our API here

https://api.retailys.com/v1

For greater clarity, we have moved the documentation for individual endpoints to a separate address: https://api.retailys.com/v1-redoc

Last updated