Selling Partner API SDK for JavaScript
    Preparing search index...

    An issue with a listings item.

    interface Issue {
        attributeName?: string;
        code: string;
        message: string;
        severity: IssueSeverityEnum;
    }
    Index

    Properties

    attributeName?: string

    Name of the attribute associated with the issue, if applicable.

    code: string

    An issue code that identifies the type of issue.

    message: string

    A message that describes the issue.

    The severity of the issue.