接口 notify.depot.pickup.return
接口说明
退货单生成时触发
业务参数
参数名称 | 类型 | 是否必须 | 说明 |
---|---|---|---|
RequestID | string | Y | 请求 id,用于多次请求下去重 |
BizID | string | Y | 退货单 id |
ReceiptNo | string | Y | 退货单单号 |
CreateReturnOrderAt | int | Y | 创建退货单时间戳 |
DepotID | string | Y | 仓库 ID |
AccountID | string | Y | 补货员 ID |
ProductList | array | Y | 商品列表 |
返回示例
{
"RequestID":"fa0b2403-c369-49ca-8445-68822811f140"
"BizID": "5febf6ed78350b1caaf5cc51",
"ReceiptNo":"RT21030511123711046",
"CreateReturnOrderAt": 1609299693,
"DepotID": "5ed4fea51e5cd7000fa8f425",
"AccountID": "5d257adbe4263f00119eb553",
"ProductList": [{
"BarCode": "6902538004045",
"Qty": 1
}]
}