Linux 软件免费装

OpsAssist Data Bridge for WooCommerce

开发者 opsassistrsa
更新时间 2026年5月20日 23:24
PHP版本: 7.0 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

dashboard analytics reports inventory point-of-sale

下载

1.2.0

详情介绍:

OpsAssist Data Bridge for WooCommerce is a lightweight companion plugin for the WC-Manager dashboard by Ops Assist. Some data your WooCommerce store holds (POS outlets, registers and digital-wallet balances) is not accessible through the standard WordPress REST API. This plugin adds a small set of authenticated, read-only endpoints that surface that data securely using your existing WordPress Application Password. Once installed and activated, your WC-Manager dashboard auto-detects the plugin and starts syncing immediately. There is nothing to configure inside WordPress. What this plugin exposes The plugin registers four GET endpoints. All endpoints require the caller to authenticate as a user with the manage_woocommerce capability. What this plugin does NOT do Privacy This plugin does not collect, store, or transmit any personal data on its own. It only responds to authenticated REST requests with data already present in your WordPress database. See https://wc-manager.com/privacy for the WC-Manager dashboard's privacy policy. Source code Plain procedural PHP, around 120 lines. No build step, no minification. Review it at https://wc-manager.com. Note on trademarks WooCommerce is a registered trademark of Automattic Inc. This plugin is an independent companion plugin and is not affiliated with or endorsed by Automattic. WC-Manager is a separate product by Ops Assist.

安装:

  1. Upload the plugin folder to /wp-content/plugins/ or install via the WordPress plugin installer.
  2. Activate the plugin through the Plugins menu in WordPress.
  3. Sign in to your WC-Manager dashboard. The bridge is detected automatically, no configuration needed.

升级注意事项:

1.2.0 Renamed plugin and tightened naming for WordPress.org submission. REST endpoints unchanged. Your WC-Manager dashboard will continue to sync without any reconfiguration.

常见问题:

Does this plugin require a WC-Manager account?

The endpoints work for any authenticated user with the manage_woocommerce capability, regardless of whether you use the WC-Manager dashboard. However, the plugin is only useful in combination with that dashboard, since it has no UI of its own.

Will this plugin slow down my store?

No. The plugin only runs code when one of its REST endpoints is requested, and the wallet-balances endpoint caches its result for one minute. There are no hooks added to the front-end, no admin-side polling, and no cron events.

How do I uninstall?

Deactivate and delete via WordPress Plugins. No options, transients, or database tables are created, so nothing is left behind.

更新日志:

1.2.0 1.1.0 1.0.0