快工助手跨境电商知识与商机助手

courier_delivery_binding_status_push

Shopee 官方资料 · Shopee Open Platform 推送机制(Push Mechanism) · 适合开发者

stable本次发布有变化全部展示

来自 Shopee 官方资料快照 ·

打开官方原文 ↗
  1. 当前资料结构化阅读页
  2. 固定快照已留存,可追溯
  3. 官方原文可核对
查看技术与溯源信息
平台 / profile
Shopee / profile.shopee.push_mechanism
语言
en-US
发布版本
cn-20260909-2
标签
zhuge/sourceplatform/shopeeaudience/developercategory/api_doctopic/apitopic/developertopic/order-pushtopic/push

资料正文

§1 courier_delivery_binding_status_push

Get notified immediately on all first mile tracking number status updates for courier delivery.

#

§2 Overview

Overview

FieldValue
Push code37
Timeout (seconds)3
Retry strategy (seconds)300, 1800, 10800
Guaranteed deliveryNo
#

§3 Push parameters

Push parameters

NameTypeRequiredSampleDescription
dataobjectMain Push message data.
data.binding_idstringDCN249237197572VUBinding ID.
data.first_mile_tracking_numberstringDCN249237197572VUThe first mile tracking number.
data.statusstringORDER_RECEIVEDThe logistics status for first-mile tracking number. Status could be: CANCELED CANCELING DELIVERED NOT_AVAILABLE ORDER_CREATED ORDER_RECEIVED PICKED_UP
data.update_timetimestamp1660123089Timestamp 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_idint64296363855Shopee's unique identifier for a shop.
codeint3237Shopee's unique identifier for a push notification.
timestamptimestamp1660123089Timestamp 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

DateChange
2025-06-27New Push
#