What you receive
- SKU-level diff of two dated Shipping Program snapshots, added and removed rows included
- Per-SKU changed fields with a coverage_lost, coverage_gained, mixed, or configuration direction
- Fast-shipping loss/gain and live-availability loss/gain signals for every changed SKU
- A losses-first review queue ranked by supplied recent unit sales and contribution
- Summary counts by change type and direction plus supplied loss sales and contribution exposure
Who it is for
Walmart Marketplace sellers and fulfillment teams auditing large catalogs for silent Two-Day or Three-Day coverage loss between weekly Shipping Program exports before a human investigates.
Delivery: usually a structured result, workbook, or ZIP depending on the tool.
How it stays safe
Friday compares only the SKU, publish status, lifecycle status, two-day and three-day participation, template, coverage area, and optional recent sales and contribution you supply for two snapshots—never buyer, order, address, tracking, or contact fields. It reads no Walmart account and verifies no field. An observed coverage loss does not prove program ineligibility, a Walmart defect, a policy breach, or an account-health outcome. Friday does not publish listings and never changes a template, program enrollment, fulfillment setting, inventory, or listing. A human must verify the source snapshots and current program status.
Synthetic sample
See the deliverable structure before buying
{
"changed_sku_count": 4,
"unchanged_sku_count": 1,
"added_count": 1,
"removed_count": 1,
"coverage_lost_count": 3,
"coverage_gained_count": 1,
"mixed_count": 0,
"configuration_changed_count": 0,
"two_day_changed_count": 1,
"publish_status_changed_count": 1,
"total_fast_shipping_losses": 2,
"total_fast_shipping_gains": 2,
"loss_row_count": 3,
"loss_recent_unit_sales_total": 530,
"loss_contribution_value_total": 940.0,
"change_queue_preview": [
{
"priority_rank": 1,
"sku": "NW-TUMBLER-20",
"presence": "in_both",
"coverage_direction": "coverage_lost",
"change_types": [
"two_day_changed"
],
"before_two_day": "enabled",
"after_two_day": "disabled",
"fast_shipping_losses": 1,
"recent_unit_sales": 320,
"contribution_value": 640.0
},
{
"priority_rank": 2,
"sku": "NW-TOTE-01",
"presence": "in_both",
"coverage_direction": "coverage_lost",
"change_types": [
"publish_status_changed"
],
"before_publish_status": "published",
"after_publish_status": "unpublished",
"availability_loss": true,
"recent_unit_sales": 150,
"contribution_value": 300.0
},
{
"priority_rank": 3,
"sku": "NW-CANDLE-08",
"presence": "removed",
"coverage_direction": "coverage_lost",
"change_types": [
"removed"
],
"fast_shipping_losses": 1,
"recent_unit_sales": 60
},
{
"priority_rank": 4,
"sku": "NW-BOTTLE-24",
"presence": "added",
"coverage_direction": "coverage_gained",
"change_types": [
"added"
],
"fast_shipping_gains": 2,
"recent_unit_sales": 40
}
],
"publish_status": "draft_needs_review",
"safety": "Deterministic snapshot diff on seller-supplied shipping-program fields only. No program ineligibility, Walmart defect, policy breach, or account outcome is claimed, and no template, enrollment, inventory, or listing is changed."
}
This sample uses synthetic facts. Your output is generated only from the facts you submit.