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

    Interface GetSspRecommendationResponseData

    GetSspRecommendationResponseData sub-interface for GetSspRecommendationResponse

    interface GetSspRecommendationResponseData {
        auto_enroll_items?: GetSspRecommendationAutoEnrollItem[];
        auto_enroll_time?: number;
        possible_to_be_enroll_items?: GetSspRecommendationPossibleToBeEnrollItem[];
    }
    Index

    Properties

    Items that are eligible for automatic SSP enrollment.

    auto_enroll_time?: number

    The automatic enrollment end time as a Unix timestamp in seconds. This field is meaningful for automatic-enrollment items and may be zero or absent otherwise.

    possible_to_be_enroll_items?: GetSspRecommendationPossibleToBeEnrollItem[]

    Items that may be eligible for SSP enrollment.