package_fulfillment_status_push
Last Updated: 17 Jun 2025
Basics
| Property | Value |
|---|---|
| Category | Order Push |
| Push Mechanism Name | package_fulfillment_status_push |
| Push Mechanism Code | 30 |
| Push Mechanism Description | 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. |
| Push Mechanism Subscription Rules | ERP System/Seller In House System/Order Management/Swam ERP |
| Time Out Seconds | 3s |
| Sequence Guaranteed | No |
| Can Repeated Same Message | Yes |
| Retry Seconds | 300s,1800s,10800s |
Push Parameters
| Name | Type | Sample | Description |
|---|---|---|---|
| data | object | ||
| ordersn | string | 250421TPSF33R6 | Shopee's unique identifier for an order. |
| package_number | string | OFG198917831207390 | Shopee's unique identifier for the package under an order. |
| fulfillment_status | string | LOGISTICS_REQUEST_CREATED | The Shopee fulfillment status for the package. Applicable values: See V2.0 Data Definition - PackageFulfillmentStatus. |
| 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. |
Json
{"data":{"ordersn":"250421TPSF33R6","package_number":"OFG198917831207390","fulfillment_status":"LOGISTICS_REQUEST_CREATED","update_time":1660123127},"shop_id":727720655,"code":30,"timestamp":1660123127}
Update Log
| Date | Update Details |
|---|---|
| 2025-05-28 | New Push |