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

    Interface CompleteVideoUploadParams

    Parameters for completing video upload

    interface CompleteVideoUploadParams {
        part_seq_list: number[];
        report_data: ReportData;
        video_upload_id: string;
    }
    Index

    Properties

    part_seq_list: number[]

    All uploaded sequence numbers

    report_data: ReportData

    Report data for tracking upload performance

    video_upload_id: string

    The ID of this upload session, returned in init_video_upload