added integrations

This commit is contained in:
Arsen Mirzaev Tatyano-Muradovich 2025-01-16 13:59:59 +07:00
parent 9e31e692c6
commit db9632cc72

View File

@ -30,6 +30,26 @@ Base for creating shop chat-robots using Web App technology for ![Telegram](http
26. Acquiring company selection system (ready for scaling) 26. Acquiring company selection system (ready for scaling)
27. Sending paid orders to the operators chat with the customer contacts 27. Sending paid orders to the operators chat with the customer contacts
## Integrations
### Import
*Methods for importing products into the shop*<br>
1. Excel-file (products and categories)
### Images download
*Methods of transferring images when importing products into shop*<br>
1. ![Yandex.Disk](https://360.yandex.ru/disk/) (russian) (![API](https://yandex.com/dev/disk/))
### Delivery companies
*Companies that deliver products from the shop*<br>
1. ![CDEK](https://www.cdek.ru/) (russian) (![API](https://api-docs.cdek.ru/29923741.html)) (![PHP library](https://github.com/TTATPuOT/cdek-sdk2.0))
### Acquiring companies
*Companies that provide acquiring for the shop*<br>
1. ![Robokassa](https://robokassa.com) (russian) (no swift) (![API](https://docs.robokassa.ru/pay-interface/))
## Dependencies ## Dependencies
1. ![PHP 8.4](https://www.php.net/releases/8.4/en.php) 1. ![PHP 8.4](https://www.php.net/releases/8.4/en.php)
2. ![MINIMAL](https://git.svoboda.works/mirzaev/minimal) (PHP framework) 2. ![MINIMAL](https://git.svoboda.works/mirzaev/minimal) (PHP framework)