Skip to main content

video_upload_result_push

Last Updated: 6 Nov 2025

Basics

PropertyValue
CategoryShopee Push
Push Mechanism Namevideo_upload_result_push
Push Mechanism Code38
Push Mechanism DescriptionGet notified immediately when a video upload reaches a final status (SUCCEEDED, FAILED, or CANCELLED). Intermediate status (INITIATED, UPLOADING, UPLOADED, PROCESSING) are not pushed to avoid unnecessary callbacks, can call v2.media.get_video_upload_result if need progress updates.
Push Mechanism Subscription RulesERP System/Seller In House System/Product Management/Customer Service/Consignment Service System/Shopee Video Management
Time Out Seconds3s
Sequence GuaranteedNo
Can Repeated Same MessageYes
Retry Seconds300s,1800s,10800s

Push Parameters

NameTypeSampleDescription
dataobject
video_upload_idstringsg-11110201-6kh48-mepm7a0ttcw3c3The unique ID of the upload task.
statusstringSUCCEEDEDFinal status of the upload task. Possible values: - SUCCEEDED - FAILED - CANCELLED Note: Intermediate status (INITIATED, UPLOADING, UPLOADED, PROCESSING) are not pushed to avoid unnecessary callbacks, can call v2.media.get_video_upload_result if need progress updates.
reasonstringDetailed fail or cancel reason, will be returned if status is FAILED or CANCELLED.
video_infoobjectTranscoded video info, will be returned if status is SUCCEEDED.
video_urlstringhttp://play-src.vod.shopee.com/api/v4/11110201/mms/sg-11110201-6kh48-mepm7a0ttcw3c3.Video playback URL.
video_thumbnail_urlstringhttp://img.sp.mms.shopee.sg/sg-11110201-6kh48-mepm7a0ttcw3c3\_coverVideo thumbnail image URL.
thumbnail_widthint321920Video thumbnail image width.
thumbnail_heightint321080Video thumbnail image height.
durationint32105Video duration in seconds.
resolutionstring960x540Video resolution, e.g., "1280x1280".
update_timetimestamp1758018336The time of video status updates.
codeint3238Shopee's unique identifier for a push notification.
timestamptimestamp1758018336Timestamp that indicates the message was sent.

Json

{
"data": {
"status": "SUCCEEDED",
"reason": "",
"update_time": 1758018336,
"video_info": {
"video_url": "http://play-src.vod.shopee.com/api/v4/11110201/mms/sg-11110201-6kh48-mepm7a0ttcw3c3.",
"video_thumbnail_url": "http://img.sp.mms.shopee.sg/sg-11110201-6kh48-mepm7a0ttcw3c3_cover",
"thumbnail_width": 1920,
"thumbnail_height": 1080,
"duration": 105,
"resolution": "960x540"
}
},
"code": 37,
"timestamp": 1758018336
}

Update Log

DateUpdate Details
2025-09-19New Push