Skip to main content

courier_delivery_binding_status_push

Last Updated: 22 Jul 2025

Basics

PropertyValue
CategoryOrder Push
Push Mechanism Namecourier_delivery_binding_status_push
Push Mechanism Code37
Push Mechanism DescriptionGet notified immediately on all first mile tracking number status updates for courier delivery.
Push Mechanism Subscription RulesERP System/Seller In House System/Order Management/Swam ERP
Time Out Seconds3s
Sequence GuaranteedNo
Can Repeated Same MessageYes
Retry Seconds300s,1800s,10800s

Push Parameters

NameTypeSampleDescription
dataobjectMain Push message data.
binding_idstringDCN249237197572VUBinding ID.
first_mile_tracking_numberstringDCN249237197572VUThe first mile tracking number.
statusstringORDER_RECEIVEDThe logistics status for first-mile tracking number. Status could be: CANCELED CANCELING DELIVERED NOT_AVAILABLE ORDER_CREATED ORDER_RECEIVED PICKED_UP
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.

Json

{
"data":{
"binding_id": "DCN249237197572VU",
"first_mile_tracking_number": "DCN249237197572VU",
"status": "ORDER_RECEIVED",
"update_time": 1660123089
},
"shop_id":296363855,
"code":37,
"timestamp":1660123089
}

Update Log

DateUpdate Details
2025-06-27New Push