> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vortexiq.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Suspended / Pending Listings, Alibris

> Alibris has hidden these from search until issues are fixed, direct revenue blocker. How to read it, why it matters, and how to act on it.

**Metrics type:** [Key Metrics](/nerve-centre/overview#metrics-types-explained)  •  **Category:** [Marketplace](/nerve-centre/connectors#connectors-by-type)

> 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](/nerve-centre/kpi-cards/alibris/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**                 |

The card reads **50**; alert is firing (threshold `>0`). Estimated revenue at risk over the trailing 7 days at average velocity: **\$1,729**. That figure feeds [Revenue at Risk (live)](/nerve-centre/kpi-cards/alibris/revenue-at-risk).

Six things to notice that are specific to Alibris and the book trade:

1. **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.
2. **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.
3. **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.
4. **Seller-error cancellation cluster suspensions auto-clear in 14 days.** No edit needed; just stop overselling.
5. **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.
6. **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)](/nerve-centre/kpi-cards/alibris/revenue-at-risk)                        | Translates count into \$/day at risk by listing-velocity x ASP. The number for daily ops stand-up.              |
| [Listings Processed With Errors](/nerve-centre/kpi-cards/alibris/listings-processed-with-errors) | Leading indicator. Today's processing errors become tomorrow's suspended listings.                              |
| [Top Upload Error Types](/nerve-centre/kpi-cards/alibris/top-upload-error-types)                 | Cause attribution; buckets reasons (ISBN mismatch, condition note, image) for batch fixing.                     |
| [ISBN Coverage](/nerve-centre/kpi-cards/alibris/isbn-coverage)                                   | Listings without ISBN have 4 to 6x higher suspension rate. Highest-leverage prevention.                         |
| [Listing Quality Score](/nerve-centre/kpi-cards/alibris/listing-quality-score)                   | Composite that includes suspension count. Spike here drags the quality score, drags search rank, drags revenue. |
| [Total Revenue](/nerve-centre/kpi-cards/alibris/total-revenue)                                   | Denominator. Suspended-as-percentage-of-active is more meaningful than absolute count.                          |
| [AbeBooks Suspended Listings](/nerve-centre/kpi-cards/abebooks/suspended-pending-listings)       | Peer-marketplace view. Cross-correlation surfaces inventory-data root causes.                                   |
| [Amazon Books Suppressed Listings](/nerve-centre/amazon/amzn_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:

1. [**Sellers → Inventory → Suspended**](https://www.alibris.com/sellers/inventory/suspended). Per-listing audit with suspension reason in plain English and an *Edit & Resubmit* button.
2. [**Sellers → Inventory → Pending Review**](https://www.alibris.com/sellers/inventory/pending). Listings under automated review, will release within 24 to 72h.

**Why our number may legitimately differ from Alibris's report:**

| 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.                                                              |

**Cross-connector reconciliation:**

Suspensions are per-marketplace, but underlying causes (ISBN mismatch, image issues, condition note length) often travel together because they originate in your inventory-management system.

| Card                                                                                            | Expected relationship                | What causes legitimate divergence                                                                                            |
| ----------------------------------------------------------------------------------------------- | ------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------- |
| [`abebooks.ab_suspended_listings`](/nerve-centre/kpi-cards/abebooks/suspended-pending-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`](/nerve-centre/amazon/amzn_suppressed_listings)              | Amazon stricter.                     | Amazon enforces GTIN-mismatch, restricted-category, tax-class rules absent on Alibris.                                       |

***

<details>
  <summary><em>Marketplace-peer documentation cross-reference</em></summary>

  Suspended-listing concepts exist on every marketplace.

  * [`abebooks.ab_suspended_listings`](/nerve-centre/kpi-cards/abebooks/suspended-pending-listings)
  * [`amazon.amzn_suppressed_listings`](/nerve-centre/amazon/amzn_suppressed_listings)
  * [`ebay.ebay_suspended_listings`](/nerve-centre/ebay/ebay_suspended_listings) (when connected)
</details>

## Known limitations / merchant FAQs

**The card jumped from 8 to 50. What just happened?**
Three causes: (1) **A failed feed cycle landed and flushed a backlog**. Open [Last Successful Upload](/nerve-centre/kpi-cards/alibris/last-successful-upload). (2) **An Alibris policy update** tightened a rule; legacy data fails new threshold. (3) **A staff-uploaded inventory batch failed validation**.

**ISBN match quality, why is it the top suspension cause?**
Alibris's catalogue is keyed on ISBN. Buyers report ISBN mismatch at high rates because the same title has many editions with different ISBNs. Alibris suspends on the second buyer report. The fix is your inventory-data process: capture ISBN at intake from barcode, not metadata lookup.

**How much real revenue is this costing me right now?**
\~$247/day for 50 suspensions per the worked example. Each commodity suspension costs $0.30 to $1.50/day, each rare-book suspension $10 to \$40/day. Sort by ASP descending.

**Multi-marketplace, why is the same book suspended on Alibris but active on AbeBooks/Amazon?**
Each marketplace has different rules. Alibris's image policy is looser than AbeBooks's; Alibris's condition-note minimum (25 chars) is shorter than AbeBooks's (40); Amazon polices restricted-category and tax-class strictly. Solve the strictest filter first; resubmitted listings pass on others.

**Rare books vs commodity, how to prioritise?**
Rare books absolutely first by revenue impact. A single \$200 rare-book suspension costs more per day than 50 commodity-paperback suspensions combined. Sort by listed price descending.

**Listing-quality / Buy Box impact, does suspension affect my whole catalogue?**
Yes. Crossing 0.5% of active listings drops seller-standing tier; crossing 2% triggers manual review. 50 on 32,100 is 0.16%, within tolerance, but doubling quickly is the trigger to act.

**Pending Review listings, do I need to do anything?**
Almost always no. Auto-clear in 24 to 72h. If still pending after 5 days, then check [Listings Processed With Errors](/nerve-centre/kpi-cards/alibris/listings-processed-with-errors).

**Inventory-sync lag, can a suspension take down my whole shop?**
Not the listing itself (per-listing). But malformed feed rows can rate-limit your account or block the entire feed. Open [Failed Batches (7d)](/nerve-centre/kpi-cards/alibris/failed-batches) if both this card AND failed batches spike together.

**When does a suspension auto-clear vs require seller action?**
Pending Review (auto-clear 24 to 72h). Seller-error cancellation cluster (auto-clear 14 days if no further). Price-drift anti-fraud (clears when price returns within 80% of catalogue median). Everything else: seller edit-and-resubmit. Use the *Edit & Resubmit* button on the Alibris UI.

**Alibris vs AbeBooks for the same operational issue, which suspends faster?**
AbeBooks suspends faster on image-policy violations; Alibris suspends faster on price-anomaly anti-fraud (Alibris's 15% commission means they police rare-book under-pricing more aggressively as a fraud signal). Both suspend at similar speeds on ISBN-mismatch.

***

### Tracked live in Vortex IQ Nerve Centre

*Suspended / Pending Listings* is one of hundreds of KPI pulses Vortex IQ tracks across Alibris and 70+ other ecommerce connectors. Nerve Centre runs the detection layer; Vortex Mind investigates the cause when something moves; Ask Viq lets you interrogate any number in plain English.

[Start for free](https://app.vortexiq.ai/login) or [book a demo](https://www.vortexiq.ai/contact-us) to see this metric running on your own data.
