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

    Interface GetVideoDetailPerformanceVideoInfo

    GetVideoDetailPerformanceVideoInfo sub-interface for GetVideoDetailPerformanceResponseData

    interface GetVideoDetailPerformanceVideoInfo {
        caption?: string;
        cover_image_url?: string;
        duration?: number;
        post_id?: string;
        post_time?: number | Date;
        related_item_count?: number;
        video_url?: string;
    }
    Index

    Properties

    caption?: string

    Description of the Shopee Video.

    cover_image_url?: string

    Cover image url of the Shopee Video.

    duration?: number

    Video duration time in millisecond.

    Optionalpost_id

    post_id?: string

    A unique identifier for Shopee videos.

    Optionalpost_time

    post_time?: number | Date

    The time when the video post to Shopee Video.

    related_item_count?: number

    Number of products linked with the Shopee Video.

    video_url?: string

    Video play url.