stable本次发布有变化全部展示
来自 Shopee 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 booking_trackingno_push
Get notified immediately when booking tracking numbers are updated so that you can ship promptly, and avoid having to query the v2.logistics.get_booking_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
| Field | Value |
|---|---|
| Push code | 24 |
| Timeout (seconds) | 3 |
| Retry strategy (seconds) | 300, 1800, 10800 |
| Guaranteed delivery | No |
§3 Push parameters
Push parameters
| Name | Type | Required | Sample | Description |
|---|---|---|---|---|
| data | object | Main Push message data | ||
| data.booking_sn | string | 220809MDBFYFT2 | Shopee's unique identifier for a booking. | |
| data.tracking_number | string | BR222263688572VSPXLM71894 | The tracking number of this booking. | |
| shop_id | int64 | 296363855 | Shopee's unique identifier for a shop. Required param for most APIs. | |
| code | int32 | 4 | Shopee's unique identifier for a push notification. | |
| timestamp | timestamp | 1660123089 | This is to indicate the timestamp of the request. |
§4 Update log
Update log
| Date | Change |
|---|---|
| 2024-07-02 | New Push |
