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

    Interface GetRecommendedKeywordListRequest

    Request parameters for get_recommended_keyword_list

    Use this API to get the list of Recommended keywords by item and optionally a search keyword

    interface GetRecommendedKeywordListRequest {
        input_keyword?: string;
        item_id: number;
    }
    Index

    Properties

    input_keyword?: string

    The keyword seller typed in the manually add keyword window.

    item_id: number

    Shopee's unique identifier for an item.