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

    Interface GetVideoDetailRequest

    Request parameters for get_video_detail

    Get the detail information of video.

    interface GetVideoDetailRequest {
        post_id?: string;
        video_upload_id?: string;
    }
    Index

    Properties

    Optionalpost_id

    post_id?: string

    You can only select one from video_upload_id and post_id: - If you want to get detail information of video with draft status, please pass video_upload_id.- If you want to get detail information of video with post status, please pass post_id.

    video_upload_id?: string

    You can only select one from video_upload_id and post_id: - If you want to get detail information of video with draft status, please pass video_upload_id.- If you want to get detail information of video with post status, please pass post_id.