stable本次发布有变化全部展示
来自 Shopee 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 booking_status_push
Get notified immediately on all booking status updates. This includes booking cancellations that occur before shipping, so that you can take the necessary steps in time.
§2 Overview
Overview
| Field | Value |
|---|---|
| Push code | 23 |
| 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 | 220810QSK8S7BX | Return by default. Shopee's unique identifier for a booking. | |
| data.booking_status | string | PROCESSED | Return by default. Enumerated type that defines the current status of the booking. | |
| data.update_time | timestamp | 1660123127 | Return by default. Timestamp that indicates the last time that there was a change in value of booking, such as booking status changed from 'Processed' to 'Shipped'. | |
| shop_id | int64 | 727720655 | Shopee's unique identifier for a shop. Required param for most APIs. | |
| code | int32 | 3 | Shopee's unique identifier for a push notification. | |
| timestamp | timestamp | 1660123127 | Timestamp that indicates the message was sent. |
§4 Update log
Update log
| Date | Change |
|---|---|
| 2024-07-02 | New Push |
