תיאור
This plugin allows you to synchronize product stock levels between WooCommerce and KeyCRM.
Stock synchronization is automatically performed via webhook. When stock levels are changed in KeyCRM, a webhook is sent to WooCommerce, and product stock data is updated automatically.
To automatically transfer stock data from WooCommerce to KeyCRM, you must configure a cron job.
The cron job should periodically call a special URL on your site, which sends current stock data to KeyCRM in automatic mode.
[UA]
Плагін дозволяє синхронізувати залишки товарів між WooCommerce та KeyCRM.
Синхронізація залишків виконується автоматично через webhook. При зміні залишків у KeyCRM вебхук надсилається на сайт WooCommerce, після чого дані про залишки товарів оновлюються автоматично.
Для автоматичної передачі даних із сайту WooCommerce в KeyCRM необхідно налаштувати cron.
Cron-завдання повинно періодично викликати спеціальний URL на вашому сайті, який відправляє актуальні залишки товарів у KeyCRM.
External services
This plugin connects to the KeyCRM API (https://openapi.keycrm.app/v1) to synchronize product stock levels.
What data is sent and when
- From KeyCRM to WooCommerce (webhook mode): KeyCRM sends stock data (SKU, quantity, offer ID) to your site via webhook. No data is sent from your site in this direction.
- From WooCommerce to KeyCRM (cron/manual sync mode): Your site sends product stock data (SKU and quantity) to the KeyCRM API endpoint
/offers/stockswhen a sync is triggered manually or by a cron job. No personally identifiable information is transmitted — only stock/inventory data. - Connectivity check: On the plugin settings page the API key is validated by making a request to the KeyCRM API. Only the API key (entered by the site administrator) is sent at this point.
Third-party service information
- Service: KeyCRM — a CRM platform for e-commerce businesses.
- API base URL: https://openapi.keycrm.app/v1
- Terms of Service: https://ua.keycrm.app/terms-of-use
- Privacy Policy: https://ua.keycrm.app/privacy-policy
This plugin is not affiliated with or endorsed by KeyCRM. Use of the KeyCRM service is subject to their terms and privacy policy.
צילומי מסך


התקנה
Automatic Installation
- Log in to your WordPress dashboard
- Go to Plugins Add New
- Search for "STIV Stock Sync for KeyCRM"
- Click "Install Now"
- Click "Activate"
Manual Installation
- Download the plugin
- Unzip the archive
- Upload the
stiv-stock-sync-for-keycrmfolder to/wp-content/plugins/ - Go to Plugins in the WordPress dashboard
- Activate the plugin
שאלות נפוצות
-
Можна відправляти залишки з Keycrm на сайт WooCommerce?
-
Так, відбувається через вебхук. Налаштування вебхука в системі KeyCRM.app
-
Можна відправляти залишки з сайту в Keycrm?
-
Так, можна вручну викликати функцію або через CRON JOBS
-
Як програмно відправити залишки з WooCommerce в KeyCRM?
-
Якщо потрібно кодом відправити залишки в KeyCRM, можна використати функцію:
sstkcrm_send_stock_to_keycrm() -
Якщо виникли питання/проблеми?
-
З будь-яких технічних питань звертайтеся через форум підтримки
або пишіть напряму: stepan-1@ukr.net
סקירות
There are no reviews for this plugin.
מפתחים
ניתן לתרגם את "STIV Stock Sync for KeyCRM" לשפה שלך.
מעוניינים בפיתוח?
עיינו בקוד, ראו את הקוד ב-SVN repository, או הירשמו ללוג פיתוח באמצעות RSS.
שינויים
1.0.0
- Initial release