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

    Interface GetVideoUploadResultRequest

    Request parameters for get_video_upload_result

    Use this API to retrieve the current status and result of a video upload task. You can also use video_upload_result_push to get notified immediately when a video upload reaches a final status (SUCCEEDED, FAILED, or CANCELLED).

    interface GetVideoUploadResultRequest {
        video_upload_id: string;
    }
    Index

    Properties

    Properties

    video_upload_id: string

    The unique ID of the upload task, returned by v2.media.init_video_upload.