Naxis Technologies Docs
Live demo

Commerce & billing

Set up WooCommerce

Connect your WooCommerce store to make products, customers and orders searchable — orders carry their line items and link to their customer, so “what did this customer order” and “do we still stock X” answer from the store's own data. It reads your own WordPress shop over its REST API. Read-only.

The REST key pair

  1. In the WordPress admin open WooCommerce → Settings → Advanced → REST API → Add key, choose a user with shop access and READ permission, and copy both halves — WooCommerce shows them once.
  2. Documents → WooCommerce, enter Store URL (the address customers buy on, including https://) and paste the pair as Consumer key and Consumer secret. The secret is never shown again after saving; make a fresh pair if it is lost.
  3. Choose access groups, Test, then Sync.

What comes in

Access

Access is allow-only: the groups chosen on the source cover everything WooCommerce brings in — the source exposes no per-item viewers to mirror.

Products, customers and orders each cap at 2,000, newest first; when a cap is reached the sync summary says so, and anything that ages past it stays searchable rather than disappearing. Below a cap, a record deleted in the store drops out here on the next sync. Test counts the products it can see; a rejected pair reads as WooCommerce rejecting the credentials — check the user's shop access, the READ permission and that the store is served over HTTPS. Revoke access any time by deleting the key pair on that same REST API screen.

Was this page helpful?
Was this page helpful? Sign in with Google Sign in to tell us — or leave a comment.

Last updated 20 Sep 2026