Penny-accurate by design
Every amount is parsed once into exact Decimal cents and summed without floats — so a cycle never drifts by a stray penny.
Upload a settlement reconciliation CSV, enter your unit cost per SKU, and get a per-SKU and per-cycle profit report that reconciles to Walmart's exact payout — no spreadsheets, no float-rounding surprises.
Every amount is parsed once into exact Decimal cents and summed without floats — so a cycle never drifts by a stray penny.
Gross sales, referral fees, WFS fees, refunds, COGS and margin — broken out for every Partner Item Id, signed and correct.
Before a report is final, the sum of every non-deposit line must equal Walmart's Total Payable. Mismatches are surfaced, never hidden.
Net payout is the plain signed sum. A sale-then-return that nets negative shows as a loss — exactly as Walmart paid it.
Every row is labeled by a single event classifier — product price, referral, WFS, refund, deposit — so numbers can't disagree.
Download the finished per-SKU report as CSV in a click. The numbers come straight from the server — the UI only formats them.
Drop in one payout cycle. We parse and classify every line, then check it reconciles to your Total Payable.
Add a COGS per SKU. Units are deduped per transaction so a split shipment is never double-counted.
See profit after COGS and margin per SKU and for the whole cycle — then export it as CSV.
A single wrong sign or rounded float would silently corrupt every number. The engine is built on a handful of non-negotiable rules — and a pinned suite of real-data acceptance tests keeps them honest.
Money is integer cents.
Parsed once with a Decimal library — never a JS float.
All math on the server.
The frontend only formats cents into a string. It never sums or derives a figure.
Net payout is signed.
The plain signed sum of every non-deposit line — it equals the real deposit by definition.
Every cycle reconciles.
Σ of non-deposit lines must equal Total Payable, or the report is flagged, not finalized.
Create a free account, bring a settlement CSV (or use our sample), and get a reconciled profit report in seconds.