inbound_status_push
Last Updated: 14 May 2024
Basics
| Property | Value |
|---|---|
| Category | Consignment Service Push |
| Push Mechanism Name | inbound_status_push |
| Push Mechanism Code | 21 |
| Push Mechanism Description | When the inbound status changed, it will send a push |
| Push Mechanism Subscription Rules | Consignment Service System |
| Time Out Seconds | 3s |
| Sequence Guaranteed | No |
| Can Repeated Same Message | Yes |
| Retry Seconds | 300s,1800s,10800s |
Push Parameters
| Name | Type | Sample | Description |
|---|---|---|---|
| code | int | ||
| timestamp | timestamp | ||
| supplier_id | int | ||
| data | object[] | ||
| inbound_id | string | INCNN00001 | inbound 唯一id |
| inbound_status | string | InboundStatusInTransit | 入库单的状态,枚举: InboundStatusPendingSupplierDeclare-待申报 InboundStatusInTransit-运输中 InboundStatusArrived-已到达 InboundStatusDone-已接收 InboundStatusRejected-已拒绝 InboundStatusCancelled-已取消 |
{
"inbound_id":"INCNN00001",
"inbound_status":"InboundStatusInTransit",
}
Update Log
| Date | Update Details |
|---|---|
| 2024-03-27 | New Push |