Skip to main content

video_upload_push

Last Updated: 19 Aug 2022

Basics

PropertyValue
CategoryProduct Push
Push Mechanism Namevideo_upload_push
Push Mechanism Code11
Push Mechanism DescriptionGet the video upload push result
Push Mechanism Subscription RulesERP System/Seller In House System/Product Management/Swam ERP
Time Out Seconds3s
Sequence GuaranteedNo
Can Repeated Same MessageYes
Retry Seconds300s,1800s,10800s

Push Parameters

NameTypeSampleDescription
dataobject
video_upload_idstringsg_a106a162-8a60-4a3e-9eba-7844d7a6f4f2_000197The identifier of this upload session, used in following video upload request and item creating and/or updating.
statusstringFAILEDVideo upload result. Can be SUCCEEDED / FAILED
messagestringVideo is too shortMore about failed uploads.
video_infoobjectVideo id and video url for each markets.
video_idstringEqual to video_upload_id, the identifier for this upload session, used for subsequent video upload requests and item creation and/or updates
video_urlobject[]Video URLs for each markets
video_url_regionstringVideo region.
video_urlstringVideo URL
thumbnail_urlobject[]Video thumbnails for each markets.
image_url_regionstringVideo Thumbnail region.
image_urlstringimage url.
shop_idint608118757Shopee's unique identifier for a shop.
codeint11Shopee's unique identifier for a push notification.
timestamptimestamp1660125113Timestamp that indicates the message was sent.

If video upload successfully, push notification will be

Json

{
"data": {
"video_upload_id": "sg_f12ebfcb-a415-4c8a-b873-cc2ea8803c11_000203",
"status": "SUCCEEDED",
"message": "Success",
"video_info": {
"video_id": "0b6b0046852b64676545cf734ef52441",
"video_url": [{
"video_url_region": "MX",
"video_url": "https://cvf.shopee.com.mx/file/0b6b0046852b64676545cf734ef52441"
}, {
"video_url_region": "CO",
"video_url": "https://cvf.shopee.com.co/file/0b6b0046852b64676545cf734ef52441"
}, {
"video_url_region": "BR",
"video_url": "https://cvf.shopee.com.br/file/0b6b0046852b64676545cf734ef52441"
}, {
"video_url_region": "ID",
"video_url": "https://cvf.shopee.co.id/file/0b6b0046852b64676545cf734ef52441"
}, {
"video_url_region": "PH",
"video_url": "https://cvf.shopee.ph/file/0b6b0046852b64676545cf734ef52441"
}, {
"video_url_region": "TH",
"video_url": "https://cvf.shopee.co.th/file/0b6b0046852b64676545cf734ef52441"
}, {
"video_url_region": "TW",
"video_url": "https://cvf.shopee.tw/file/0b6b0046852b64676545cf734ef52441"
}, {
"video_url_region": "VN",
"video_url": "https://cvf.shopee.vn/file/0b6b0046852b64676545cf734ef52441"
}, {
"video_url_region": "CL",
"video_url": "https://cvf.shopee.cl/file/0b6b0046852b64676545cf734ef52441"
}, {
"video_url_region": "PL",
"video_url": "https://cvf.shopee.pl/file/0b6b0046852b64676545cf734ef52441"
}, {
"video_url_region": "MY",
"video_url": "https://cvf.shopee.com.my/file/0b6b0046852b64676545cf734ef52441"
}, {
"video_url_region": "SG",
"video_url": "https://cvf.shopee.sg/file/0b6b0046852b64676545cf734ef52441"
}],
       "thumbnail_url": [          {             
"image_url_region": "BR",
             "image_url": "https://cf.shopee.com.br/file/023397b8fe760c31c2185dd6dc93be64"          
},            {             
"image_url_region": "SG",
             "image_url": "https://cf.shopee.sg/file/023397b8fe760c31c2185dd6dc93be64"          
},            {             
"image_url_region": "TW",
             "image_url": "https://cf.shopee.tw/file/023397b8fe760c31c2185dd6dc93be64"          
},            {             
"image_url_region": "VN",
             "image_url": "https://cf.shopee.vn/file/023397b8fe760c31c2185dd6dc93be64"          
},            {             
"image_url_region": "PH",
             "image_url": "https://cf.shopee.ph/file/023397b8fe760c31c2185dd6dc93be64"          
},            {             
"image_url_region": "TH",
             "image_url": "https://cf.shopee.co.th/file/023397b8fe760c31c2185dd6dc93be64"          
},            {             
"image_url_region": "ID",
             "image_url": "https://cf.shopee.co.id/file/023397b8fe760c31c2185dd6dc93be64"          
},            {             
"image_url_region": "MY",
             "image_url": "https://cf.shopee.com.my/file/023397b8fe760c31c2185dd6dc93be64"          
}, {             
"image_url_region": "CO",
             "image_url": "https://cf.shopee.com.co/file/023397b8fe760c31c2185dd6dc93be64"          
},{             
"image_url_region": "CL",
             "image_url": "https://cf.shopee.cl/file/023397b8fe760c31c2185dd6dc93be64"          
},{             
"image_url_region": "MX",
             "image_url": "https://cf.shopee.com.mx/file/023397b8fe760c31c2185dd6dc93be64"          
},{             
"image_url_region": "PL",
             "image_url": "https://cf.shopee.com.pl/file/023397b8fe760c31c2185dd6dc93be64"          
}
],
       "duration": 60    

},
"shop_id":908118757,
"code":11,
"timestamp":1660125113
}

If video upload failed, push notification will be

Json

{"data":{"video_upload_id":"sg_a106a162-8a60-4a3e-9eba-7844d7a6f4f2_000197","status":"FAILED","message":"Video is too short"},"shop_id":608118757,"code":11,"timestamp":1660125113}

Update Log

DateUpdate Details
2022-08-18New Push Mechanism