DRAGON_CATALOG_ISSUES

Shows active catalog and listing issues by marketplace and severity, with the date first seen.

Syntax

=DRAGON_CATALOG_ISSUES(account, [ASIN], [marketplace], [severity], [columns], [header], [transpose])

Parameters in [brackets] are optional. Leave an optional parameter blank to include everything.

This page is also available inside Sheets – type =DRAGON_CATALOG_ISSUES("help") in any cell to get the same reference without leaving your spreadsheet.

Sample output

Illustrative values – your sheet shows your account's live data.

A1fx=DRAGON_CATALOG_ISSUES("Myaccount", "", "US")
ABCDEFG
1asinmarketplaceseveritydatecategoriesattributesmessage
2B0EXAMPLE1USERROR2026-07-21
3B0EXAMPLE2USWARNING2026-07-20
4B0EXAMPLE3USERROR2026-07-19
5B0EXAMPLE4USWARNING2026-07-18

Parameters

ParameterRequiredDescription
accountRequiredAccount nickname or Amazon account id.
ASINOptionalOptional ASIN or comma/space separated ASIN list. Also accepts a cell range like A2:A100 or INDIRECT() pointing to a list.
marketplaceOptionalOptional marketplace/country code such as US, CA, or MX.
severityOptionalOptional severity filter.
columnsOptionalOptional comma-separated output columns.
headerOptionalUse no, false, or 0 to suppress the output header row. Default: Yes.
transposeOptionalUse yes, true, or 1 to transpose the output.

Columns

Columns are evaluated left to right: a field or group name adds columns, a leading - removes them. default and all select the default or full column set.

ColumnDefaultDescription
asinYesAsin.
marketplaceYesMarketplace.
issue_codeNoIssue code.
severityYesSeverity.
dateYesDate the issue was first seen.
categoriesYesCategories.
attributesYesAttributes.
messageYesMessage.
marketplace_idNoMarketplace id.

Examples

=DRAGON_CATALOG_ISSUES("Myaccount", "", "US")