← Back to skumetrica.com

Reference

What we found

What this account's own data already holds that Amazon has never shown a seller directly — and how much of it has arrived so far.

Charges and fees

How many individual fee and charge lines Amazon has posted against this account so far.

Good: Not a target — a count that grows as more history loads; read beside Orders read for a sense of how much has arrived.

From: ingest_status()['fees'] in public/inc/db.php — a count of order_fees rows — surfaced by firstrun_progress() in public/inc/firstrun.php.

Orders read

How many orders this account's history holds so far.

Good: Not a target — grows as Amazon's reports finish loading. The note beneath says how many months of trading that spans.

From: ingest_status()['orders'] in public/inc/db.php — a count of orders rows — surfaced by firstrun_progress() in public/inc/firstrun.php.

Products

How many distinct SKUs have sold at least once in this account's history.

Good: Not a target — a count.

From: COUNT(DISTINCT orders.sku), in firstrun_progress() in public/inc/firstrun.php.

Storefronts

How many Amazon marketplaces with real activity this account has enabled.

Good: Not a target — a count, of however many the seller has switched on.

From: a count of tenant_marketplaces rows with has_activity = 1, in firstrun_progress() in public/inc/firstrun.php.

← Back to the course map