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

order_trackingno_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 order_trackingno_push

Get notified immediately when order tracking numbers are updated so that you can ship promptly, and avoid having to query the v2.logistics.get_tracking_number API repeatedly. This can be useful when logistics partners take some time to update tracking numbers which may be required on shipping documents.

#

§2 Overview

Overview

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

§3 Push parameters

Push parameters

NameTypeRequiredSampleDescription
dataobjectMain Push message data
data.ordersnstring220809MDBFYFT2Shopee's unique identifier for an order.
data.forder_idstring4965804244309504855Coming offline
data.package_numberstringOFG113701539238152Shopee's unique identifier for the package under an order.
data.tracking_nostringBR222263688572VSPXLM71894The tracking number of this order.
shop_idint296363855Shopee's unique identifier for a shop. Required param for most APIs.
codeint4Shopee's unique identifier for a push notification.
timestamptimestamp1660123089This is to indicate the timestamp of the request.
#

§4 Sample

Sample

{"data":{"ordersn":"220809MDBFYFT2","forder_id":"4965804244309504855","package_number":"OFG113701539238152","tracking_no":"BR222263688572VSPXLM71894"},"shop_id":296363855,"code":4,"timestamp":1660123089}
#

§5 Update log

Update log

DateChange
2022-08-18New Push Mechanism
#