order_trackingno_push
Last Updated: 18 Aug 2022
Basics
| Property | Value |
|---|---|
| Category | Order Push |
| Push Mechanism Name | order_trackingno_push |
| Push Mechanism Code | 4 |
| Push Mechanism Description | 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. |
| Push Mechanism Subscription Rules | Original/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 | Main Push message data | |
| ordersn | string | 220809MDBFYFT2 | Shopee's unique identifier for an order. |
| forder_id | string | 4965804244309504855 | Coming offline |
| package_number | string | OFG113701539238152 | Shopee's unique identifier for the package under an order. |
| tracking_no | string | BR222263688572VSPXLM71894 | The tracking number of this order. |
| shop_id | int | 296363855 | Shopee's unique identifier for a shop. Required param for most APIs. |
| code | int | 4 | Shopee's unique identifier for a push notification. |
| timestamp | timestamp | 1660123089 | This is to indicate the timestamp of the request. |
Json
{"data":{"ordersn":"220809MDBFYFT2","forder_id":"4965804244309504855","package_number":"OFG113701539238152","tracking_no":"BR222263688572VSPXLM71894"},"shop_id":296363855,"code":4,"timestamp":1660123089}
Update Log
| Date | Update Details |
|---|---|
| 2022-08-18 | New Push Mechanism |