Skip to content

Data and privacy

What SimplifyStock reads, what it stores, and what — if anything — leaves your server.

What it reads

From WooCommerce:

  • Order line items: product ID, variation ID, quantity, order date, order status.
  • Product data: SKU, name, stock quantity, stock management flag, cost price if set.

That is the whole list. SimplifyStock does not read customer records, billing or shipping addresses, email addresses, payment details, or order notes.

What it stores

Its own tables, alongside WooCommerce’s:

TableContents
simplifystock_demandDaily demand per product
simplifystock_forecastCurrent forecast and confidence per product
simplifystock_suppliersSupplier records and lead times
simplifystock_poPurchase orders and receipts
simplifystock_logSync and forecast run history

All of it lives in your database. Uninstalling removes these tables if you tick Delete data on uninstall; the default is to leave them, so a reinstall does not lose your history.

Hosted forecasting

Off by default. On the free plan it is unavailable; on Pro it is opt-in per site.

When enabled, what is transmitted is the daily demand series — product identifier, date, quantity — and your configuration. What is not transmitted: customer data of any kind, order IDs, prices, product names, or SKUs. The product identifier is a per-site hash, so the same product on two sites is not correlatable.

Models are per store. Your data is never pooled into a shared model and is not used to train anything that another customer benefits from. Turning hosted forecasting off deletes the series within 30 days.

GDPR

SimplifyStock processes no personal data, so it does not appear in WooCommerce’s personal data exporter or eraser — there is nothing for it to export or erase.

If you enable hosted forecasting, SimplifyBase is a processor for the demand series described above. A data processing agreement is available on request.

Data retention

DataDefault retentionConfigurable
Demand historyIndefiniteYes
Forecast snapshots90 daysYes
Sync and error logs30 daysYes
Purchase ordersIndefiniteNo — records of purchases

Removing everything

wp simplifystock uninstall --delete-data

Drops every table and deletes all options. Irreversible, and it will ask you to confirm.

Last updated 5 August 2026