# 修改详情

# 接口调用请求说明

POST https://api.weixin.qq.com/channels/ec/warehouse/detail/update?access_token=ACCESS_TOKEN

# 请求参数示例

{
    "out_warehouse_id": "test1",
    "name": "111",
    "intro": "222"
}

# 回包示例

{
    "errcode": 0,
    "errmsg": "ok"
}

# 请求参数说明

参数 类型 是否必填 说明
out_warehouse_id string 外部仓库ID。
name string 仓库名称。
intro string 仓库介绍。

# 回包参数说明

参数 类型 说明
errcode number 错误码
errmsg string 错误信息

# 错误码

错误码 错误信息
公共错误码 点击查看
10020202 out_warehouse_id不存在
10020205 仓库名称或仓库介绍为空