stable本次发布有变化全部展示
来自 Shopee 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 item_scheduled_publish_failed_push
Get notified when the product fails to publish at scheduled publish time
§2 Overview
Overview
| Field | Value |
|---|---|
| Push code | 27 |
| 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 info. | ||
| data.shop_id | int64 | 220904434 | Shopee's unique identifier for a shop. | |
| data.item_id | int64 | 885138337 | Shopee's unique identifier for an item. | |
| data.scheduled_publish_time | timestamp | 1725922200 | Scheduled publish time of this item. | |
| shop_id | int64 | 220904434 | Shopee's unique identifier for a shop. | |
| code | int32 | 27 | Shopee's unique identifier for a push notification. | |
| timestamp | timestamp | 1725922200 | Timestamp that indicates the message was sent. |
§4 Sample
Sample
{"data":{"shop_id":220904434,"item_id":885138337,"scheduled_publish_time":1725922200},"shop_id":220904434,"code":27,"timestamp":1725922200}
§5 Update log
Update log
| Date | Change |
|---|---|
| 2024-09-25 | New Push |
