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

    Interface GlobalItemVideoInfo

    Global item video info

    interface GlobalItemVideoInfo {
        duration: number;
        thumbnail_url_list: string[];
        video_url_list: string[];
    }
    Index

    Properties

    duration: number

    Video duration

    thumbnail_url_list: string[]

    List of thumbnail URLs

    video_url_list: string[]

    List of video URLs