What you receive
- Exact size-tier and weight-band match for every supplied charge row
- Fulfilled units x seller-supplied per-unit fee recomputation
- Positive possible-overcharge and negative possible-undercharge exposure kept separate
- Mismatch-first queue with optional reconciled high-charge review
- Per-band summaries that retain unused supplied rate-card rows
Who it is for
WFS sellers, agencies, and finance teams checking a redacted fulfillment-fee export against their own current pick-and-pack rate card before a human reviews source item measurements and charges.
Delivery: usually a structured result, workbook, or ZIP depending on the tool.
How it stays safe
Friday performs arithmetic only on seller-redacted references, SKUs, dates, size tiers, weights, fulfilled units, reported charges, and the separate rate-card bands and thresholds you supply. It reads no Walmart account, WFS report, invoice, item measurement, or current rate table and infers no dimensional-weight, oversize, apparel, hazardous-material, minimum, peak, fuel, tax, or other unsupplied rule. A difference is a supplied-field review lead, not proof that Walmart charged incorrectly or that a credit is due. Friday files no dispute, does not publish listings, and changes no item, tier, shipment, inventory, fee, listing, or seller account.
Synthetic sample
See the deliverable structure before buying
{
"charge_count": 5,
"rate_count": 4,
"used_rate_count": 3,
"fulfilled_units": 28,
"total_reported_fulfillment_charge": 126.1,
"total_recomputed_fulfillment_charge": 125.6,
"total_charge_discrepancy": 0.5,
"possible_overcharge_exposure": 1.5,
"possible_undercharge_exposure": 1.0,
"mismatch_count": 2,
"high_charge_count": 3,
"review_queue_preview": [
{
"priority_rank": 1,
"charge_reference": "NW-WFS-FULFILL-01",
"sku": "NW-BOTTLE-20",
"rate_code": "WFS-STANDARD-0-1",
"fulfilled_units": 10,
"per_unit_fulfillment_fee": 3.45,
"reported_fulfillment_charge": 36.0,
"recomputed_fulfillment_charge": 34.5,
"charge_discrepancy": 1.5,
"status": "review_mismatch"
},
{
"priority_rank": 2,
"charge_reference": "NW-WFS-FULFILL-02",
"sku": "NW-MUG-16",
"rate_code": "WFS-STANDARD-1-2",
"fulfilled_units": 5,
"per_unit_fulfillment_fee": 4.2,
"reported_fulfillment_charge": 20.0,
"recomputed_fulfillment_charge": 21.0,
"charge_discrepancy": -1.0,
"status": "review_mismatch"
}
],
"rate_summary_preview": [
{
"rate_code": "WFS-STANDARD-0-1",
"charge_count": 2,
"fulfilled_units": 18,
"reported_fulfillment_charge": 63.6,
"recomputed_fulfillment_charge": 62.1,
"mismatch_count": 1
},
{
"rate_code": "WFS-OVERSIZE-10-20",
"charge_count": 0,
"fulfilled_units": 0,
"reported_fulfillment_charge": 0.0,
"recomputed_fulfillment_charge": 0.0,
"mismatch_count": 0
}
],
"publish_status": "draft_needs_review",
"safety": "Arithmetic on seller-supplied tiers, weights, units, rate bands, and charges only. It reads no Walmart account or rate table, claims no charge is wrong or credit is due, files no dispute, and changes no item, shipment, listing, inventory, or account."
}
This sample uses synthetic facts. Your output is generated only from the facts you submit.