OpsAssist Data Bridge for WooCommerce is the companion plugin for the WC-Manager dashboard by Ops Assist. Some data your WooCommerce store holds (POS outlets, registers, digital-wallet balances, memberships) 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.
It also bundles two optional panels for the OpenPOS terminal — a Members lookup and a Stock Take counter — that only load when OpenPOS is installed. On stores without OpenPOS the plugin is purely the read-only data bridge plus the Stock Take settings page.
Once installed and activated, your WC-Manager dashboard auto-detects the plugin and starts syncing immediately.
All endpoints require the caller to authenticate as a user with the manage_woocommerce capability.
GET /wp-json/woo-manager/v1/openpos-outlets — OpenPOS outlets (_op_warehouse posts)GET /wp-json/woo-manager/v1/openpos-registers — OpenPOS registers (_op_register posts)GET /wp-json/woo-manager/v1/terawallet/balances — users with a non-zero TeraWallet balanceGET /wp-json/woo-manager/v1/terawallet/balance/{user_id} — a single user’s TeraWallet balanceGET /wp-json/woo-manager/v1/memberships/plans — WooCommerce Memberships plansGET /wp-json/woo-manager/v1/memberships/user/{user_id} — a user’s membershipsThe Stock Take panel communicates with the WC-Manager web app at https://wc-manager.com to load and save stock takes for your organisation. It authenticates with a per-organisation “plugin token” you paste into the plugin’s settings page (WooCommerce WC-Manager Stock Take). No data is sent until you configure that token and use the Stock Take panel. WC-Manager’s terms and privacy policy: https://wc-manager.com/terms and https://wc-manager.com/privacy.
The REST endpoints, the Members panel, and TeraWallet/membership reads make no external requests — they only respond to authenticated requests into your own site.
This plugin does not collect, store, or transmit personal data on its own beyond the Stock Take sync described above, which only sends the stock-count data you create to your own WC-Manager account. See https://wc-manager.com/privacy.
WooCommerce is a registered trademark of Automattic Inc. This plugin is an independent companion plugin and is not affiliated with or endorsed by Automattic. OpenPOS and TeraWallet are products of their respective owners. WC-Manager is a separate product by Ops Assist.