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

    Type Alias VideoUploadStatus

    VideoUploadStatus:
        | "INITIATED"
        | "TRANSCODING"
        | "SUCCEEDED"
        | "FAILED"
        | "CANCELLED"

    Video upload status

    • INITIATED: Waiting for part uploading and/or the complete_video_upload API call
    • TRANSCODING: Has received all video parts, and is transcoding the video file
    • SUCCEEDED: Transcoding completed, and this upload_id can now be used for item adding/updating
    • FAILED: This upload failed, see the message field for info
    • CANCELLED: This upload is cancelled