Shopee SDK API Reference - v1.11.0
    Preparing search index...

    Interface GetRecommendedItemListResponse

    Response for the get recommended item list API

    interface GetRecommendedItemListResponse {
        error: string;
        message: string;
        request_id: string;
        response: {
            item_id: number;
            item_status_list: string[];
            ongoing_ad_type_list: string[];
            sku_tag_list: string[];
        }[];
        warning?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    error: string

    Error code if any error occurred

    message: string

    Error message if any error occurred

    request_id: string

    The identifier for an API request for error tracking

    response: {
        item_id: number;
        item_status_list: string[];
        ongoing_ad_type_list: string[];
        sku_tag_list: string[];
    }[]

    Type Declaration

    • item_id: number

      Recommended SKU's item id

    • item_status_list: string[]

      This is param to indicate the status of items, so sellers can know whether an item is eligible for ads or not

    • ongoing_ad_type_list: string[]

      Current status of the ad on this item. For example- no ongoing promotion, search ads, discovery ads, boost ads

    • sku_tag_list: string[]

      The corresponding tag (or tags) that belong to item_id, sequences follow as best selling>best ROI>top search

    warning?: string

    Optional warning message if some data cannot be responded normally