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

    Interface SearchSspListSsp

    SearchSspListSsp sub-interface for SearchSspListResponseData

    interface SearchSspListSsp {
        attributes?: SearchSspListAttribute[];
        brand?: SearchSspListBrand;
        category_path?: SearchSspListCategoryPath[];
        cssps?: SearchSspListCssp[];
        description?: string;
        images?: string[];
        profile_type?: number;
        ssp_id?: number;
        tier_variation?: SearchSspListTierVariation[];
        title?: string;
    }
    Index

    Properties

    attributes?: SearchSspListAttribute[]

    The attributes associated with the SSP or CSSP.

    The SSP brand information.

    category_path?: SearchSspListCategoryPath[]

    The category hierarchy of the SSP.

    The country-specific products under the SSP.

    description?: string

    The SSP description.

    images?: string[]

    Image identifiers associated with the SSP or CSSP.

    profile_type?: number

    The SSP profile type.

    ssp_id?: number

    The ID of the Standardized Shop Product (SSP).

    tier_variation?: SearchSspListTierVariation[]

    The tier variation definitions.

    title?: string

    The display title of the SSP returned by the search.