stable本次发布有变化全部展示
来自 Shopee 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 courier_delivery_binding_status_push
Get notified immediately on all first mile tracking number status updates for courier delivery.
§2 Overview
Overview
| Field | Value |
|---|---|
| Push code | 37 |
| Timeout (seconds) | 3 |
| Retry strategy (seconds) | 300, 1800, 10800 |
| Guaranteed delivery | No |
§3 Push parameters
Push parameters
| Name | Type | Required | Sample | Description |
|---|---|---|---|---|
| data | object | Main Push message data. | ||
| data.binding_id | string | DCN249237197572VU | Binding ID. | |
| data.first_mile_tracking_number | string | DCN249237197572VU | The first mile tracking number. | |
| data.status | string | ORDER_RECEIVED | The logistics status for first-mile tracking number. Status could be: CANCELED CANCELING DELIVERED NOT_AVAILABLE ORDER_CREATED ORDER_RECEIVED PICKED_UP | |
| data.update_time | timestamp | 1660123089 | Timestamp that indicates the last time that there was a change in value of first mile tracking number status, such as status changed from 'PICKED_UP' to 'ORDER_RECEIVED'. | |
| shop_id | int64 | 296363855 | Shopee's unique identifier for a shop. | |
| code | int32 | 37 | Shopee's unique identifier for a push notification. | |
| timestamp | timestamp | 1660123089 | Timestamp that indicates the message was sent. |
§4 Sample
Sample
{
"data":{
"binding_id": "DCN249237197572VU",
"first_mile_tracking_number": "DCN249237197572VU",
"status": "ORDER_RECEIVED",
"update_time": 1660123089
},
"shop_id":296363855,
"code":37,
"timestamp":1660123089
}
§5 Update log
Update log
| Date | Change |
|---|---|
| 2025-06-27 | New Push |
