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

    Interface SearchSspListRequest

    Request parameters for search_ssp_list

    Search SSPs by title or by image. At most 50 results are returned.When image_id_list is provided, the search is based on image similarity and title is ignored; otherwise title must contain at least three characters.

    interface SearchSspListRequest {
        image_id_list?: string[];
        title?: string;
    }
    Index

    Properties

    image_id_list?: string[]

    Image IDs used for visually similar SSP search. When at least one image ID is supplied, title is ignored.

    title?: string

    Title text for SSP search. Required when image_id_list is empty and must contain at least three Unicode characters.