stable本次发布有变化全部展示
来自 Shopee 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 shipping_document_status_push
shipping_document_status_push
§2 Overview
Overview
| Field | Value |
|---|---|
| Push code | 15 |
| 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.order_sn | string | 201118BCKPJQQ8 | Shopee's unique identifier for an order. | |
| data.package_number | string | 2485710696837122445 | Shopee's unique identifier for the package under an order. | |
| data.status | string | READY | The status of the shipping document generation.; -READY; -FAILED | |
| shop_id | int | 296363855 | Shopee's unique identifier for a shop. Required param for most APIs. | |
| code | int | 15 | Shopee's unique identifier for a push notification. | |
| timestamp | timestamp | 1660123089 | This is to indicate the timestamp of the request. |
§4 Sample
Sample
{"data": {"ordersn":"201118BCKPJQQ8","package_number":"2485710696837122445","status":"READY"},"shop_id":296363855,"code":15,"timestamp":1660123089}
§5 Update log
Update log
| Date | Change |
|---|---|
| 2023-01-12 | New Push |
