What you receive
- Gross, discount, post-discount revenue, fee, and supplied cost arithmetic per row
- Post-discount contribution per shipment row and per unit
- Discount cost, affected rows, and affected quantity by promotion ID
- Negative-margin and supplied contribution-floor exceptions
- Unexpected promotion stacks against your supplied count threshold
Who it is for
Amazon FBA sellers, agencies, and finance agents auditing normalized promotion discounts actually recorded on shipped items before a human changes any promotion.
Delivery: usually a structured result, workbook, or ZIP depending on the tool.
How it stays safe
Friday calculates only from the redacted shipment references, dates, SKU/ASIN, quantities, gross revenue, promotion IDs and discounts, marketplace fees, unit costs, contribution floor, and stack threshold you supply. It reads no Amazon account or report, verifies no transaction, cost, fee, discount, or promotion state, accepts no buyer data, and does not claim that a promotion caused a sale. Friday changes no promotion, price, listing, shipment, or seller account and does not publish listings.
Synthetic sample
See the deliverable structure before buying
{
"row_count": 2,
"promotion_count": 3,
"negative_margin_count": 1,
"below_minimum_count": 2,
"unexpectedly_stacked_count": 1,
"total_quantity_shipped": 3,
"total_gross_item_revenue": 90.0,
"total_discount_cost": 26.0,
"total_contribution": -1.0,
"totals_by_promotion": [
{
"promotion_id": "PROMO-NORTH-20",
"discount_cost": 20.0
},
{
"promotion_id": "PROMO-NORTH-10",
"discount_cost": 6.0
}
],
"rows_preview": [
{
"priority_rank": 1,
"reference": "FBA-PROMO-NORTH-1002",
"sku": "NORTH-MUG-12",
"promotion_count": 2,
"unexpectedly_stacked": true,
"total_discount_cost": 20.0,
"contribution": -3.0,
"contribution_per_unit": -3.0,
"negative_margin": true
}
],
"publish_status": "draft_needs_review",
"safety": "Uses only seller-supplied, redacted shipped-row economics; it changes no promotion, price, listing, shipment, or account and attributes no sale."
}
This sample uses synthetic facts. Your output is generated only from the facts you submit.