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

    Interface SearchSspListCssp

    SearchSspListCssp sub-interface for SearchSspListSsp

    interface SearchSspListCssp {
        attributes?: SearchSspListAttribute[];
        brand_id?: number;
        brand_name?: string;
        cssp_id?: number;
        desc?: string;
        images?: string[];
        ssp_id?: number;
        tier_indices?: number[];
        tier_variation?: SearchSspListTierVariation[];
        title?: string;
    }
    Index

    Properties

    attributes?: SearchSspListAttribute[]

    The attributes associated with the SSP or CSSP.

    brand_id?: number

    The brand ID.

    brand_name?: string

    The brand name.

    cssp_id?: number

    The ID of the country-specific Standardized Shop Product (CSSP).

    desc?: string

    The CSSP description.

    images?: string[]

    Image identifiers associated with the SSP or CSSP.

    ssp_id?: number

    The ID of the Standardized Shop Product (SSP).

    tier_indices?: number[]

    The tier option indices identifying the CSSP variation.

    tier_variation?: SearchSspListTierVariation[]

    The tier variation definitions.

    title?: string

    The display title of the CSSP returned by the search.