Shopee SDK API Reference - v2.8.0
    Preparing search index...

    Interface GetItemViolationInfoItem

    GetItemViolationInfoItem sub-interface for GetItemViolationInfoResponseData

    interface GetItemViolationInfoItem {
        deboost?: boolean;
        deboost_details?: GetItemViolationInfoDeboostDetail[];
        fail_error?: string;
        fail_message?: string;
        item_id?: number;
        item_name?: string;
        item_status?: string;
        item_status_details?: GetItemViolationInfoItemStatusDetail[];
    }
    Index

    Properties

    deboost?: boolean

    If deboost is true, means that the item's search ranking is lowered.

    fail_error?: string

    Indicate error type if one element hit error.

    fail_message?: string

    Indicate error details if one element hit error.

    item_id?: number

    Shopee's unique identifier for an item.

    item_name?: string

    Name of the item.

    item_status?: string

    Enumerated type that defines the current status of the item. Applicable values: NORMAL, BANNED, UNLIST, SELLER_DELETE, SHOPEE_DELETE, REVIEWING.

    item_status_details?: GetItemViolationInfoItemStatusDetail[]