增加商品库存信息(暂不支持)

接口调用基本参数 参数
协议 https
http请求方式 POST
请求URL https://api.weixin.qq.com/mall/addstockinfobyitemcode?access_token=ACCESS_TOKEN
POST数据格式 json

请求数据样例

{

}
数据类型 请求字段 必填 说明
string item_codes 商品编码
BrandItemStockBo stock_info 商品库存,字段详情请查看商品信息结构体说明

回包数据样例

{
    "errcode":0,
    "errmsg":""
}
字段类型 返回字段 说明
uint32 errcode 错误码
string errmsg 错误信息
BrandItemStockBo stock_info 返回当前的商品库存列表,字段详情请查看商品信息结构体说明