> For the complete documentation index, see [llms.txt](https://docs.autopilotbrand.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.autopilotbrand.com/autopilot-mcp/tools/list-listing-issues.md).

# Listing Issues

`list_listing_issues`

Lists the open [Listing Issues](/portal-pages/listing-issues.md) Autopilot is tracking: the issues Amazon reports against your listings (suppressions, invalid values, policy and compliance messages) plus Autopilot's own [Child ASIN Disconnected from Parent](/portal-pages/listing-issues/child-asin-disconnected-from-parent.md) detection. It mirrors what you'd see on the portal's Listing Issues pages, so the assistant can triage and prioritize problems from chat.

By default it looks organization-wide across your enrolled ASINs. Give it a single ASIN and it narrows to that product and its SKUs.

## When it's used

Use it whenever a question is about problems on your listings rather than their content: whether anything is suppressed right now, whether a specific ASIN has issues, or which issues are the most severe. It's the natural starting point for a triage or prioritization workflow, and pairs with [Get Product Listing](/autopilot-mcp/tools/get-asin-listing.md) to see the affected content.

## What you can ask

> *"Do I have any active suppressions right now?"*

> *"Are there any open listing issues on B07XYZ1234 in the US?"*

> *"Show me the error-severity issues across my enrolled ASINs."*

## Parameters

| Parameter        | Required | Description                                                                                                                                                                                                                                              |
| ---------------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `asin`           | No       | A single ASIN to scope to, given as `{ id, marketplace_id }`. Covers that ASIN and its SKUs. Omit to look organization-wide across your enrolled ASINs.                                                                                                  |
| `severity`       | No       | Filter by severity: `info`, `warning`, or `error`. Defaults to `warning` and `error`.                                                                                                                                                                    |
| `effect`         | No       | Filter by the effect on the listing: `attribute_suppressed`, `search_suppressed`, `listing_suppressed`, `catalog_item_removed`, or `variation_disconnected`. Defaults to the important effects. Pass the suppression values to find active suppressions. |
| `value_rating`   | No       | Restrict to a revenue tier: **A**, **B**, or **C**.                                                                                                                                                                                                      |
| `marketplace_id` | No       | Restrict to one marketplace (see the [Tools page](/autopilot-mcp/tools.md#identifiers) for IDs).                                                                                                                                                         |
| `page`           | No       | 1-indexed page number for paging through large result sets.                                                                                                                                                                                              |
| `per_page`       | No       | How many issues to return per page.                                                                                                                                                                                                                      |

## What you get back

A paged list of open issues. Each one includes:

* **ASIN** and **marketplace**, plus the **SKU** for SKU-level issues.
* **Severity** - `info`, `warning`, or `error`.
* **Code** and **message** - Amazon's identifier and description of the issue.
* **Affected attribute** - the listing field the issue relates to (e.g. price, images, title).
* **Impact** - the human-readable effect on the listing.
* **Effect** and **effect status** - the machine effect (such as `listing_suppressed`) and whether it's currently active.
* **Exemption expires at** - when a scheduled action, such as a catalog removal, takes effect, where applicable.
* **Detected at** - when the issue was first detected.

When there are more results, a `next_page` marker lets the assistant load more on request.

{% hint style="warning" %}
Enforcement effects such as **listing suppressed** mean the listing is no longer visible to shoppers on Amazon and need immediate attention. Filter by `effect` on the suppression values to surface only active suppressions.
{% endhint %}
