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

    Interface GetSspDetailRequest

    Request parameters for get_ssp_detail

    Get the details of an SSP or CSSP. At least one of ssp_id and cssp_id is required, and cssp_id takes priority when both are provided.The response covers the product content such as the category path, attributes, brand and variations. Each entry in cssps is a country-specific SSP under the SSP, and its tier_indices point to the selected options of the parent tier_variation.

    interface GetSspDetailRequest {
        cssp_id?: number;
        ssp_id?: number;
    }
    Index

    Properties

    Properties

    cssp_id?: number

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

    ssp_id?: number

    The ID of the Standardized Shop Product (SSP).