stable本次发布有变化全部展示
来自 Shopee 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 package_fulfillment_status_push
Get notified immediately on all package fulfillment status updates. This includes package cancellations that occur before shipping, so that you can take the necessary steps in time.
§2 Overview
Overview
| Field | Value |
|---|---|
| Push code | 30 |
| Timeout (seconds) | 3 |
| Retry strategy (seconds) | 300, 1800, 10800 |
| Guaranteed delivery | No |
§3 Push parameters
Push parameters
| Name | Type | Required | Sample | Description |
|---|---|---|---|---|
| data | object | |||
| data.ordersn | string | 250421TPSF33R6 | Shopee's unique identifier for an order. | |
| data.package_number | string | OFG198917831207390 | Shopee's unique identifier for the package under an order. | |
| data.fulfillment_status | string | LOGISTICS_REQUEST_CREATED | The Shopee fulfillment status for the package. Applicable values: See V2.0 Data Definition - PackageFulfillmentStatus. | |
| data.update_time | int64 | 1660123127 | Timestamp that indicates the last time that there was a change in value of package fulfillment status, such as package fulfillment status changed from 'LOGISTICS_READY' to 'LOGISTICS_REQUEST_CREATED'. | |
| shop_id | int64 | 727720655 | Shopee's unique identifier for a shop. | |
| code | int64 | 30 | Shopee's unique identifier for a push notification. | |
| timestamp | int64 | 1660123127 | Timestamp that indicates the message was sent. |
§4 Sample
Sample
{"data":{"ordersn":"250421TPSF33R6","package_number":"OFG198917831207390","fulfillment_status":"LOGISTICS_REQUEST_CREATED","update_time":1660123127},"shop_id":727720655,"code":30,"timestamp":1660123127}
§5 Update log
Update log
| Date | Change |
|---|---|
| 2025-05-28 | New Push |
