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

    Interface GetVideoListList

    GetVideoListList sub-interface for GetVideoListResponseData

    interface GetVideoListList {
        allow_info?: GetVideoListAllowInfo;
        caption?: string;
        comments?: number;
        cover_image_url?: string;
        duration?: number;
        has_performance?: boolean;
        item_list?: GetVideoListItem[];
        likes?: number;
        post_id?: string;
        post_time?: number | Date;
        scheduled_info?: GetVideoListScheduledInfo;
        status?: number;
        update_time?: number | Date;
        video_upload_id?: string;
        video_url?: 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).

    cover_image_url?: string

    Cover image url of the Shopee Video.

    duration?: number

    Video duration time in millisecond.

    has_performance?: boolean

    Whether there is video metric data.

    item_list?: GetVideoListItem[]

    List of products linked with the Shopee Video.

    likes?: number

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

    Optionalpost_id

    post_id?: string

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

    Optionalpost_time

    post_time?: number | Date

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

    scheduled_info?: GetVideoListScheduledInfo

    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

    update_time?: number | Date

    The lasted update time the video.

    video_upload_id?: string

    ID of uploaded video.

    video_url?: string

    Video play url.

    views?: number

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