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

    An issue with a listings item.

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

    Properties

    attributeNames?: string[]

    The names of the attributes associated with the issue, if applicable.

    categories: string[]

    List of issue categories. Possible values: * 'INVALID_ATTRIBUTE' - Indicating an invalid attribute in the listing. * 'MISSING_ATTRIBUTE' - Highlighting a missing attribute in the listing. * 'INVALID_IMAGE' - Signifying an invalid image in the listing. * 'MISSING_IMAGE' - Noting the absence of an image in the listing. * 'INVALID_PRICE' - Pertaining to issues with the listing's price-related attributes. * 'MISSING_PRICE' - Pointing out the absence of a price attribute in the listing. * 'DUPLICATE' - Identifying listings with potential duplicate problems, such as this ASIN potentially being a duplicate of another ASIN. * 'QUALIFICATION_REQUIRED' - Indicating that the listing requires qualification-related approval.

    code: string

    An issue code that identifies the type of issue.

    enforcements?: IssueEnforcements
    message: string

    A message that describes the issue.

    The severity of the issue.