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

    Interface GetVideoDetailParams

    interface GetVideoDetailParams {
        post_id?: string;
        postId?: string;
        video_upload_id?: string;
        videoUploadId?: string;
    }
    Index

    Properties

    Optionalpost_id

    post_id?: string
    postId?: 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
    videoUploadId?: 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.