video_upload_push
Last Updated: 19 Aug 2022
Thông số cơ bản
| Property | Value |
|---|---|
| Category | Product Push |
| Push Mechanism Name | video_upload_push |
| Push Mechanism Code | 11 |
| Push Mechanism Description | Get the video upload push result |
| Push Mechanism Subscription Rules | ERP System/Seller In House System/Product Management/Swam ERP |
| Time Out Seconds | 3s |
| Sequence Guaranteed | No |
| Can Repeated Same Message | Yes |
| Retry Seconds | 300s,1800s,10800s |
Tham số Push
| Tên | Kiểu | Mẫu | Mô tả |
|---|---|---|---|
| data | object | ||
| video_upload_id | string | sg_a106a162-8a60-4a3e-9eba-7844d7a6f4f2_000197 | Mã đị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. |
| status | string | FAILED | Video upload result. Can be SUCCEEDED / FAILED |
| message | string | Video is too short | Thêm thông tin về các lần tải lên thất bại. |
| video_info | object | ID video và URL video cho từng thị trường. | |
| video_id | string | Equal to video_upload_id, the identifier for this upload session, used for subsequent video upload requests and item creation and/or updates | |
| video_url | object[] | URL video cho từng thị trường | |
| video_url_region | string | Khu vực video. | |
| video_url | string | URL video | |
| thumbnail_url | object[] | Ảnh đại diện video cho từng thị trường. | |
| image_url_region | string | Khu vực ảnh đại diện video. | |
| image_url | string | URL hình ảnh. | |
| shop_id | int | 608118757 | Mã định danh duy nhất của Shopee cho một cửa hàng. |
| code | int | 11 | Mã định danh duy nhất của Shopee cho một thông báo push. |
| timestamp | timestamp | 1660125113 | Thờ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ày | Chi tiết cập nhật |
|---|---|
| 2022-08-18 | New Push Mechanism |