Chuyển tới nội dung chính

video_upload_push

Last Updated: 19 Aug 2022

Thông số cơ bản

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

Tham số Push

TênKiểuMẫuMô tả
dataobject
video_upload_idstringsg_a106a162-8a60-4a3e-9eba-7844d7a6f4f2_000197Mã định danh của phiên tải lên này, được dùng trong các yêu cầu tải video tiếp theo và khi tạo/cập nhật sản phẩm.
statusstringFAILEDVideo upload result. Can be SUCCEEDED / FAILED
messagestringVideo is too shortThêm thông tin về các lần tải lên thất bại.
video_infoobjectID video và URL video cho từng thị trường.
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[]URL video cho từng thị trường
video_url_regionstringKhu vực video.
video_urlstringURL video
thumbnail_urlobject[]Ảnh đại diện video cho từng thị trường.
image_url_regionstringKhu vực ảnh đại diện video.
image_urlstringURL hình ảnh.
shop_idint608118757Mã định danh duy nhất của Shopee cho một cửa hàng.
codeint11Mã định danh duy nhất của Shopee cho một thông báo push.
timestamptimestamp1660125113Thời điểm cho biết tin nhắn đã được gửi.

Nếu tải video thành công, thông báo push sẽ là

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
}

Nếu tải video thất bại, thông báo push sẽ là

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}

Lịch sử cập nhật

NgàyChi tiết cập nhật
2022-08-18New Push Mechanism