TTWUSA APIV2

NCI管理

处理 NCI

处理 NCI。

POST
生产环境https://ssl.glitzcloud.com/agent/v1/nci/nci/dispose
测试环境http://gztest.glitzcloud.com/agent/v1/nci/nci/dispose

说明

1、功能名称:处理NCI

2、功能描述:处理NCI

鉴权说明

请参阅鉴权签名说明。

请求参数

名称必填类型示例值描述
store_nameStringThe Warehouse USA仓库名称
nci_idInteger93NCI ID
dispositionInteger1提供入库单,2提供退货单,3弃货,4不是我的产品,5其他处理方式
reference_noStringGCI10182200002,GCI10182200002入库单或退货单号,disposition等于1或2时必填
cmt.contentStringcontent 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": []
}