Shopee SDK API Reference - v1.11.0
    Preparing search index...

    Interface GetVideoDetailResponseData

    interface GetVideoDetailResponseData {
        allowInfo?: GetVideoDetailAllowInfo;
        caption?: string;
        comments?: number;
        coverImageUrl?: string;
        duration?: number;
        hasPerformance?: boolean;
        itemList?: GetVideoDetailItemList[];
        likes?: number;
        postId?: string;
        postTime?: number;
        scheduledInfo?: GetVideoDetailScheduledInfo;
        status?: number;
        updateTime?: number;
        videoUploadId?: string;
        videoUrl?: string;
        views?: number;
    }
    Index

    Properties

    Whether allow stitch and duet.

    caption?: string

    Description of the Shopee Video.

    comments?: number

    Comment count the post Shopee Video. Only have value when the video status is 300 (POSTED).

    coverImageUrl?: string

    Cover image url of the Shopee Video.

    duration?: number

    Video duration time in millisecond.

    hasPerformance?: boolean

    Whether there is video metric data.

    List of products linked with the Shopee Video.

    likes?: number

    Like count of post Shopee Video. Only have value when the video status is 300 (POSTED).

    postId?: string

    The unique identifier for post Shopee Video. Only have value when the video status is 300 (POSTED).

    postTime?: number

    The time when the video post to Shopee Video. Only have value when the video status is 300 (POSTED).

    When scheduled_post is true, scheduled_post_time must not empty.When scheduled_post is false, scheduled_post_time must empty.

    status?: number

    Video current status. Applicable values:200: DRAFT300: POSTED400: DELETED500: SCHEDULED600: SCHEDULED_FAILED

    updateTime?: number

    The lasted update time the video.

    videoUploadId?: string

    ID of uploaded video.

    videoUrl?: string

    Video play url.

    views?: number

    View count of post Shopee Video. Only have value when the video status is 300 (POSTED).