Alibris has hidden these from search until issues are fixed, direct revenue blocker.
At a glance
Live count of listings Alibris has flagged as Suspended or Pending. These rows are physically present in the catalogue but hidden from buyer search until the seller resolves the underlying issue. Every row is a direct revenue blocker, an active SKU with a price and stock that no buyer can find.
| What it counts | COUNT(listings WHERE status IN ('SUSPENDED', 'PENDING_REVIEW', 'BLOCKED')) from the inbound listing-state feed. Alibris distinguishes Suspended (rule violation, seller must edit) from Pending (under automated review, releases within 24 to 72h if it passes). The card sums both because both are invisible to buyers. |
| API endpoint + report | Alibris Inbound listing-state file (listings.csv with status and status_reason columns), reconciled against the seller’s Inventory → Suspended tab (https://www.alibris.com/sellers/inventory/suspended). The status_reason column carries the suppression code (e.g. MISSING_ISBN, IMAGE_UNREACHABLE, CONDITION_DESC_TOO_SHORT). |
| ISBN vs account scope | Per-listing. Each suspended row is one listing; one ISBN with multiple condition copies can show multiple suspended rows simultaneously. |
| Listing-quality impact | Maximum. Zero search visibility, zero revenue contribution. The fix is almost always edit-and-resubmit. Suppressed listings are excluded from active-count denominator on Listing Quality Score. |
| Fees / commission | Not applicable (no orders flow through suspended listings; no commission exposure). |
| Refunds / cancellations | Not applicable directly, but suspended-because-of-recent-cancellation is one of the top three suspension reasons; chronic seller-error cancellation can suspend listings for review. |
| Currency | Not applicable. |
| Common suspension reasons | (1) ISBN mismatch buyer-reported (~30%), (2) Condition description below the 25-character minimum (~18%), (3) Image URL unreachable / wrong image (~15%), (4) Price-anomaly anti-fraud trigger (~12%), (5) Seller-error cancellation cluster (~10%), (6) Other / manual review (~15%). |
| Multi-marketplace overlap | A book suspended on Alibris may still be active on AbeBooks and Amazon Books; suspensions are per-marketplace. The same operational issue typically suspends across all marketplaces within 24 to 72h, but the alerts arrive separately. |
| Time window | RT (live count from most recent inbound listing-state feed). |
| Alert trigger | >0, every suspended listing is an immediate revenue leak. |
| Roles | owner, operations. |
Calculation
Calculated automatically from your Alibris data. See the At a glance summary above for what the metric tracks and the worked example below for a typical reading.Worked example
A US bookseller, 32,100 active Alibris listings, snapshot 01 May 26 02:14 UTC.| Suspension bucket | Listings | Estimated daily revenue blocked |
|---|---|---|
| ISBN mismatch (buyer-reported) | 14 | $32 |
| Condition description below 25 chars | 11 | $14 |
| Image URL unreachable | 7 | $18 |
| Price >80% below catalogue median (anti-fraud) | 6 | $148 (rare books) |
| Seller-error cancellation cluster | 4 | $11 |
| Pending automated review (no action needed) | 8 | $24 |
| Total Suspended / Pending (this card) | 50 | $247 / day |
>0). Estimated revenue at risk over the trailing 7 days at average velocity: $1,729. That figure feeds Revenue at Risk (live).
Six things to notice that are specific to Alibris and the book trade:
- The 6 price-drift suspensions account for 60% of daily exposure despite being only 12% of count. All 6 are signed first editions priced 80%+ below catalogue median (a repricer mis-firing on rare stock). Treat rare-book suspensions as P1 immediately; commodity suspensions as P2 batch-fixable.
- Condition-description suspensions cluster on legacy data. All 11 came from listings imported from a 2019 Alibris inventory dump that pre-dates the current 25-character minimum. A one-off SQL pass (
LENGTH(condition_note) >= 25) before next upload clears the category permanently. - Image suspensions on Alibris are usually URL-unreachable, not image-content. Alibris’s image rules are looser than AbeBooks’s (publisher-stock images allowed); the dominant cause is broken pre-signed URLs from the merchant’s CDN. Use unsigned public URLs or extend signature window.
- Seller-error cancellation cluster suspensions auto-clear in 14 days. No edit needed; just stop overselling.
- Pending review listings (8) are not problems. Alibris runs routine catalogue sweeps that lift 5 to 20 random listings per 1,000 active listings into Pending Review for 24 to 72h. They almost always release without seller action.
- Cross-marketplace amplification: the 14 ISBN-mismatch suspensions are likely live on AbeBooks and Amazon too. Buyer-reported ISBN mismatches propagate within 7 to 14 days. Fix the inventory data once, resubmit to all marketplaces in a single feed cycle.
Sibling cards merchants should reference together
Suspended listings is a live count. Pair with these to size impact, find cause, prevent recurrence:| Card | Why pair it with Suspended Listings |
|---|---|
| Revenue at Risk (live) | Translates count into $/day at risk by listing-velocity x ASP. The number for daily ops stand-up. |
| Listings Processed With Errors | Leading indicator. Today’s processing errors become tomorrow’s suspended listings. |
| Top Upload Error Types | Cause attribution; buckets reasons (ISBN mismatch, condition note, image) for batch fixing. |
| ISBN Coverage | Listings without ISBN have 4 to 6x higher suspension rate. Highest-leverage prevention. |
| Listing Quality Score | Composite that includes suspension count. Spike here drags the quality score, drags search rank, drags revenue. |
| Total Revenue | Denominator. Suspended-as-percentage-of-active is more meaningful than absolute count. |
| AbeBooks Suspended Listings | Peer-marketplace view. Cross-correlation surfaces inventory-data root causes. |
| Amazon Books Suppressed Listings | Strictest peer. Amazon’s suppression rules are stricter than Alibris. |
Reconciling against the vendor’s own dashboard
Where to look in the Alibris seller dashboard: Two views matter:- Sellers → Inventory → Suspended. Per-listing audit with suspension reason in plain English and an Edit & Resubmit button.
- Sellers → Inventory → Pending Review. Listings under automated review, will release within 24 to 72h.
| Reason | Direction | Why |
|---|---|---|
| Refresh cadence | Theirs lags ours by 4 to 24h | The inbound listing-state feed lands once daily by default. Suspensions raised in the last few hours show up in the Alibris UI before this card. |
| Pending vs Suspended split | Identical totals | This card sums both buckets. The Alibris dashboard separates them on different tabs. |
| Auto-released between checks | Ours can show ghost suspensions | A Pending listing that auto-released 1 hour after the inbound feed snapshot will still show as suspended in this card until the next feed cycle. |
| Condition-copy multiplicity | Either | A book listed in three conditions with the Acceptable copy suspended shows as “1 suspended” in this card and the Alibris UI. |
| Recently deleted listings | Tiny | Manually deleted listings are removed from active count and this count immediately. |
| Card | Expected relationship | What causes legitimate divergence |
|---|---|---|
abebooks.ab_suspended_listings | Different listings, similar reasons. | AbeBooks rejects publisher-stock images, Alibris allows them; AbeBooks’s condition-note minimum is 40 chars vs Alibris’s 25. |
amazon.amzn_suppressed_listings | Amazon stricter. | Amazon enforces GTIN-mismatch, restricted-category, tax-class rules absent on Alibris. |