An issue with a listings item.

Issue

interface ListingsItemsApiModelV20210801Issue {
    attributeNames?: string[];
    categories: string[];
    code: string;
    enforcements?: ListingsItemsApiModelV20210801IssueEnforcements;
    message: string;
    severity:
        | "ERROR"
        | "WARNING"
        | "INFO"
        | ListingsItemsApiModelV20210801IssueSeverityEnum;
}

Properties

attributeNames?: string[]

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

Issue

categories: string[]

List of issue categories. Possible vales: * 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.

Issue

code: string

An issue code that identifies the type of issue.

Issue

Issue

message: string

A message that describes the issue.

Issue

severity:
    | "ERROR"
    | "WARNING"
    | "INFO"
    | ListingsItemsApiModelV20210801IssueSeverityEnum

The severity of the issue.

Issue

MMNEPVFCICPMFPCPTTAAATR