Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    An issue with a listings item.

    interface Issue {
        attributeNames?: string[];
        categories: string[];
        code: string;
        enforcements?: IssueEnforcements;
        marketplaceIds?: string[];
        message: string;
        severity: IssueSeverityEnum;
    }
    Index
    attributeNames?: string[]

    Names of the attributes that are associated with the issue, if applicable.

    categories: string[]

    List of issue categories.

    code: string

    An issue code that identifies the type of issue.

    enforcements?: IssueEnforcements
    marketplaceIds?: string[]

    List of Amazon store identifiers.

    message: string

    A message that describes the issue.

    The severity of the issue.