The share of your catalogue flagged as unlimited stock, with inventory tracking switched off.
At a glance
The percentage of products in your Ecwid catalogue set to “unlimited stock”, which tells Ecwid to skip inventory tracking entirely for those items. This is correct and intentional for digital products, made-to-order goods, and services. It is a problem for physical stock items where someone simply never set a quantity, because those SKUs can oversell silently and will never appear in your out-of-stock or low-stock cards. A high percentage is either deliberate or a sign of missing stock setup.
| What it counts | COUNT(products WHERE stock tracking is disabled / unlimited) / COUNT(all products), expressed as a percentage of the catalogue, as a real-time gauge. |
| API endpoint | GET /v3/{store-id}/products (paged, max 100 per call, OAuth2 with read_catalog scope); each product indicates whether inventory tracking is enabled. Webhook updates fire on product.created, product.updated. |
| What “unlimited / no tracking” means | Ecwid’s unlimited-stock setting tells the platform not to decrement quantity on sale and never to mark the item out of stock. The product is always purchasable regardless of physical availability. |
| Legitimate uses | Digital downloads, made-to-order items, print-on-demand, services, and gift cards, where there is no finite physical quantity to track. |
| Risky uses | Physical stock items left on unlimited because a quantity was never entered; these can oversell and never trigger stock alerts. |
| Unit | Percentage of catalogue. |
| Time window | RT (real-time gauge of current catalogue state). |
| Alert trigger | >30% of catalogue. Above this share, the card flags that a large slice of your catalogue is untracked, worth confirming it is intentional. |
| Sentiment | Inverse beyond the legitimate baseline; a high share of untracked physical SKUs is a risk. |
| Roles | owner, operations. |
Calculation
Calculated automatically from your Ecwid data. See the At a glance summary above for what the metric tracks and the worked example below for a typical reading.Worked example
A small UK merchant running an Ecwid widget on a Webflow site, selling a mix of physical prints and digital downloads, snapshot taken 24 May 26. The store sells framed prints (physical, finite stock) and high-resolution digital downloads of the same artwork (no stock to track). The owner recently bulk-imported a batch of new prints from a spreadsheet.| Product group | Products | Tracking | Notes |
|---|---|---|---|
| Digital downloads | 22 | Unlimited (correct) | No physical quantity to track |
| Gift cards | 2 | Unlimited (correct) | No quantity to track |
| Framed prints (older) | 18 | Tracked | Quantities set correctly |
| Framed prints (new import) | 16 | Unlimited (wrong) | Bulk import left quantity blank |
| Total catalogue | 58 |
Sibling cards merchants should reference together
| Card | Why it matters next to this card | What the combination tells you |
|---|---|---|
| Out-of-Stock Products | The blind spot. | Untracked physical SKUs never appear here; a high untracked share means OOS is under-reported. |
| Low-Stock Products | Early warning gap. | Untracked items can never trigger a low-stock warning, so they oversell without notice. |
| Total Products | The denominator. | The percentage is only meaningful against your full catalogue size. |
| Disabled Products | Adjacent catalogue hygiene. | Both flag products in a non-standard state worth reviewing. |
| Inventory Sync Drift Across Storefronts | Multi-surface risk. | Untracked items cannot drift, but mis-set tracked items can; the two together cover sync health. |
| Revenue at Risk | The cost of overselling. | Untracked physical SKUs that oversell feed avoidable refunds into the risk roll-up. |
| Top Products by Revenue | Severity weighting. | A bestseller left on unlimited stock is the most dangerous untracked SKU. |
Reconciling against Ecwid
Where to look in Ecwid’s own dashboard:
Ecwid Control Panel (my.ecwid.com) -> Catalog -> Products
Open a product and check the Inventory section; “Track quantity” off (or unlimited stock) is what this card counts. There is no single catalogue-wide percentage in Ecwid, so you confirm by sampling.
For a quick sanity check, filter or scan your product list for items with no quantity set and compare the rough share against the gauge.
Why our number may differ from your own count:
| Reason | Direction | Why |
|---|---|---|
| Variation-level tracking | Either | A product with tracked variations but an unlimited parent (or vice versa) can be classified differently than a quick scan suggests. |
| Disabled products | Either | We count against all products by default; if you mentally exclude disabled items, your denominator differs. |
| Recently edited items | Marginal | A just-changed tracking setting may take a few minutes to sync into our figure. |
| Bundles and kits | Either | Composite products may report tracking differently from their components. |
| Sync lag | Marginal | Webhook-driven; the most recent edits may not be in yet. |
unlimited_stock_pct = COUNT(products with tracking disabled) / COUNT(all products) x 100