stable本次发布有变化全部展示
来自 Shopee 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 video_upload_push
Get the video upload push result
§2 Overview
Overview
| Field | Value |
|---|---|
| Push code | 11 |
| Timeout (seconds) | 3 |
| Retry strategy (seconds) | 300, 1800, 10800 |
| Guaranteed delivery | No |
§3 Push parameters
Push parameters
| Name | Type | Required | Sample | Description |
|---|---|---|---|---|
| data | object | |||
| data.video_upload_id | string | sg_a106a162-8a60-4a3e-9eba-7844d7a6f4f2_000197 | The identifier of this upload session, used in following video upload request and item creating and/or updating. | |
| data.status | string | FAILED | Video upload result. Can be SUCCEEDED / FAILED | |
| data.message | string | Video is too short | More about failed uploads. | |
| data.video_info | object | Video id and video url for each markets. | ||
| data.video_info.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 | ||
| data.video_info.video_url | object[] | Video URLs for each markets | ||
| data.video_info.video_url.video_url_region | string | Video region. | ||
| data.video_info.video_url.video_url | string | Video URL | ||
| data.video_info.thumbnail_url | object[] | Video thumbnails for each markets. | ||
| data.video_info.thumbnail_url.image_url_region | string | Video Thumbnail region. | ||
| data.video_info.thumbnail_url.image_url | string | image url. | ||
| shop_id | int | 608118757 | Shopee's unique identifier for a shop. | |
| code | int | 11 | Shopee's unique identifier for a push notification. | |
| timestamp | timestamp | 1660125113 | Timestamp that indicates the message was sent. |
§4 Sample
Sample
{
"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
}
{"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}
§5 Update log
Update log
| Date | Change |
|---|---|
| 2022-08-18 | New Push Mechanism |
