Intro

This page will help you get started using the IdoSell API. You'll be up and running in no time!

We are developing the IdoSell system according to the principle of openness based on APIs. The system is SaaS, so in simple terms: every merchant will have the same system, with the same capabilities and one version. The different panels will differ in data and configuration. Each API, of each merchant, will be accessed in the same way, differing by the API address (the panel address, consisting of the panel number and the repetitive part of the address) and the API access key.

One of the unique features of IdoSell, is the possibility to use different APIs (all APIs are documented on www.idosell.com/developers), optimised for different purposes. In this documentation, we describe the Admin API, which is an interface with which you can integrate programs that perform operations around the same logic as a live person would through the admin panel. If you want to test how a function works or what it does, you can use the Sandbox Demo. Once logged into the panel, perform the operation manually and then determine what API gateway does the same thing. With that said, despite your best efforts, not everything you can do in the admin panel is available in the Admin API. If you are very much missing a gateway or method, please feel free to contact us.

Each Admin API, each merchant will be accessed in the same way, differing by the API address (the panel address, consisting of the panel number and the repetitive part of the address) and the API access key.

Updates policy to the API and systems

We release system changes and patches almost daily. These are installed automatically on all customers. For security reasons, changes are installed on a small group of systems to start with, then a larger group, and only after a week on all of them. In a nutshell, all new features are available on all merchants after a maximum of 2 weeks.

To download openapi spec use "https://{domain}/api/doc/admin/v{X}/json" url.


Did this page help you?