补发场景下查询发货单,确认是否漏发
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
sellerNick | String | 必须 | xxx旗舰店 | 卖家昵称 | |
bizOrderId | Number | 必须 | 1234567 | 主订单id | |
subOrderIds | Number [] | 可选 |
|
子订单列表 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | Result | 返回参数 | |
|
{ "result":{ "success":true, "consignModel":{ "shippingList":[ { "itemId":"123456", "itemName":"商品名称", "quantity":3, "goodName":"货品名称", "subBizOrderId":123456, "goodId":"12345678", "goodSkuId":"215436534", "skuId":"123456", "goodType":0, "goodPicUrl":"https:\/\/img.html" } ], "bizOrderId":1234567, "shippingAppkey":"12345" }, "callErrorCode":"SYSTEM_ERROR", "callErrorMsg":"系统异常" } }
{"result":{"callErrorMsg":"Illegal request","success":"不等于true","callErrorCode":"sign-check-failure"}}
错误码 | 错误描述 | 解决方案 |
---|