NCI管理
处理 NCI
处理 NCI。
生产环境
https://ssl.glitzcloud.com/agent/v1/nci/nci/dispose测试环境
http://gztest.glitzcloud.com/agent/v1/nci/nci/dispose说明
1、功能名称:处理NCI
2、功能描述:处理NCI
请参阅鉴权签名说明。
请求参数
| 名称 | 必填 | 类型 | 示例值 | 描述 |
|---|---|---|---|---|
| store_name | 是 | String | The Warehouse USA | 仓库名称 |
| nci_id | 是 | Integer | 93 | NCI ID |
| disposition | 是 | Integer | 1提供入库单,2提供退货单,3弃货,4不是我的产品,5其他 | 处理方式 |
| reference_no | 否 | String | GCI10182200002,GCI10182200002 | 入库单或退货单号,disposition等于1或2时必填 |
| cmt.content | 否 | String | content must be english | 评论内容必须是英语,disposition等于5时必填 |
示例
请求示例
{
"store_name": "TWUSA01",
"format": "json",
"apikey": "85082f5f62a811e684f500163e0605f",
"secretkey": "85082f5f62a8e684f500163e0605f",
"randoms": 1931,
"sign": "470c59856a790dc36594044c89151f40",
"nci_id": 93,
"disposition": 1,
"reference_no": "GCI10182200002,GCI10182200003",
"cmt": {
"content": "comment must be english",
"comment_id": 0,
"parent_id": 0,
"reply_id": 0
}
}返回示例
{
"status": 200,
"reqMsg": "ok",
"result": []
}示例 3
{
"status": "10007",
"reqMsg": "The asn has been cancelled or completed",
"result": []
}