stable本次发布有变化全部展示
来自 Shopee 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 inbound_status_push
When the inbound status changed, it will send a push
§2 Overview
Overview
| Field | Value |
|---|---|
| Push code | 21 |
| Timeout (seconds) | 3 |
| Retry strategy (seconds) | 300, 1800, 10800 |
| Guaranteed delivery | No |
§3 Push parameters
Push parameters
| Name | Type | Required | Sample | Description |
|---|---|---|---|---|
| code | int | |||
| timestamp | timestamp | |||
| supplier_id | int | |||
| data | object[] | |||
| data.inbound_id | string | INCNN00001 | inbound 唯一id | |
| data.inbound_status | string | InboundStatusInTransit | 入库单的状态,枚举: InboundStatusPendingSupplierDeclare-待申报; InboundStatusInTransit-运输中; InboundStatusArrived-已到达; InboundStatusDone-已接收; InboundStatusRejected-已拒绝; InboundStatusCancelled-已取消 |
§4 Sample
Sample
{
"inbound_id":"INCNN00001",
"inbound_status":"InboundStatusInTransit",
}
§5 Update log
Update log
| Date | Change |
|---|---|
| 2024-03-27 | New Push |
