商品批量移出分组

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

请求数据样例

{
    "relation_list":[
        {
            "group_id":456,
            "item_code":"1234567880_000000012348"
        },
        {
            "group_id":15,
            "item_code":"00000983800300_00000000000291"
        }
    ]
}
请求字段 必填 说明
relation_list 需要删除的商品和分组之间的关系
group 字段 说明
group_id 分组 id
item_code 商品名称

回包数据样例

{
    "errcode":0,
    "errmsg":"del relation success"
}
回包字段 说明
errcode 错误码
errmsg 错误信息