Integration with SalesDrive
CRM system - SalesDrive ?
SalesDrive is a 🇺🇦 CRM system for online stores founded in 2012.
SalesDrive automates order processing, creation and tracking of TTN statuses, stock accounting. SalesDrive captures communications with the client (calls, SMS, email) and helps to control the work of managers.
What does integration include?
1. Transfer of goods to the CRM system
The link goes by product id. If at the time of integration you already have products in the system, then you need to specify its id for each product from the site, so we will link the product from the site with the product in the CRM system.
If you decide to use the CRM system and have not yet entered the goods, then you can use this module to unload the goods. When unloading goods, information about the goods will be sent to the CRM system:
- product id
- Product Name
- product image
- cost of goods
- item number
- product description
2. Transferring orders to the CRM system
The transfer of orders includes the following information:
- buyer's name
- email
- telephone
- Product Name
- cost of goods
- discounted price
- quantity purchased
- product id (if there is a product with the given id in the system)
- payment method
- delivery method in the selected NP data with an entry in separate fields for the NP city and department
Module settings:
You can configure cron for the module so that the synchronization of goods goes automatically. In the case of a large number of products and if it is impossible to unload all the products by clicking on the button in the admin panel, synchronization should be done via cron.
How to set up cron?
To configure cron, you need to execute the command:
php \Okay\Modules\SimplaMarket\SalesDriveApi\cron\run.php
The path is specified from the root of the site, the synchronization time is selected based on the required frequency of product updates.
Products deleted on the site should be deleted manually in CRM, since the API does not have a method for deleting products, but only for updating them.
- Cash upon receipt
- Bank transfer
Удаленные на сайте товары, следует удалять в CRM вручную, так как в API нет метода для удаления товаров, а только для их обновления."
Но на сайте CRM указано, что в API есть метод удаления товаров https://salesdrive.com.ua/knowledge/api/product-api/#product-delete
Почему вы пишите, что такого метода нет?
Приклад - https://prnt.sc/oc89UDptJF3I