快工助手跨境电商知识与商机助手

inbound_status_push

Shopee 官方资料 · Shopee Open Platform 推送机制(Push Mechanism) · 适合开发者

stable本次发布有变化全部展示

来自 Shopee 官方资料快照 ·

打开官方原文 ↗
  1. 当前资料结构化阅读页
  2. 固定快照已留存,可追溯
  3. 官方原文可核对
查看技术与溯源信息
平台 / profile
Shopee / profile.shopee.push_mechanism
语言
en-US
发布版本
cn-20260909-2
标签
zhuge/sourceplatform/shopeeaudience/developercategory/api_doctopic/apitopic/consignment-service-pushtopic/developertopic/push

资料正文

§1 inbound_status_push

When the inbound status changed, it will send a push

#

§2 Overview

Overview

FieldValue
Push code21
Timeout (seconds)3
Retry strategy (seconds)300, 1800, 10800
Guaranteed deliveryNo
#

§3 Push parameters

Push parameters

NameTypeRequiredSampleDescription
codeint
timestamptimestamp
supplier_idint
dataobject[]
data.inbound_idstringINCNN00001inbound 唯一id
data.inbound_statusstringInboundStatusInTransit入库单的状态,枚举: InboundStatusPendingSupplierDeclare-待申报; InboundStatusInTransit-运输中; InboundStatusArrived-已到达; InboundStatusDone-已接收; InboundStatusRejected-已拒绝; InboundStatusCancelled-已取消
#

§4 Sample

Sample

{
"inbound_id":"INCNN00001",
"inbound_status":"InboundStatusInTransit",
}
#

§5 Update log

Update log

DateChange
2024-03-27New Push
#