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

    Interface CompleteVideoUploadRequest

    Request parameters for complete_video_upload

    Complete the video upload and starts the transcoding process when all parts are uploaded successfully.

    interface CompleteVideoUploadRequest {
        part_seq_list: number[];
        report_data: CompleteVideoUploadReportData;
        video_upload_id: string;
    }
    Index

    Properties

    part_seq_list: number[]

    All uploaded sequence number.

    video_upload_id: string

    The ID of this upload session, returned in init_video_upload.