Title: HubSynk Connector
Author: hubsynk
Published: <strong>September 5, 2026</strong>
Last modified: September 5, 2026

---

Search plugins

![](https://ps.w.org/hubsynk-connector/assets/banner-772x250.png?rev=3682079)

![](https://ps.w.org/hubsynk-connector/assets/icon-256x256.png?rev=3682079)

# HubSynk Connector

 By [hubsynk](https://profiles.wordpress.org/hubsynk/)

[Download](https://downloads.wordpress.org/plugin/hubsynk-connector.1.1.0.zip)

 * [Details](https://wordpress.org/plugins/hubsynk-connector/#description)
 * [Reviews](https://wordpress.org/plugins/hubsynk-connector/#reviews)
 *  [Installation](https://wordpress.org/plugins/hubsynk-connector/#installation)
 * [Development](https://wordpress.org/plugins/hubsynk-connector/#developers)

 [Support](https://wordpress.org/support/plugin/hubsynk-connector/)

## Description

[HubSynk](https://hubsynk.ru/) is an integration platform that connects WooCommerce
stores with accounting systems — 1C (UNF, Trade Management, Accounting), SBIS/Saby,
EDI operators, marketplaces and CRMs — and keeps catalogs, stock, prices and orders
in sync in both directions, exactly 1:1 with the source.

**HubSynk Connector** is the small companion plugin that runs inside your store.
The platform itself works through the standard WooCommerce REST API; the plugin 
covers the few things the API cannot do on its own:

 * **Exact order dates.** When the platform creates or migrates orders (for example,
   moving order history from an accounting system to the store), it passes the original
   creation date in the `_hubsynk_date_created` order meta field. The plugin applies
   that date to the order, so reports show when the sale actually happened — not
   when it was imported. The value is strictly validated (ISO 8601, sane year range);
   anything else is ignored.
 * **Instant analytics.** Right after such an order is saved, the plugin rebuilds
   its WooCommerce Analytics rows. Revenue and order reports are correct immediately,
   without waiting for the scheduled import.
 * **Version reporting.** A tiny endpoint at `/wp-json/hubsynk/v1/status` returns
   version numbers only (plugin, WooCommerce, WordPress). The platform uses it to
   warn the store owner when the plugin is missing or outdated.

**What the plugin does not do.** It sends no data anywhere, creates no accounts,
adds no admin pages and runs no background jobs. It only reacts to REST requests
that were already authenticated with WooCommerce API keys that have write permission—
the same keys you issue to the platform.

#### How the integration works

 1. In the HubSynk cabinet you connect your store by its address and WooCommerce API
    keys (read-only by default: nothing is written to the store until you explicitly
    allow it).
 2. The platform builds a mirror of your catalog and orders, matches products and customers
    with the accounting system by SKU, barcode and tax IDs, and lets you confirm the
    matches.
 3. Exchange runs on a schedule or on demand: orders go to accounting, stock and prices
    come back to the store, documents are created without duplicates.

Learn more: [WooCommerce and 1C synchronization](https://hubsynk.ru/sinhronizaciya-internet-magazina-1c)·
[All integrations](https://hubsynk.ru/integrations) · [How we work](https://hubsynk.ru/how-it-works)·
[Security and data protection](https://hubsynk.ru/security) · [Support](https://hubsynk.ru/support)

#### Для русскоязычных пользователей

[ХабСинк](https://hubsynk.ru/) — интеграционная платформа, которая связывает магазин
на WooCommerce с 1С (УНФ, УТ, Бухгалтерия), СБИС/Saby, операторами ЭДО и маркетплейсами:
каталог, остатки, цены и заказы ходят в обе стороны точно 1:1 с источником. Плагин—
небольшой помощник внутри магазина: ставит заказам настоящие даты создания при переносе
истории, сразу обновляет аналитику WooCommerce и сообщает платформе свою версию.
Наружу плагин ничего не отправляет. Подключение и настройка обмена выполняются командой
платформы в рамках проекта — [оставьте заявку](https://hubsynk.ru/register), смету
пришлём за рабочий день.

## Installation

 1. Install the plugin from the WordPress plugin directory (Plugins  Add New  search
    for “HubSynk Connector”) or upload the archive and activate it. WooCommerce must
    be active.
 2. In WooCommerce  Settings  Advanced  REST API create an API key with **Read/Write**
    permission for the platform.
 3. In the [HubSynk cabinet](https://hubsynk.ru/) add a WooCommerce connection with
    your store address and the key. The platform checks `/wp-json/hubsynk/v1/status`
    and confirms that the plugin is installed and up to date.

No settings page is needed: the plugin has nothing to configure.

## FAQ

### Does this plugin send any data to external servers?

No. It only processes orders created on your own store through the REST API and 
exposes version numbers locally. All exchange is initiated by the platform with 
the API keys you issued, and you can revoke them at any time.

### Do I need the HubSynk platform for this plugin to be useful?

Yes. It is a companion plugin: without the platform it simply does nothing. The 
platform is described at [hubsynk.ru](https://hubsynk.ru/).

### Will it change dates of orders placed by my customers?

No. The date is applied only when the `_hubsynk_date_created` meta field is present
in the REST request, which happens only for orders the platform creates or migrates.

### Can the plugin write to my accounting system?

The plugin cannot — it lives in the store only. The platform works in read-only 
mode by default and writes to external systems only after you explicitly enable 
it in the cabinet.

### Where do I get help?

Through the [support page](https://hubsynk.ru/support) or, for clients, directly
in the cabinet with a guaranteed first-response time.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“HubSynk Connector” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ hubsynk ](https://profiles.wordpress.org/hubsynk/)

[Translate “HubSynk Connector” into your language.](https://translate.wordpress.org/projects/wp-plugins/hubsynk-connector)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/hubsynk-connector/),
check out the [SVN repository](https://plugins.svn.wordpress.org/hubsynk-connector/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/hubsynk-connector/)
by [RSS](https://plugins.trac.wordpress.org/log/hubsynk-connector/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.1.0

 * Strict validation of the historical date; status endpoint at `/wp-json/hubsynk/
   v1/status` with plugin, WooCommerce and WordPress versions.

#### 1.0.0

 * Initial release: historical order dates and instant analytics refresh.

## Meta

 *  Version **1.1.0**
 *  Last updated **17 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **7.1**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [1C](https://wordpress.org/plugins/tags/1c/)[analytics](https://wordpress.org/plugins/tags/analytics/)
   [integration](https://wordpress.org/plugins/tags/integration/)[orders](https://wordpress.org/plugins/tags/orders/)
   [woocommerce](https://wordpress.org/plugins/tags/woocommerce/)
 *  [Advanced View](https://wordpress.org/plugins/hubsynk-connector/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/hubsynk-connector/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/hubsynk-connector/reviews/)

## Contributors

 *   [ hubsynk ](https://profiles.wordpress.org/hubsynk/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/hubsynk-connector/)