What you receive
- Signed quantity variance using one explicit reconciliation equation
- Mismatch, status-conflict, stale, recent, and complete review states
- Order-level totals spanning multiple supplied SKU rows
- Request age, days since update, quantities, and supplied fees
- Exception-first queue with transparent reasons for every row
Who it is for
Amazon FBA sellers, agencies, and operations analysts reconciling a seller-normalized Removal Order Detail report before a human verifies the current order and any follow-up in Seller Central.
Delivery: usually a structured result, workbook, or ZIP depending on the tool.
How it stays safe
Friday reconciles only the removal-order fields you supply: order and row references, dates, status, SKU/FNSKU, disposition, requested/cancelled/disposed/shipped/in-process quantities, and fee. It accepts no shipment address or customer fields, reads no Seller Central account, report, order, inventory, case, or customer record, and verifies no field. A variance, stale row, or status conflict is a review signal—not proof of loss, fault, fee error, or reimbursement eligibility. Friday does not create, cancel, or update a removal or case. Friday does not publish listings. A human must verify the live order and current Amazon policy.
Synthetic sample
See the deliverable structure before buying
{
"total_records": 2,
"total_orders": 2,
"total_requested_quantity": 28,
"total_cancelled_quantity": 2,
"total_disposed_quantity": 8,
"total_shipped_quantity": 10,
"total_in_process_quantity": 5,
"total_accounted_quantity": 25,
"total_quantity_variance": 3,
"total_removal_fees": 20.5,
"quantity_mismatch_count": 1,
"reconciliation_queue_preview": [
{
"priority_rank": 1,
"order_id": "RM-NW-1001",
"sku": "NW-BOTTLE-24",
"requested_quantity": 20,
"accounted_quantity": 17,
"quantity_variance": 3,
"in_process_quantity": 5,
"days_since_update": 23,
"removal_fee": 14.5,
"review_status": "quantity_mismatch_review"
},
{
"priority_rank": 2,
"order_id": "RM-NW-1002",
"sku": "NW-MUG-12",
"requested_quantity": 8,
"accounted_quantity": 8,
"quantity_variance": 0,
"in_process_quantity": 0,
"days_since_update": 4,
"removal_fee": 6.0,
"review_status": "complete_consistent"
}
],
"publish_status": "draft_needs_review",
"safety": "A review queue from seller-supplied removal rows\u2014not an account read, proof of loss or fee error, eligibility decision, case, or removal action."
}
This sample uses synthetic facts. Your output is generated only from the facts you submit.