Skip to main content

package_info_push

Last Updated: 26 Dec 2025

Basics

PropertyValue
CategoryOrder Push
Push Mechanism Namepackage_info_push
Push Mechanism Code47
Push Mechanism DescriptionGet notified immediately on package information updates, including changes to the Ship By Date and Logistics Channel, so you can take the necessary steps in time.
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
shop_idint64220688102Shopee's unique identifier for a shop.
codeint3247Shopee's unique identifier for a push notification.
timestamptimestamp1764569832Timestamp that indicates the message was sent.
dataobject
order_snstring2512017TFPB0HFShopee's unique identifier for an order.
package_numberstringOFG218268963204539Shopee's unique identifier for the package under an order.
changed_fieldsstring[]["ship_by_date"]Returns value: ship_by_date or logistics_channel_id, depending on which field has been updated. Both values will be returned if both fields have been updated.
oldobjectPrevious Ship By Date and logistics channel assigned to order.
logistics_channel_idint6470124Shopee's unique identifier for the previous logistics channel assigned to the order.
ship_by_datetimestamp1764746165Previous Ship By Date assigned to the order.
newobjectNew Ship By Date and logistics channel assigned to order.
logistics_channel_idint6470124Shopee's unique identifier for the new logistics channel assigned to the order.
ship_by_datetimestamp1764573365New Ship By Date assigned to the order.
update_timetimestamp1764569831Timestamp that indicates the last time that there was a change in value of ship_by_date or logistics_channel_id.

Java

{
"data": {
"changed_fields": [
"ship_by_date"
],
"old": {
"logistics_channel_id": 70124,
"ship_by_date": 1764573365
},
"new": {
"logistics_channel_id": 70124,
"ship_by_date": 1764746165
},
"order_sn": "2512017TFPB0HF",
"package_number": "OFG218268963204539",
"update_time": 1764569831
},
"shop_id": 220688102,
"code": 47,
"timestamp": 1764569832
}

Update Log

DateUpdate Details
2025-12-18New Push