处理NCI

1、功能名称:处理NCI

2、功能描述:处理NCI

3、请求地址:https://ssl.glitzcloud.com/agent/v1/nci/nci/dispose

      测试地址:http://gztest.glitzcloud.com/agent/v1/nci/nci/dispose

4、请求方式:POST

5、请求参数

名称 必填 类型 示例值 描述
store_name string The Warehouse USA 仓库名称
nci_id int 93 NCI ID
disposition int 1提供入库单,2提供退货单,3弃货,4不是我的产品,5其他 处理方式
reference_no string GCI10182200002 入库单或退货单号,disposition等于1或2时必填
cmt.content string content must be english 评论内容必须是英语,disposition等于5时必填

6、请求示例

            {
                "store_name":"TWUSA01",
                "format":"json",
                "apikey":"85082f5f62a811e684f500163e0605f",
                "secretkey":"85082f5f62a8e684f500163e0605f",
                "randoms":1931,
                "sign":"470c59856a790dc36594044c89151f40",
                "nci_id":93,
                "disposition":1,
                "reference_no":"GCI10182200002",
                "cmt":{
                    "content":"comment must be english",
                    "comment_id":0,
                    "parent_id":0,
                    "reply_id":0
                }
            }
        

7、返回格式:JSON

8、返回示例:

正确时的返回JSON数据包如下:

            {
                "status": 200,
                "reqMsg": "ok",
                "result": []
            }
        

错误时的返回JSON数据包如下:

            {
                "status":"10007",
                "reqMsg":"The asn has been cancelled or completed",
                "result":[]
            }
        

全局返回码说明