/insalesapi

API for insales.ru market platform

Primary LanguagePython

Hi all!

This module contains classes those implement integration with isSales SaaS eCommerce platform.

Basically you should use Dao classes form insaleapi package, instantiating them using your api_key,
api_password(you'llget those in your insales backoffice) and host of shop, example www.skychip.ru or
skychip.myinsales.ru.

Methods are simple they all return lists of typed objects from insalesapi.object package. If you're IDE
understands EpiDoc you'll be twice happier, coz almost all function have marked return types.
Everything is quite simple and intuitive, if not, feel free to submit ticket.

More on insales www.insales.ru.

Good luck, and feel free to ask any question by email: batiyiv at gmail dot com.

This API helped me to upload our whole catalog of products with photo to insales server. However Insales platform is pretty raw and contains lots of bugs itself (including documentation). So as soon as they fix some of bugs i'll fix some functions.