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

    Interface GetItemListByContentDiagnosisRequest

    Request parameters for get_item_list_by_content_diagnosis

    Query the list of products and their content quality details by content quality level or content issues.

    interface GetItemListByContentDiagnosisRequest {
        issue_type?: number[];
        offset?: string;
        page_size: number;
        quality_level?: number[];
    }
    Index

    Properties

    issue_type?: number[]

    Item's content issue. Applicable values: 1: TOO_FEW_IMAGES2: WRONG_CATEGORY3: TOO_FEW_ATTRIBUTES_FOR_QUALIFIED4: LACK_OF_SIZE_CHART5: LACK_OF_STANDARD_VARIATION6: LACK_BRAND7: TOO_SHORT_DESCRIPTION8: TOO_SHORT_OR_TOO_LONG_NAME9: WRONG_WEIGHT10: LACK_OF_VIDEO11: TOO_FEW_ATTRIBUTES_FOR_EXCELLENTIf you need to pass both quality_level and issue_type, the logic are as follows:- When quality_level is 1, issue_type can only be 1, 2, 3, 4, 5- When quality_level is 2, issue_type can only be 6, 7, 8, 9, 10, 11- When quality_level is 3, issue_type can only be empty

    offset?: string

    Specifies the starting entry of data to return in the current call. Default is empty. if data is more than one page, the offset can be some entry to start next call.

    page_size: number

    the size of one page. Max=48

    quality_level?: number[]

    Item's latest content quality level. Applicable values:1: TO_BE_IMPROVED2: QUALIFIED3: EXCELLENT