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

    Interface EditVideoInfoVideoUpload

    EditVideoInfoVideoUpload sub-interface for EditVideoInfoRequest

    interface EditVideoInfoVideoUpload {
        allow_info: EditVideoInfoAllowInfo;
        caption?: string;
        cover_image_url: string;
        item_info?: EditVideoInfoItemInfo[];
        scheduled_info: EditVideoInfoScheduledInfo;
        video_upload_id: string;
    }
    Index

    Properties

    Whether allow stitch and duet.

    caption?: string

    Description of the Shopee Video.

    cover_image_url: string

    Selected cover image url of the Shopee Video. Obtain from v2.video.get_cover_list.

    item_info?: EditVideoInfoItemInfo[]

    List of products to be linked with the Shopee Video, no more than 6.

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

    video_upload_id: string

    ID of uploaded video. Obtain from v2.media.get_video_upload_result.